Changeset 18566 for trunk/Mars
- Timestamp:
- 09/03/16 14:45:47 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mraw/MRawFitsRead.cc
r18564 r18566 167 167 fRawRunHeader->InitFact(fin.GetUInt("NPIX")/9, 9, fin.GetUInt("NROI"), fPixelMap.size()==0?0:fPixelMap.data()); 168 168 fRawRunHeader->SetFormat(0xf172, fIsMc ? 0 : fin.GetUInt("BLDVER")); 169 fRawRunHeader->SetRunType(fIsMc ? 0 /*data*/ : 0x0100/*mc*/);169 fRawRunHeader->SetRunType(fIsMc ? 0x0100/*mc*/ : 0/*data*/); 170 170 171 171 if (!fIsMc)
Note:
See TracChangeset
for help on using the changeset viewer.