IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2009, 5:44:35 PM (17 years ago)
Author:
eugene
Message:

various fringe fixes

File:
1 edited

Legend:

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

    r23463 r24782  
    8787                }
    8888
     89                // skip cells with video data
    8990                if (cell->readouts->n > 1) {
    90                     psError(PS_ERR_BAD_PARAMETER_VALUE, true,
    91                             "File %d chip %d cell %d contains more than one readout (%ld)",
    92                             i, view->chip, view->cell, cell->readouts->n);
    93                     goto ERROR;
     91                  // psError(PS_ERR_BAD_PARAMETER_VALUE, true, "File %d chip %d cell %d contains more than one readout (%ld)", i, view->chip, view->cell, cell->readouts->n);
     92                  // goto ERROR;
     93                  psWarning("File %d chip %d cell %d contains more than one readout (%ld), skipping", i, view->chip, view->cell, cell->readouts->n);
     94                  continue;
    9495                }
    9596                pmReadout *readout = cell->readouts->data[0]; ///< Readout of interest
Note: See TracChangeset for help on using the changeset viewer.