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


Ignore:
Timestamp:
Oct 5, 2007, 7:23:27 PM (18 years ago)
Author:
cmv
Message:

encore mise au point du calcul du bruit cmv 05/10/2007

File:
1 edited

Legend:

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

    r3339 r3341  
    445445 // - Interferometre a N antennes (N grand):
    446446 // 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
    448448 // --- On ne mesure qu'une seule polarisation
    449449 // Ces formules sont valables si on mesure 1 polarisation:
     
    503503     fac = 1.;
    504504     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;
    506507   } else continue;
    507508
     
    509510               / sqrt(fac*(dnuhiz*1.e+9)*tobs) /Jansky2Watt_cst;
    510511   if(ya2polar) slim /= sqrt(2.);
    511    SsN = ssig_2polar/slim;
     512   SsN = ssig_2polar / slim;
    512513   smass = mhiref / ssig_2polar * slim;
    513514   cout<<"for 1 lobe:"<<endl
     
    515516       <<"   S/N     = "<<SsN<<endl
    516517       <<"   Mass HI = "<<smass<<" Msol"<<endl;
     518
    517519   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;
    520522   cout<<"for "<<nlobes<<" lobes:"<<endl
    521523       <<"   Flux    = "<<slim_nl<<" Jy"<<endl
Note: See TracChangeset for help on using the changeset viewer.