IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23871


Ignore:
Timestamp:
Apr 15, 2009, 8:29:07 AM (17 years ago)
Author:
eugene
Message:

skip if we do not have raw (mef) gpc1 images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageMeasureCrosstalk.c

    r23845 r23871  
    2929    pmChip *chip = pmFPAfileThisChip(config->files, view, "PPIMAGE.INPUT");
    3030    pmFPA *fpa = chip->parent;
     31    if (chip->cells->n != 64) return true;
    3132
    3233    // for each cell (xyNM), we want to find the pixels with values above a cutoff (40k, 60k, ?)
Note: See TracChangeset for help on using the changeset viewer.