Changeset 3794 in Sophya for trunk/Cosmo/SimLSS


Ignore:
Timestamp:
Jun 29, 2010, 11:01:47 AM (15 years ago)
Author:
cmv
Message:

cmv, 29/06/2010

File:
1 edited

Legend:

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

    r3790 r3794  
    2121// cmvrvloscorf -K 75 -S ginit3d_${simul}_r.fits ginit3d_${simul}_rv.fits
    2222// cmvrvloscorf -n 1,30 -K 75 -S -2 ginit3d_${simul}_r.fits ginit3d_${simul}_rv.fits
     23// cmvrvloscorf -n 1,30 -2 ginit3d_${simul}_r.fits ginit3d_${simul}_rv.fits
    2324
    2425void usage(void);
     
    3031<<"                  fill histos with \"nhfill\" los (def:25)"<<endl
    3132<<"-K npix: compute correlation R*V at +/- npix pixels (def: no)"<<endl
    32 <<"         (very time comsuming!!!)"<<endl
     33<<"         (very time consuming!!!)"<<endl
    3334<<"-S: compute cross-power spectrum of V*conj(R) (def: no)"<<endl
    3435<<"-N: do not create 3D cube and recompute 1D and 2D spectra (def: no do-it !)"<<endl
     
    9596
    9697 double dmin = min(Dx,min(Dy,Dz));
    97  double nmax = max(Nx,max(Ny,Nz));
     98 long nmax = max(Nx,max(Ny,Nz));
    9899 cout<<"dmin="<<dmin<<" nmax="<<nmax<<endl;
    99100 Histo hmpc(-dmin*nmax,dmin*nmax,4*nmax);
Note: See TracChangeset for help on using the changeset viewer.