Changeset 3769 in Sophya for trunk/Cosmo/RadioBeam/specpk.h
- Timestamp:
- May 7, 2010, 6:44:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/specpk.h
r3756 r3769 59 59 60 60 // Return the reconstructed power spectrum as a profile histogram 61 // HProf ComputePk(double s2cut=0., double kmin=-0.5*DeuxPI, double kmax=127.5*DeuxPI, int nbin=256); 62 HProf ComputePk(double s2cut=0., double kmin=-DeuxPI, double kmax=255*DeuxPI, int nbin=256); 61 HProf ComputePk(double s2cut=0., int nbin=256, double kmin=0., double kmax=-1.); 63 62 void ComputePkCumul(HProf& hp, double s2cut=0.); 64 63
Note:
See TracChangeset
for help on using the changeset viewer.