Changeset 3794 in Sophya for trunk/Cosmo/SimLSS/cmvrvloscor.cc
- Timestamp:
- Jun 29, 2010, 11:01:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvrvloscor.cc
r3790 r3794 21 21 // cmvrvloscorf -K 75 -S ginit3d_${simul}_r.fits ginit3d_${simul}_rv.fits 22 22 // 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 23 24 24 25 void usage(void); … … 30 31 <<" fill histos with \"nhfill\" los (def:25)"<<endl 31 32 <<"-K npix: compute correlation R*V at +/- npix pixels (def: no)"<<endl 32 <<" (very time co msuming!!!)"<<endl33 <<" (very time consuming!!!)"<<endl 33 34 <<"-S: compute cross-power spectrum of V*conj(R) (def: no)"<<endl 34 35 <<"-N: do not create 3D cube and recompute 1D and 2D spectra (def: no do-it !)"<<endl … … 95 96 96 97 double dmin = min(Dx,min(Dy,Dz)); 97 doublenmax = max(Nx,max(Ny,Nz));98 long nmax = max(Nx,max(Ny,Nz)); 98 99 cout<<"dmin="<<dmin<<" nmax="<<nmax<<endl; 99 100 Histo hmpc(-dmin*nmax,dmin*nmax,4*nmax);
Note:
See TracChangeset
for help on using the changeset viewer.