Changeset 3932 in Sophya for trunk/Cosmo/RadioBeam/mdish.h
- Timestamp:
- Dec 23, 2010, 7:33:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/mdish.h
r3930 r3932 120 120 MultiDish(double lambda, double dmax, vector<Dish>& dishes, bool fgnoauto=false); 121 121 122 // Pour phi, les angles phi, -phi, phi+pi, -(phi+pi) sont prises en compte 122 123 inline void SetThetaPhiRange(double thetamax=0., int ntet=1, double phimax=0., int nphi=1) 123 124 { 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; } 124 128 125 129 inline void SetRespHisNBins(int nx=128, int ny=128) … … 145 149 QHis2D h2w_; 146 150 int mcnt_; 151 int prtlev_,prtmodulo_; 147 152 }; 148 153
Note:
See TracChangeset
for help on using the changeset viewer.