IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15297


Ignore:
Timestamp:
Oct 11, 2007, 4:21:01 PM (19 years ago)
Author:
Paul Price
Message:

CONTENT.RULE only required if there's no FPA PHU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAWrite.c

    r15096 r15297  
    6262    }
    6363
    64     if (chip || cell) {
     64    if (fpa && !fpa->hdu && (chip || cell)) {
    6565        const char *rule = psMetadataLookupStr(NULL, fileData, "CONTENT.RULE"); // How to define the CONTENT
    6666        if (!rule) {
Note: See TracChangeset for help on using the changeset viewer.