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


Ignore:
Timestamp:
Dec 23, 2010, 12:49:22 AM (15 years ago)
Author:
ansari
Message:

ajout config double hexagon + programme calcul pknoise a partir du resultat de repicon.cc, Reza 22/12/2010

File:
1 edited

Legend:

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

    r3797 r3930  
    4747  inline  double operator()(double kx, double ky)
    4848  { return Value(kx, ky); }
    49   virtual Histo2D GetResponse(int nx=256, int ny=256); 
     49  virtual Histo2D GetResponse(int nx=255, int ny=255); 
    5050  inline double D() { return dx_; } ;
    5151  inline double Dx() { return dx_; } ;
     
    105105  inline double Diameter() { return D; }
    106106  inline double DiameterX() { return Dx; }
    107   inline double DiameterY() { return Dx; }
     107  inline double DiameterY() { return Dy; }
    108108
    109109  int id_;   // numero de reflecteur
Note: See TracChangeset for help on using the changeset viewer.