IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15552


Ignore:
Timestamp:
Nov 9, 2007, 2:43:10 PM (19 years ago)
Author:
eugene
Message:

added some comments related to EXTWORD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psModules/src/camera/pmFPAfileDefine.c

    r15217 r15552  
    438438                return NULL;
    439439            }
     440            // EXTWORD (fits->extword) is not relevant to the PHU
    440441            fits = psFitsOpen (realName, "r");
    441442            if (!fits) {
     
    556557            return NULL;
    557558        }
     559        // EXTWORD (fits->extword) is not relevant to the PHU
    558560        fits = psFitsOpen (realName, "r");
    559561        if (!fits) {
     
    665667    // associated each filename with an element of the FPA
    666668    // save the association on file->names
     669    // EXTWORD (fits->extword) is not relevant to the PHU
    667670    fits = psFitsOpen (infiles->data[entry], "r");
    668671    phu = psFitsReadHeader (NULL, fits);
Note: See TracChangeset for help on using the changeset viewer.