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


Ignore:
Timestamp:
May 3, 2010, 4:08:34 PM (15 years ago)
Author:
cmv
Message:
  • refonte du code pour creer uniquement des conditions initiales
  • introduction du tirage des vitesse LOS pour les redshift-distortion

cmv 03/05/2010

File:
1 edited

Legend:

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

    r3746 r3768  
    1717#include "constcosmo.h"
    1818#include "cosmocalc.h"
    19 #include "schechter.h"
    2019#include "geneutils.h"
    2120#include "genefluct3d.h"
     
    141140 string rootnameout = "cmvobserv3d";
    142141
     142 // *** Number of entries in control NTuple
    143143 unsigned long ntnent = 10000;  // 0 = do not fill NTuple
    144144
     
    415415
    416416 GeneFluct3D fluct3d(nx,ny,nz,dx,dy,dz,nthread,2);
    417  fluct3d.SetObservator(zref,-nz/2.);
    418417 fluct3d.SetCosmology(univ);
    419418 fluct3d.SetGrowthFactor(growth);
     419 fluct3d.SetObservator(zref,-nz/2.);
    420420 fluct3d.LosComRedshift(0.001,-1);
    421421 //TArray< complex<GEN3D_TYPE> >& pkgen = fluct3d.GetComplexArray();
Note: See TracChangeset for help on using the changeset viewer.