Changeset 3261 in Sophya for trunk/Cosmo/SimLSS/cmvdefsurv.cc


Ignore:
Timestamp:
Jun 4, 2007, 7:02:03 PM (18 years ago)
Author:
cmv
Message:

add sigma computation with bad pixel cmv 04/06/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/cmvdefsurv.cc

    r3252 r3261  
    301301     <<","<<hifactor*Msol2FluxHI(mhiref,dlumlim[1])<<"] W/m^2"<<endl;
    302302 double sfhi = fhi / (dnuhiz*1e9) / Jansky2Watt_cst;
    303  cout<<"If spread over "<<dnuhiz<<" GHz, flux density = "<<sfhi<<" Jy"<<endl;
     303 cout<<"If spread over pixel depth ("<<dnuhiz<<" GHz), flux density = "<<sfhi<<" Jy"<<endl;
    304304
    305305 // --- Signal analysis
     
    337337 cout<<"Synchrotron: T="<<Tsynch408<<" K ("<<nuhaslam<<" GHz), "
    338338     <<tsynch<<" K ("<<nuhiz<<" GHz)"<<endl
    339      <<"             P="<<psynch<<" W"<<endl;
    340  cout<<"             flux density = "<<ssynch<<" Jy"<<endl;
     339     <<"             P="<<psynch<<" W for pixel"<<endl;
     340 cout<<"             flux density = "<<ssynch<<" Jy for pixel solid angle"<<endl;
    341341
    342342 // CMB
     
    345345 double pcmb = facpolar * planck(nuhiz*1.e+9) * surfeff * angsol * (dnuhiz*1e9);
    346346 double scmb = pcmb / surfeff / (dnuhiz*1.e+9) / Jansky2Watt_cst;
    347  cout<<"CMB: T="<<tcmb<<" K -> P="<<pcmb<<" W"<<endl;
    348  cout<<"                       flux density = "<<scmb<<" Jy"<<endl;
     347 cout<<"CMB: T="<<tcmb<<" K -> P="<<pcmb<<" W for pixel"<<endl;
     348 cout<<"                       flux density = "<<scmb<<" Jy for pixel solid angle"<<endl;
    349349
    350350 // AGN
Note: See TracChangeset for help on using the changeset viewer.