Changeset 3792 in Sophya for trunk/Cosmo/RadioBeam/mdish.h
- Timestamp:
- Jun 28, 2010, 6:06:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/mdish.h
r3789 r3792 61 61 class Four2DRespTable : public Four2DResponse { 62 62 public: 63 // Constructeur sans argument, utilise pour lire depuis un fichier 64 Four2DRespTable(); 63 65 // On donne dx=D/lambda=Dx/lambda , dy=Dy/lambda 64 Four2DRespTable(Histo2D const & hrep, double d );66 Four2DRespTable(Histo2D const & hrep, double d, double lambda=1.); 65 67 // Return the 2D response for wave vector (kx,ky) 66 68 virtual double Value(double kx, double ky); 69 70 void writeToPPF(string flnm); 71 void readFromPPF(string flnm); 72 67 73 Histo2D hrep_; 68 74 };
Note:
See TracChangeset
for help on using the changeset viewer.