Changeset 28013 for trunk/psphot/src/psphotMagnitudes.c
- Timestamp:
- May 18, 2010, 4:11:53 PM (16 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotMagnitudes.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
-
Property svn:mergeinfo
set to
/branches/eam_branches/psphot.20100506 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/psphot/src/psphotMagnitudes.c
r27657 r28013 1 1 # include "psphotInternal.h" 2 2 3 bool psphotMagnitudes (pmConfig *config, const pmFPAview *view )3 bool psphotMagnitudes (pmConfig *config, const pmFPAview *view, const char *filerule) 4 4 { 5 5 bool status = true; … … 21 21 22 22 // find the currently selected readout 23 pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PSPHOT.INPUT", i); // File of interest23 pmFPAfile *file = pmFPAfileSelectSingle(config->files, filerule, i); // File of interest 24 24 psAssert (file, "missing file?"); 25 25 … … 37 37 38 38 if (!psphotMagnitudesReadout (config, recipe, view, readout, sources, psf)) { 39 psError (PSPHOT_ERR_CONFIG, false, "failed to measure magnitudes for PSPHOT.INPUT entry %d", i);39 psError (PSPHOT_ERR_CONFIG, false, "failed to measure magnitudes for %s entry %d", filerule, i); 40 40 return false; 41 41 }
Note:
See TracChangeset
for help on using the changeset viewer.
