Changeset 19948 for trunk/Mars


Ignore:
Timestamp:
04/28/20 10:25:15 (5 years ago)
Author:
tbretz
Message:
That was a mistake as NPIX is 1440 or 61.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mraw/MRawFitsRead.cc

    r19942 r19948  
    170170        fRawRunHeader->InitFact(fin.GetUInt("NPIX")/9, 9, fin.GetUInt("NROI"), mmap);
    171171    else
    172         fRawRunHeader->InitFact(8, fin.GetUInt("NPIX"), fin.GetUInt("NROI"), mmap);
     172        fRawRunHeader->InitFact(1, fin.GetUInt("NPIX"), fin.GetUInt("NROI"), mmap);
    173173
    174174    fRawRunHeader->SetFormat(0xf172, fIsMc ? 0 : fin.GetUInt("BLDVER"));
Note: See TracChangeset for help on using the changeset viewer.