Changeset 36375 for trunk/psphot/src/psphotStackReadout.c
- Timestamp:
- Dec 10, 2013, 2:55:11 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (2 props)
-
psphot/src/psphotStackReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/psphot
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:ignore
-
old new 24 24 psphotModelTest 25 25 psphotMinimal 26 psphotFullForce 27 psmakecff
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
trunk/psphot/src/psphotStackReadout.c
r36124 r36375 124 124 return psphotReadoutCleanup (config, view, STACK_RAW); 125 125 } 126 127 // XXX TEST for background:128 if (!psphotModelBackground (config, view, STACK_RAW)) {129 return psphotReadoutCleanup (config, view, STACK_RAW);130 }131 if (!psphotSubtractBackground (config, view, STACK_RAW)) {132 return psphotReadoutCleanup (config, view, STACK_RAW);133 }134 if (!psphotModelBackground (config, view, STACK_RAW)) {135 return psphotReadoutCleanup (config, view, STACK_RAW);136 }137 if (!psphotSubtractBackground (config, view, STACK_RAW)) {138 return psphotReadoutCleanup (config, view, STACK_RAW);139 }140 // XXX TEST END141 126 142 127 #ifdef MAKE_CHISQ_IMAGE … … 319 304 psphotStackObjectsUnifyPosition (objects); 320 305 321 psphotStackObjectsSelectForAnalysis (config, view, STACK_RAW, objects);306 // psphotStackObjectsSelectForAnalysis (config, view, STACK_RAW, objects); 322 307 323 308 // final linear fit. NOTE: if splitLinearFit is true above, this pass will only fit … … 346 331 // measure kron fluxes for the matched sources only 347 332 psphotKronIterate(config, view, STACK_RAW, 3); 333 334 // decide which source(s) are to be fitted with the extended source analysis code. 335 psphotChooseAnalysisOptionsByObject (config, view, STACK_RAW, objects); 348 336 349 337 // measure elliptical apertures, petrosians (objects sorted by S/N)
Note:
See TracChangeset
for help on using the changeset viewer.
