Changeset 4030 in Sophya for trunk/Cosmo/RadioBeam/specpk.h
- Timestamp:
- Oct 26, 2011, 7:42:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/specpk.h
r4027 r4030 56 56 // typically = ComovRadialDistance 57 57 void ComputeNoiseFourierAmp(Four2DResponse& resp, double angscale=1., bool crmask=false); 58 void ComputeNoiseFourierAmp(Four2DResponse& resp, double f0, double df, Vector& angscales );58 void ComputeNoiseFourierAmp(Four2DResponse& resp, double f0, double df, Vector& angscales, Vector& noisp); 59 59 60 60 // Return the array size … … 112 112 inline void SetAngScaleConversion(Vector& angscs) 113 113 { angscales_=angscs; } 114 inline void SetPNoiseFactor(double pnoisef=1.) 115 { pnoisefac_=pnoisef; } 116 inline void SetPNoiseFactor(Vector& pnoisefac) 117 { pnoisefac_=pnoisefac; } 114 118 inline void SetS2Cut(double s2cut=100.) 115 119 { S2CUT=s2cut; } … … 124 128 double freq0_,dfreq_; 125 129 Vector angscales_; 130 Vector pnoisefac_; 126 131 double S2CUT; 127 132 int NGEN;
Note:
See TracChangeset
for help on using the changeset viewer.