Changeset 4030 in Sophya for trunk/Cosmo/RadioBeam/mdish.h
- Timestamp:
- Oct 26, 2011, 7:42:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/mdish.h
r3991 r4030 50 50 inline double operator()(double kx, double ky) 51 51 { return Value(kx, ky); } 52 // Retourne l'histo de reponse en fonction de k_x,k_y 52 53 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 53 57 // Retourne le niveau moyen du bruit projete 1D en fonction (sqrt(u^2+v^2) 54 58 HProf GetProjNoiseLevel(int nbin=128, bool fgnorm1=true);
Note:
See TracChangeset
for help on using the changeset viewer.