Changeset 4030 in Sophya for trunk/Cosmo/RadioBeam/specpk.h


Ignore:
Timestamp:
Oct 26, 2011, 7:42:21 PM (14 years ago)
Author:
ansari
Message:

Corrections papiers avec les commentaires du referee (1) - Reza 26/10/2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/specpk.h

    r4027 r4030  
    5656// typically = ComovRadialDistance
    5757  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);
    5959
    6060// Return the array size
     
    112112  inline void SetAngScaleConversion(Vector& angscs)
    113113  { angscales_=angscs; }
     114  inline void SetPNoiseFactor(double pnoisef=1.)
     115  { pnoisefac_=pnoisef; }
     116  inline void SetPNoiseFactor(Vector& pnoisefac)
     117  { pnoisefac_=pnoisefac; }
    114118  inline void SetS2Cut(double s2cut=100.)
    115119  {  S2CUT=s2cut; }
     
    124128  double freq0_,dfreq_;
    125129  Vector angscales_;
     130  Vector pnoisefac_;
    126131  double S2CUT;
    127132  int NGEN;
Note: See TracChangeset for help on using the changeset viewer.