- Timestamp:
- Oct 24, 2012, 3:56:18 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905/psphot
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src (modified) (1 prop)
-
src/psphotStackImageLoop.c (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/psphot
- Property svn:mergeinfo changed
/trunk/psphot merged: 34492-34493,34528,34540,34542,34559-34560
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src merged: 34492-34493,34528,34540,34542,34559-34560
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/psphot/src/psphotStackImageLoop.c
- Property svn:mergeinfo changed
/trunk/psphot/src/psphotStackImageLoop.c merged: 34528
r34466 r34570 43 43 if (!needConvolved) { 44 44 pmFPAfileActivate (config->files, false, "PSPHOT.STACK.INPUT.CNV"); 45 pmFPAfileActivate (config->files, false, "PSPHOT.STACK.MASK.CNV"); 46 pmFPAfileActivate (config->files, false, "PSPHOT.STACK.VARIANCE.CNV"); 47 pmFPAfileActivate (config->files, false, "PSPHOT.STACK.PSF.CNV"); 45 48 } 46 49 … … 97 100 // drop all versions of the internal files 98 101 status = true; 99 status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL");100 status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL.STDEV");101 status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND");102 status &= pmFPAfileDropInternal (config->files, psphotGetFilerule("PSPHOT.BACKMDL")); 103 status &= pmFPAfileDropInternal (config->files, psphotGetFilerule("PSPHOT.BACKMDL.STDEV")); 104 status &= pmFPAfileDropInternal (config->files, psphotGetFilerule("PSPHOT.BACKGND")); 102 105 if (!status) { 103 106 psError(PSPHOT_ERR_PROG, false, "trouble dropping internal files"); - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
