Changeset 28013 for trunk/psphot/src/psphotModelBackground.c
- Timestamp:
- May 18, 2010, 4:11:53 PM (16 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotModelBackground.c (modified) (2 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/psphotModelBackground.c
r27657 r28013 384 384 385 385 // XXX supply filename or keep PSPHOT.INPUT fixed? 386 bool psphotModelBackground (pmConfig *config, const pmFPAview *view )386 bool psphotModelBackground (pmConfig *config, const pmFPAview *view, const char *filerule) 387 387 { 388 388 bool status = false; … … 393 393 // loop over the available readouts 394 394 for (int i = 0; i < num; i++) { 395 if (!psphotModelBackgroundReadoutFileIndex(config, view, "PSPHOT.INPUT", i)) {395 if (!psphotModelBackgroundReadoutFileIndex(config, view, filerule, i)) { 396 396 psError (PSPHOT_ERR_CONFIG, false, "failed to model background for PSPHOT.INPUT entry %d", i); 397 397 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
