Changeset 3463 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 03/10/04 18:12:33 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.