Changeset 4030 in Sophya for trunk/Cosmo/RadioBeam/mdish.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/mdish.h

    r3991 r4030  
    5050  inline  double operator()(double kx, double ky)
    5151  { return Value(kx, ky); }
     52  // Retourne l'histo de reponse en fonction de k_x,k_y
    5253  virtual Histo2D GetResponse(int nx=255, int ny=255); 
     54  // Retourne l'histo de reponse en fonction de u=k_x/2 pi, v=k_y/2 pi
     55  virtual Histo2D GetResponseUV(int nx=255, int ny=255); 
     56
    5357  // Retourne le niveau moyen du bruit projete 1D en fonction (sqrt(u^2+v^2)
    5458  HProf GetProjNoiseLevel(int nbin=128, bool fgnorm1=true);
Note: See TracChangeset for help on using the changeset viewer.