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


Ignore:
Timestamp:
Dec 23, 2010, 7:33:37 PM (15 years ago)
Author:
ansari
Message:

amelioration repicon.cc (decodage arguments) , Reza 23/12/2010

File:
1 edited

Legend:

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

    r3930 r3932  
    120120  MultiDish(double lambda, double dmax, vector<Dish>& dishes, bool fgnoauto=false);
    121121
     122  // Pour phi, les angles phi, -phi, phi+pi, -(phi+pi) sont prises en compte
    122123  inline void SetThetaPhiRange(double thetamax=0., int ntet=1, double phimax=0., int nphi=1)
    123124  { thetamax_=thetamax; ntet_=ntet; phimax_=phimax; nphi_=nphi; }
     125
     126  inline int SetPrtLevel(int lev=0, int prtmod=10)
     127  { int olev=prtlev_; prtlev_=lev; prtmodulo_=prtmod; return olev; }
    124128
    125129  inline void SetRespHisNBins(int nx=128, int ny=128)
     
    145149  QHis2D h2w_;
    146150  int mcnt_;
     151  int prtlev_,prtmodulo_;
    147152};
    148153
Note: See TracChangeset for help on using the changeset viewer.