IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2013, 2:42:06 PM (13 years ago)
Author:
bills
Message:

CFF file rule changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/src/psmakecff.c

    r36271 r36302  
    8282    }
    8383
    84     pmFPAfile *output = pmFPAfileDefineOutputFromFile (config, sources, "PSMAKECFF.OUTPUT.CFF");
     84    pmFPAfile *output = pmFPAfileDefineOutputFromFile (config, sources, "PSPHOT.OUTPUT.CFF");
    8585    if (!output) {
    8686        psError(PS_ERR_UNKNOWN, false, "failed to build output FPA");
     
    111111    }
    112112
    113     pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSMAKECFF.OUTPUT.CFF");
     113    pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSPHOT.OUTPUT.CFF");
    114114    if (!output) {
    115115        psError(PSPHOT_ERR_PROG, false, "Can't find output data!");
Note: See TracChangeset for help on using the changeset viewer.