- Timestamp:
- Jun 22, 2015, 3:14:29 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStackReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStackReadout.c
r38385 r38512 35 35 psphotSaveImage (NULL, readout->mask, line); 36 36 } 37 // psphotSaveImage leaves an error on the stack 38 psErrorClear(); 37 39 return true; 38 40 } … … 348 350 // XXX NOTE : if we use the pre-20130914 psphotStackReadout code, we need to use 'false' for the 349 351 // sourcesSubtracted argument 350 psArray *objectsOut = psphotSourceChildrenByObject (config, view, STACK_OUT, objects, true); 352 353 // do this here so that the variance image is available to reset the models 354 psphotStackMatchPSFsetup (config, view, STACK_OUT, STACK_RAW); 355 psArray *objectsOut = psphotSourceChildrenByObject (config, view, STACK_OUT, STACK_RAW, objects, true); 351 356 if (!objectsOut) { 352 357 psFree(objects); … … 364 369 365 370 // set up the FWHM vector 366 psphotStackMatchPSFsetup (config, view, STACK_OUT, STACK_RAW);367 371 psphotDumpImages (config, view, STACK_RAW, "raw.t0"); 368 372 psphotDumpImages (config, view, STACK_OUT, "out.t0");
Note:
See TracChangeset
for help on using the changeset viewer.
