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


Ignore:
Timestamp:
May 15, 2007, 10:39:59 AM (18 years ago)
Author:
cmv
Message:

modifs ... cmv 15/05/2007

File:
1 edited

Legend:

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

    r3199 r3246  
    366366 cout<<"Observation flux density limit: "<<slim<<" Jy (in 1 lobe)"<<endl;
    367367
    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;
    370370
    371371 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;
    373375
    374376 double smass = mhiref/ssig*slim;
Note: See TracChangeset for help on using the changeset viewer.