Changeset 12630 for trunk/Mars
- Timestamp:
- 11/23/11 14:21:18 (13 years ago)
- Location:
- trunk/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcalib/MCalibrateRelTimes.cc
r8618 r12630 70 70 // 71 71 MCalibrateRelTimes::MCalibrateRelTimes(const char *name, const char *title) 72 : fGeomCam(NULL), fCalibrations(NULL), fBadPixels(NULL), fSignals(NULL), 73 fArrivalTime(NULL) 72 : fCalibrations(NULL), fBadPixels(NULL), fSignals(NULL), fArrivalTime(NULL) 74 73 { 75 74 fName = name ? name : "MCalibrateRelTimes"; -
trunk/Mars/mcalib/MCalibrateRelTimes.h
r8618 r12630 16 16 { 17 17 private: 18 MGeomCam *fGeomCam; // Camera geometry container19 18 MCalibrationRelTimeCam *fCalibrations; // Calibration rel. time constants 20 19 MBadPixelsCam *fBadPixels; // Bad Pixels information
Note:
See TracChangeset
for help on using the changeset viewer.