Changeset 18564 for trunk/Mars/mraw
- Timestamp:
- 09/03/16 14:39:42 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mraw/MRawFitsRead.cc
r18563 r18564 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( 0/*data*/);169 fRawRunHeader->SetRunType(fIsMc ? 0/*data*/ : 0x0100/*mc*/); 170 170 171 171 if (!fIsMc)
Note:
See TracChangeset
for help on using the changeset viewer.