Changeset 1536 in Sophya
- Timestamp:
- Jun 15, 2001, 7:33:42 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.cc
r1530 r1536 111 111 // Remplissage des spheres 112 112 for(int s=snb;s<=sne;s++) { 113 int_8 fgbolo = 0;113 uint_8 fgbolo = 0; 114 114 double bolo; 115 115 // Equatoriales / Galactiques -
trunk/ArchTOIPipe/ProcWSophya/toi2map.h
r1530 r1536 43 43 {mTypCoorOut = mfg;} 44 44 // Test on flag value ? if yes, BAD sample have flag matching mBadFlag 45 inline void SetTestFlag(bool tflg=false, int_8 badflg=0)45 inline void SetTestFlag(bool tflg=false, uint_8 badflg=0) 46 46 {mTFlag = tflg; mBadFlag = badflg;} 47 47 // Test on min value ? if yes, GOOD sample have value >= mValMin … … 65 65 66 66 bool mTFlag,mTMin,mTMax; 67 int_8 mBadFlag;67 uint_8 mBadFlag; 68 68 r_8 mValMin,mValMax; 69 69 }; -
trunk/ArchTOIPipe/TestPipes/tsttoi2map.cc
r1530 r1536 66 66 int nlat = 128; // npixel = 12 * nlat^2 67 67 bool tflg=false, tmin=false, tmax=false; 68 r_8 vmin=-1.e30, vmax=1.e30; int_8 badflg=0;68 r_8 vmin=-1.e30, vmax=1.e30; uint_8 badflg=0; 69 69 char *label_coord1 = "coord1", *label_coord2 = "coord2" 70 70 , *label_bolomuv = "boloMuV";
Note:
See TracChangeset
for help on using the changeset viewer.