- Timestamp:
- Jun 25, 2015, 10:05:06 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150616
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphot/src/psphotStackReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150616
-
branches/eam_branches/ipp-20150616/psphot/src/psphotStackReadout.c
r38385 r38552 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.
