Changeset 12775 for trunk/Mars
- Timestamp:
- 01/27/12 08:41:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mreport/MReportFitsRead.cc
r12741 r12775 115 115 fMjdRef = fIn->HasKey("MJDREF") ? fIn->GetUInt("MJDREF") : 0; 116 116 117 if (!fIn->HasKey("MJDREF")) 118 *fLog << warn << "MJDREF header key missing... assuming MJDREF==0" << endl; 119 117 120 return 118 121 fIn->SetRefAddress("QoS", fBufQos) && … … 142 145 143 146 time.SetMjd(fBufTime+fMjdRef); 147 time.SetReadyToSave(); 144 148 145 149 // return -1: This is the special case: out of time limit … … 150 154 151 155 const Int_t rc = fReport->InterpreteFits(*fIn); 156 152 157 153 158 /*
Note:
See TracChangeset
for help on using the changeset viewer.