Ignore:
Timestamp:
02/26/04 07:00:22 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/calibration.C

    r3321 r3323  
    5252    if (!pedloop.Process())
    5353        return;
     54
     55    //
     56    // Now the short version:
     57    //
     58/*
     59    MJCalibration calloop;
     60    calloop.SetInput(&cruns);
     61    calloop.SetDisplay(display);
     62    if (!calloop.Process(pedloop.GetPedestalCam()))
     63        return;
     64#if 0
     65*/
     66    //
     67    // The longer version:
     68    //
    5469
    5570    //
     
    434449    CamDraw(c12,disp34,calcam,2,2,2);
    435450
     451#endif
    436452}
    437453
     
    547563    }
    548564}
     565
     566
Note: See TracChangeset for help on using the changeset viewer.