- Timestamp:
- Dec 6, 2012, 6:32:19 PM (14 years ago)
- Location:
- branches/czw_branch/20120906/psphot
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src (modified) (1 prop)
-
src/psphotStackImageLoop.c (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot (added) merged: 34408-34409,34415-34416,34428,34466,34565,34570,34575,34735,34747
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/psphot/src
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/psphot/src/psphotStackImageLoop.c
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot/src/psphotStackImageLoop.c (added) merged: 34428,34466,34570,34575,34735,34747 /trunk/psphot/src/psphotStackImageLoop.c merged: 34418,34429,34528,34750
r34404 r34772 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.
