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


Ignore:
Timestamp:
Jun 25, 2010, 12:00:30 PM (15 years ago)
Author:
ansari
Message:

Ajout classes / programmes de calcul d'effet de lobe sur les radio-sources, Reza 25/06/2010

File:
1 edited

Legend:

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

    r3783 r3787  
    3434  { typ_ = a.typ_; dx_=a.dx_; dy_=a.dy_; return (*this); }
    3535
     36  inline void setLambdaRef(double lambda=1.)
     37  { lambdaref_ = lambda; }
     38  inline void setLambda(double lambda=1.)
     39  { lambda_ = lambda;  lambda_ratio_ = lambdaref_/lambda_; }
     40 
    3641  // Return the 2D response for wave vector (kx,ky)
    3742  virtual double Value(double kx, double ky);
     
    4550  int typ_;
    4651  double dx_, dy_;
     52  double lambdaref_, lambda_;
     53  double lambda_ratio_;     // lambdaref_/lambda_;
     54
    4755};
    4856
Note: See TracChangeset for help on using the changeset viewer.