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


Ignore:
Timestamp:
Jun 28, 2010, 6:06:00 PM (15 years ago)
Author:
ansari
Message:

Ajout du programme de calcul et sauvegarde reponse interfero, Reza 28/06/2010

File:
1 edited

Legend:

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

    r3789 r3792  
    6161class Four2DRespTable : public  Four2DResponse {
    6262public:
     63  // Constructeur sans argument, utilise pour lire depuis un fichier
     64  Four2DRespTable();
    6365  // 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.);
    6567  // Return the 2D response for wave vector (kx,ky)
    6668  virtual double Value(double kx, double ky);
     69
     70  void writeToPPF(string flnm);
     71  void readFromPPF(string flnm);
     72
    6773  Histo2D hrep_;
    6874};
Note: See TracChangeset for help on using the changeset viewer.