Changeset 4571
- Timestamp:
- 08/10/04 19:24:07 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4569 r4571 34 34 - added calculation and output of maximum not-interpolatable 35 35 cluster. 36 37 * macros/bootcampstandardanalysis.C 38 - added MBadPixelsTreat 36 39 37 40 -
trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C
r4349 r4571 241 241 MCalibrateRelTimes timecal; 242 242 243 MBadPixelsTreat badtreat; 244 badtreat.SetUseInterpolation(); 245 243 246 tlist4.AddToList(&read4); 244 247 tlist4.AddToList(&geomapl); … … 246 249 tlist4.AddToList(&timeext); 247 250 tlist4.AddToList(&photcalc); 251 tlist4.AddToList(&badtreat); 248 252 tlist4.AddToList(&timecal); 249 253
Note:
See TracChangeset
for help on using the changeset viewer.