IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 3, 2014, 1:58:26 PM (13 years ago)
Author:
bills
Message:

Add filerule for full force output.

Location:
branches/bills_branches/bills_201312/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/bills_branches/bills_201312/psphot/src/psphotFullForceSummary.c

    r36410 r36420  
    137137        return false;
    138138    }
    139     pmFPAfile *output = pmFPAfileDefineOutput(config, outputFPA, "PSPHOT.OUTPUT");
     139    pmFPAfile *output = pmFPAfileDefineOutput(config, outputFPA, "PSPHOT.FULLFORCE.OUTPUT");
    140140    psFree(outputFPA);                        // Drop reference
    141141    if (!output) {
    142         psError(psErrorCodeLast(), false, _("Unable to generate output file from PSPHOT.OUTPUT"));
     142        psError(psErrorCodeLast(), false, _("Unable to generate output file from PSPHOT.FULLFORCE.OUTPUT"));
    143143        return false;
    144144    }
    145145    if (output->type != PM_FPA_FILE_CMF) {
    146         psError(PSPHOT_ERR_CONFIG, true, "PSPHOT.OUTPUT is not of type CMF");
     146        psError(PSPHOT_ERR_CONFIG, true, "PSPHOT.FULLFORCE.OUTPUT is not of type CMF");
    147147        return false;
    148148    }
     
    171171    }
    172172
    173     pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSPHOT.OUTPUT");
     173    pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSPHOT.FULLFORCE.OUTPUT");
    174174    if (!output) {
    175175        psError(PSPHOT_ERR_PROG, false, "Can't find output data!");
  • branches/bills_branches/bills_201312/psphot/src/psphotFullForceSummaryReadout.c

    r36410 r36420  
    3131    int num = psphotFileruleCount(config, "PSPHOT.INPUT.CMF");
    3232
    33     pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSPHOT.OUTPUT");
     33    pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSPHOT.FULLFORCE.OUTPUT");
    3434    pmCell *outputCell = pmFPAviewThisCell(view, output->fpa);
    3535    pmReadout *outputReadout = pmFPAviewThisReadout(view, output->fpa);
Note: See TracChangeset for help on using the changeset viewer.