Changeset 3353 in Sophya for trunk/Cosmo/SimLSS/cmvobserv3d.cc


Ignore:
Timestamp:
Oct 17, 2007, 4:44:53 PM (18 years ago)
Author:
cmv
Message:

modifs sur VarianceFrReal pour calcul; sima8 dans epace reel, cmv 17/10/2007

File:
1 edited

Legend:

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

    r3351 r3353  
    3939     <<"           typevol=2 noise evolved with distance to middle of Z planes"<<endl
    4040     <<" -2 : compute also 2D spectrum (default: no)"<<endl
    41      <<" -N scalemass: facteur d\'unite pour la masse (default: 1)"<<endl
     41     <<" -N scalemass: facteur d\'unite pour la masse (default: -1)"<<endl
    4242     <<"               ex: si on veut unites 10^8 Msol -> scalemass=1.e-8"<<endl
    4343     <<"               si <0 alors facteur=-scalemass*Mpix"<<endl
     
    9999 bool no_poisson = false;
    100100
    101  double scalemass = 1.;
     101 double scalemass = -1.;
    102102
    103103 // *** Niveau de bruit
     
    528528   fluct3d.VarianceFrReal(R,varr);
    529529   cout<<"...Computed variance = "<<varr
    530        <<" , Theorical variance at (z=0) = "<<pow(sigmaR,1.)
    531        <<" , at (z="<<zref<<") = "<<pow(sigmaR*growth_at_z,1.)<<endl;
     530       <<" , Theorical variance at (z=0) = "<<pow(sigmaR,2.)
     531       <<" , at (z="<<zref<<") = "<<pow(sigmaR*growth_at_z,2.)<<endl;
    532532   PrtTim(">>>> End Check variance sigmaR in real space");
    533533 }
Note: See TracChangeset for help on using the changeset viewer.