Changeset 19948 for trunk/Mars
- Timestamp:
- 04/28/20 10:25:15 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mraw/MRawFitsRead.cc
r19942 r19948 170 170 fRawRunHeader->InitFact(fin.GetUInt("NPIX")/9, 9, fin.GetUInt("NROI"), mmap); 171 171 else 172 fRawRunHeader->InitFact( 8, fin.GetUInt("NPIX"), fin.GetUInt("NROI"), mmap);172 fRawRunHeader->InitFact(1, fin.GetUInt("NPIX"), fin.GetUInt("NROI"), mmap); 173 173 174 174 fRawRunHeader->SetFormat(0xf172, fIsMc ? 0 : fin.GetUInt("BLDVER"));
Note:
See TracChangeset
for help on using the changeset viewer.