Changeset 3463
- Timestamp:
- 03/10/04 18:12:33 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3461 r3463 30 30 - fixed the projections (did only display inner pixels up to now) 31 31 32 * macros/calibration.C 33 - small bug fixed in display of rel. arrival times 34 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam) 32 35 33 36 -
trunk/MagicSoft/Mars/macros/calibration.C
r3462 r3463 309 309 310 310 // 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); 318 318 319 319 // Absolute Times
Note:
See TracChangeset
for help on using the changeset viewer.