IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30860 for trunk/ppImage/src


Ignore:
Timestamp:
Mar 10, 2011, 1:52:12 PM (15 years ago)
Author:
watersc1
Message:

cell isn't defined yet, so we need to look at the chip level to see if we've applied PATTERN.CELL already.

File:
1 edited

Legend:

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

    r30835 r30860  
    9292        *view = *inputView;
    9393
    94         pmHDU *hdu = pmHDUFromCell(cell);
     94        pmHDU *hdu = pmHDUFromChip(chip);
    9595        if (psMetadataLookupBool(NULL,hdu->header,"PTRN_CEL")) {
    9696          psLogMsg("ppImage", PS_LOG_INFO, "Not performing cell pattern correction as it has already been done.");
Note: See TracChangeset for help on using the changeset viewer.