Changeset 3246 in Sophya for trunk/Cosmo/SimLSS/cmvdefsurv.cc
- Timestamp:
- May 15, 2007, 10:39:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvdefsurv.cc
r3199 r3246 366 366 cout<<"Observation flux density limit: "<<slim<<" Jy (in 1 lobe)"<<endl; 367 367 368 slim= slim * sqrt(nlobes);369 cout<<"Observation flux density limit: "<<slim <<" Jy (in "<<nlobes<<" lobes)"<<endl;368 double slim_nl = slim * sqrt(nlobes); 369 cout<<"Observation flux density limit: "<<slim_nl<<" Jy (in "<<nlobes<<" lobes)"<<endl; 370 370 371 371 double SsN = ssig/slim; 372 cout<<"\nSignal to noise ratio = "<<SsN<<endl; 372 cout<<"\nSignal to noise ratio = "<<SsN<<" (1 lobe)"<<endl; 373 double SsN_nl = ssig/slim_nl; 374 cout<<"\nSignal to noise ratio = "<<SsN_nl<<" ("<<nlobes<<" lobes)"<<endl; 373 375 374 376 double smass = mhiref/ssig*slim;
Note:
See TracChangeset
for help on using the changeset viewer.