Changeset 3924 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h
- Timestamp:
- Dec 10, 2010, 4:38:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/genefluct3d.h
r3805 r3924 118 118 void ComputeFourier(PkSpectrum& pk_at_z); 119 119 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.); 122 122 123 123 void ComputeReal(void); 124 124 void ApplyGrowthFactor(int type_evol=1); 125 125 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.); 127 127 128 128 void ReComputeFourier(void);
Note:
See TracChangeset
for help on using the changeset viewer.