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


Ignore:
Timestamp:
Dec 24, 2010, 1:22:04 AM (15 years ago)
Author:
ansari
Message:

correction/amelioration calcul reponse multi-dish ds plan (u,v), Reza 24/12/2010

File:
1 edited

Legend:

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

    r3932 r3933  
    129129  inline void SetRespHisNBins(int nx=128, int ny=128)
    130130  { nx_=nx; ny_=ny; }
     131  inline void SetBeamNSamples(int nx=128, int ny=128)
     132  { beamnx_=nx; beamny_=ny; }
     133
    131134  Histo2D GetResponse();
    132135
     
    145148  double thetamax_, phimax_;
    146149  int ntet_,nphi_;
    147   int nx_, ny_;
     150  int nx_, ny_;   // nb de bins de l'histo de reponse
     151  int beamnx_, beamny_; // nb de points d'echantillonnage du beam
     152
    148153  //   Histo2D h2w_, h2cnt_;
    149154  QHis2D h2w_;
Note: See TracChangeset for help on using the changeset viewer.