IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19081


Ignore:
Timestamp:
Aug 15, 2008, 12:01:06 PM (18 years ago)
Author:
eugene
Message:

OOPS: counting error, was loading header from only first readout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeLoop_Threaded.c

    r18967 r19081  
    171171                psArray *readouts = psArrayAlloc(numFiles); // Input readouts
    172172                for (int j = 0; j < numFiles; j++) {
    173                     pmFPAfile *input = pmFPAfileSelectSingle(config->files, "PPMERGE.INPUT", i);
     173                    pmFPAfile *input = pmFPAfileSelectSingle(config->files, "PPMERGE.INPUT", j);
    174174                    pmCell *inCell = pmFPAviewThisCell(view, input->fpa); // Input cell
    175175                    readouts->data[j] = pmReadoutAlloc(inCell);
Note: See TracChangeset for help on using the changeset viewer.