Changeset 41174
- Timestamp:
- Nov 27, 2019, 12:06:59 PM (6 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/psphot.h (modified) (1 diff)
-
src/psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20191011/psphot (added) merged: 40942
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphot.h
r38515 r41174 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); -
trunk/psphot/src/psphotReadout.c
r40447 r41174 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.
