Changeset 3986 in Sophya for trunk/Cosmo/RadioBeam/mdish.h


Ignore:
Timestamp:
May 5, 2011, 7:25:18 PM (14 years ago)
Author:
ansari
Message:

modification rapport maxi a appliquer lors des corrections de beams, Reza 05/05/2011

File:
1 edited

Legend:

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

    r3973 r3986  
    9090class Four2DRespRatio : public  Four2DResponse {
    9191public:
    92   Four2DRespRatio(Four2DResponse& a, Four2DResponse& b, double divzthr=5.e-2);
     92  Four2DRespRatio(Four2DResponse& a, Four2DResponse& b, double maxratio=10.);
    9393  // Return the ratio a.Value(kx,ky) / b.Value(kx, ky) - with protection against divide by zero
    9494  virtual double Value(double kx, double ky);
    9595  Four2DResponse& a_;
    9696  Four2DResponse& b_;
    97   double divzthr_;
     97  double maxratio_;
    9898};
    9999
Note: See TracChangeset for help on using the changeset viewer.