Changeset 3252 in Sophya for trunk/Cosmo/SimLSS/cmvdefsurv.cc
- Timestamp:
- May 22, 2007, 11:00:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvdefsurv.cc
r3248 r3252 33 33 <<" -P : on donne -x -y -z en Mpc au lieu d\'angles et de redshift"<<endl 34 34 <<" -L lobewidth : taille du lobe d\'observation (FWHM) en arcmin (def= 1\')"<<endl 35 <<" Si <=0 alors angle solide du lobe = celui du pixel"<<endl 35 36 <<" -O surf,tobs : surface effective (m^2) et temps d\'observation (s)"<<endl 36 37 <<" -N Tsys : temperature du system (K)"<<endl … … 275 276 // = NuHi*dz/(1.+z0)^2 * 1/[1-(dz/(2*(1+z0)))^2] 276 277 double dnuhiz = Fr_HyperFin_Par *dred/(unplusz*unplusz) 277 / (1.- (dred/.2/unplusz)*(dred/.2/unplusz));278 / (1.- pow(dred/.2/unplusz,2.)); 278 279 cout<<"\n--- Observation:"<<endl 279 280 <<" surf_eff="<<surfeff<<" m^2, tobs="<<tobs<<" s"<<endl … … 322 323 // Elargissement doppler de la raie a 21cm: dNu = vrot/C * Nu(21cm) / (1+z) 323 324 double doplarge = vrot / SpeedOfLight_Cst * nuhiz; 324 cout<<" Doppler width="<<doplarge*1.e3<<" MHz for rotation width of "<<vrot<<" km/s"<<endl; 325 if(doplarge>dnuhiz) { 325 double dzvrot = vrot / SpeedOfLight_Cst * unplusz; 326 cout<<" Doppler width="<<doplarge*1.e3<<" MHz for rotation width of "<<vrot<<" km/s"<<endl 327 <<" dx= "<<dzvrot<<" a z="<<redshift<<endl; 328 if(doplarge>dnuhiz) 326 329 cout<<"Warning: doppler width "<<doplarge<<" GHz > "<<dnuhiz<<" GHz redshift bin width"<<endl; 327 }328 330 329 331 // Synchrotron
Note:
See TracChangeset
for help on using the changeset viewer.