- Timestamp:
- May 10, 2010, 5:24:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506/src/psphotReplaceUnfit.c
r26894 r27909 23 23 24 24 // for now, let's store the detections on the readout->analysis for each readout 25 bool psphotReplaceAllSources (pmConfig *config, const pmFPAview *view )25 bool psphotReplaceAllSources (pmConfig *config, const pmFPAview *view, const char *filerule) 26 26 { 27 27 bool status = true; … … 36 36 // loop over the available readouts 37 37 for (int i = 0; i < num; i++) { 38 if (!psphotReplaceAllSourcesReadout (config, view, "PSPHOT.INPUT", i, recipe)) {38 if (!psphotReplaceAllSourcesReadout (config, view, filerule, i, recipe)) { 39 39 psError (PSPHOT_ERR_CONFIG, false, "failed to replace all sources for PSPHOT.INPUT entry %d", i); 40 40 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
