Changeset 29573
- Timestamp:
- Oct 26, 2010, 1:43:46 PM (16 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
magic_destreak_cleanup.pl (modified) (1 diff)
-
magic_destreak_revert.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak_cleanup.pl
r29561 r29573 179 179 } 180 180 $bweight = $ipprc->filename("PPIMAGE.CHIP.VARIANCE", $backup_path_base, $component); 181 $bsources = $ipprc->filename("PSPHOT.OUTPUT", $backup_path_base, $component); 181 182 } 182 183 if ($recovery_path_base) { -
trunk/ippScripts/scripts/magic_destreak_revert.pl
r29561 r29573 191 191 $image = $ipprc->filename("PPIMAGE.CHIP", $path_base, $class_id); 192 192 $weight = $ipprc->filename("PPIMAGE.CHIP.VARIANCE", $path_base, $class_id); 193 $sources = $ipprc->filename("PSPHOT.OUTPUT", $path_base, $class_id); 193 194 194 195 # we use the mask output from the camera stage for input and replace … … 208 209 $bch_mask= $ipprc->filename("PPIMAGE.CHIP.MASK", $backup_path_base, $class_id); 209 210 $bweight = $ipprc->filename("PPIMAGE.CHIP.VARIANCE", $backup_path_base, $class_id); 211 $bsources = $ipprc->filename("PSPHOT.OUTPUT", $backup_path_base, $class_id); 210 212 } elsif ($stage eq "camera") { 211 213 $astrom = $ipprc->filename("PSASTRO.OUTPUT", $path_base);
Note:
See TracChangeset
for help on using the changeset viewer.
