Changeset 4571 for trunk


Ignore:
Timestamp:
08/10/04 19:24:07 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4569 r4571  
    3434     - added calculation and output of maximum not-interpolatable
    3535       cluster.
     36
     37   * macros/bootcampstandardanalysis.C
     38     - added MBadPixelsTreat
    3639
    3740
  • trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C

    r4349 r4571  
    241241  MCalibrateRelTimes  timecal;
    242242
     243  MBadPixelsTreat  badtreat;
     244  badtreat.SetUseInterpolation();
     245
    243246  tlist4.AddToList(&read4);
    244247  tlist4.AddToList(&geomapl);
     
    246249  tlist4.AddToList(&timeext);
    247250  tlist4.AddToList(&photcalc);
     251  tlist4.AddToList(&badtreat);
    248252  tlist4.AddToList(&timecal);
    249253 
Note: See TracChangeset for help on using the changeset viewer.