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


Ignore:
Timestamp:
Oct 22, 2007, 10:29:41 AM (18 years ago)
Author:
cmv
Message:

ajout options -8 sigmar,R , cmv 22/10/2007

File:
1 edited

Legend:

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

    r3353 r3354  
    4747     <<" -R schmassdist.ppf : read mass distribution for trials from file"<<endl
    4848     <<"               instead of computing it (ONLY if \"-Q\" option is activated)"<<endl
     49     <<" -8 sigmaR,R : normalisation du spectre de puissance, R en Mpc"<<endl
     50     <<"               (default sigmaR=1, R=8/h100 Mpc)"<<endl
    4951     <<" -W : write cube in FITS format (complex cube is coded as real cube)"<<endl
    5052     <<" -P : write cube in PPF format"<<endl
     
    131133
    132134 char c;
    133  while((c = getopt(narg,arg,"ha0PWSV2UG:F:x:y:z:s:Z:M:A:T:N:Q:R:")) != -1) {
     135 while((c = getopt(narg,arg,"ha0PWSV2UG:F:x:y:z:s:Z:M:A:T:N:Q:R:8:")) != -1) {
    134136  int nth = 0;
    135137  switch (c) {
     
    185187    ////sscanf(optarg,"%lf,%lf,%lf",&lfjy_agn,&lsigma_agn,&powlaw_agn);
    186188    ////break;
     189  case '8' :
     190    sscanf(optarg,"%lf,%lf",&sigmaR,&R);
     191    break;
    187192  case 'V' :
    188193    compvarreal = true;
Note: See TracChangeset for help on using the changeset viewer.