- Timestamp:
- May 19, 2010, 2:08:46 PM (16 years ago)
- Location:
- branches/czw_branch/20100427/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotReplaceUnfit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427/psphot
-
Property svn:mergeinfo
set to
/branches/eam_branches/psphot.20100506 merged eligible /branches/pap/psphot merged eligible /trunk/psphot merged eligible
-
Property svn:mergeinfo
set to
-
branches/czw_branch/20100427/psphot/src/psphotReplaceUnfit.c
r26894 r28029 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.
