Changeset 40942 for branches/eam_branches/ipp-20191011
- Timestamp:
- Oct 13, 2019, 1:03:16 PM (7 years ago)
- Location:
- branches/eam_branches/ipp-20191011/psphot/src
- Files:
-
- 3 edited
-
psphot.h (modified) (1 diff)
-
psphotOutput.c (modified) (1 diff)
-
psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011/psphot/src/psphot.h
r38515 r40942 237 237 bool psphotSetRadiusModel (pmModel *model, pmReadout *readout, pmSource *source, psImageMaskType markVal, bool deep); 238 238 239 bool psphotDumpTest (pmConfig *config, const pmFPAview *view, const char *filerule); 239 240 bool psphotDumpMoments (psMetadata *recipe, psArray *sources); 240 241 psMetadata *psphotDefineHeader (psMetadata *recipe); -
branches/eam_branches/ipp-20191011/psphot/src/psphotOutput.c
r37590 r40942 419 419 420 420 // XXX dump tests are disabled unless this is commented out: 421 return true;421 // return true; 422 422 423 423 bool status = true; -
branches/eam_branches/ipp-20191011/psphot/src/psphotReadout.c
r40447 r40942 126 126 } 127 127 if (!strcasecmp (breakPt, "PEAKS")) { 128 return psphotReadoutCleanup (config, view, filerule); 128 psphotDumpTest (config, view, filerule); 129 return psphotReadoutCleanup (config, view, filerule); 129 130 } 130 131 … … 156 157 } 157 158 if (!strcasecmp (breakPt, "MOMENTS")) { 159 psphotDumpTest (config, view, filerule); 158 160 return psphotReadoutCleanup (config, view, filerule); 159 161 }
Note:
See TracChangeset
for help on using the changeset viewer.
