Changeset 3341 in Sophya for trunk/Cosmo/SimLSS/cmvdefsurv.cc
- Timestamp:
- Oct 5, 2007, 7:23:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvdefsurv.cc
r3339 r3341 445 445 // - Interferometre a N antennes (N grand): 446 446 // Slim -> 2 * k * Tsys / [ Atot * Sqrt(dnu*Tobs) ] 447 // C'est aussi la formule pour un telescope unique 447 // C'est aussi la formule pour un telescope unique de surface Atot 448 448 // --- On ne mesure qu'une seule polarisation 449 449 // Ces formules sont valables si on mesure 1 polarisation: … … 503 503 fac = 1.; 504 504 cout<<"\n...Observation limits for a N (large) telescope interferometer (with complex correlator)"<<endl 505 <<" (weak source limit sensitivity in a synthetised image)"<<endl; 505 <<" (weak source limit sensitivity in a synthetised image)"<<endl 506 <<" Also valid for a single dish telescope."<<endl; 506 507 } else continue; 507 508 … … 509 510 / sqrt(fac*(dnuhiz*1.e+9)*tobs) /Jansky2Watt_cst; 510 511 if(ya2polar) slim /= sqrt(2.); 511 SsN = ssig_2polar /slim;512 SsN = ssig_2polar / slim; 512 513 smass = mhiref / ssig_2polar * slim; 513 514 cout<<"for 1 lobe:"<<endl … … 515 516 <<" S/N = "<<SsN<<endl 516 517 <<" Mass HI = "<<smass<<" Msol"<<endl; 518 517 519 slim_nl = slim * sqrt(nlobes); 518 SsN_nl = ssig /slim_nl;519 smass_nl = mhiref /ssig*slim_nl;520 SsN_nl = ssig_2polar / slim_nl; 521 smass_nl = mhiref / ssig_2polar * slim_nl; 520 522 cout<<"for "<<nlobes<<" lobes:"<<endl 521 523 <<" Flux = "<<slim_nl<<" Jy"<<endl
Note:
See TracChangeset
for help on using the changeset viewer.