Changeset 3924 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h


Ignore:
Timestamp:
Dec 10, 2010, 4:38:23 PM (15 years ago)
Author:
cmv
Message:

intro choix dabs calcul de beta pour les redshift-distorsions, cmv 10/12/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/genefluct3d.h

    r3805 r3924  
    118118  void ComputeFourier(PkSpectrum& pk_at_z);
    119119  void FilterByPixel(void);
    120   void ToRedshiftSpace(void);
    121   void ToVelLoS(void);
     120  void ToRedshiftSpace(int type_beta=0,double fixed_beta=0.);
     121  void ToVelLoS(int type_beta=0,double fixed_beta=0.);
    122122
    123123  void ComputeReal(void);
    124124  void ApplyGrowthFactor(int type_evol=1);
    125125  void ApplyRedshiftSpaceGrowthFactor(void);
    126   void ApplyVelLosGrowthFactor(int type_evol=1);
     126  void ApplyVelLosGrowthFactor(int type_evol=1,int type_beta=0,double fixed_beta=0.);
    127127
    128128  void ReComputeFourier(void);
Note: See TracChangeset for help on using the changeset viewer.