Changeset 3463 for trunk


Ignore:
Timestamp:
03/10/04 18:12:33 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3461 r3463  
    3030     - fixed the projections (did only display inner pixels up to now)
    3131
     32   * macros/calibration.C
     33     - small bug fixed in display of rel. arrival times
     34       ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
    3235
    3336
  • trunk/MagicSoft/Mars/macros/calibration.C

    r3462 r3463  
    309309
    310310    // Relative Times
    311     disp28.SetCamContent(timecam,0);
    312     disp28.SetCamError(  timecam,1);
    313     disp29.SetCamContent(timecam,2);
    314     disp29.SetCamError(  timecam,3);
    315     disp30.SetCamContent(timecam,4);
    316     disp31.SetCamContent(timecam,5);
    317     disp32.SetCamContent(timecam,6);
     311    disp28.SetCamContent(histtime,0);
     312    disp28.SetCamError(  histtime,1);
     313    disp29.SetCamContent(histtime,2);
     314    disp29.SetCamError(  histtime,3);
     315    disp30.SetCamContent(histtime,4);
     316    disp31.SetCamContent(histtime,5);
     317    disp32.SetCamContent(histtime,6);
    318318
    319319    // Absolute Times
Note: See TracChangeset for help on using the changeset viewer.