Changeset 36420
- Timestamp:
- Jan 3, 2014, 1:58:26 PM (13 years ago)
- Location:
- branches/bills_branches/bills_201312
- Files:
-
- 3 edited
-
ippconfig/recipes/filerules-split.mdc (modified) (1 diff)
-
psphot/src/psphotFullForceSummary.c (modified) (2 diffs)
-
psphot/src/psphotFullForceSummaryReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/bills_branches/bills_201312/ippconfig/recipes/filerules-split.mdc
r36375 r36420 262 262 PSPHOT.STACK.RESID OUTPUT {OUTPUT}.stk.{FILE.ID}.res.fits IMAGE COMP_SUB FPA TRUE NONE 263 263 PSPHOT.STACK.CONFIG OUTPUT {OUTPUT}.psphotStack.mdc TEXT NONE FPA TRUE NONE 264 265 PSPHOT.FULLFORCE.OUTPUT OUTPUT {OUTPUT}.cmf CMF NONE FPA TRUE NONE 264 266 265 267 SOURCE.PLOT.RAW.MOMENTS OUTPUT {OUTPUT}.{CHIP.NAME}.mnt.png KAPA NONE CHIP TRUE NONE -
branches/bills_branches/bills_201312/psphot/src/psphotFullForceSummary.c
r36410 r36420 137 137 return false; 138 138 } 139 pmFPAfile *output = pmFPAfileDefineOutput(config, outputFPA, "PSPHOT. OUTPUT");139 pmFPAfile *output = pmFPAfileDefineOutput(config, outputFPA, "PSPHOT.FULLFORCE.OUTPUT"); 140 140 psFree(outputFPA); // Drop reference 141 141 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")); 143 143 return false; 144 144 } 145 145 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"); 147 147 return false; 148 148 } … … 171 171 } 172 172 173 pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSPHOT. OUTPUT");173 pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSPHOT.FULLFORCE.OUTPUT"); 174 174 if (!output) { 175 175 psError(PSPHOT_ERR_PROG, false, "Can't find output data!"); -
branches/bills_branches/bills_201312/psphot/src/psphotFullForceSummaryReadout.c
r36410 r36420 31 31 int num = psphotFileruleCount(config, "PSPHOT.INPUT.CMF"); 32 32 33 pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSPHOT. OUTPUT");33 pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSPHOT.FULLFORCE.OUTPUT"); 34 34 pmCell *outputCell = pmFPAviewThisCell(view, output->fpa); 35 35 pmReadout *outputReadout = pmFPAviewThisReadout(view, output->fpa);
Note:
See TracChangeset
for help on using the changeset viewer.
