Changeset 28536 for trunk/ippScripts/scripts/magic_destreak.pl
- Timestamp:
- Jun 28, 2010, 8:13:53 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/magic_destreak.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap merged: 28498-28499,28503-28506,28534-28535
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/magic_destreak.pl
r27957 r28536 97 97 my ($skycell_args, $class_id, $skycell_id); 98 98 99 if (($stage eq "raw") or ($stage eq "chip") ) {99 if (($stage eq "raw") or ($stage eq "chip") or $stage eq "chip_bg") { 100 100 $class_id = $component; 101 101 $skycell_args = " -class_id $component"; 102 } elsif ($stage eq "warp" ) {102 } elsif ($stage eq "warp" or $stage eq "warp_bg") { 103 103 $skycell_id = $component; 104 104 $skycell_args = " -skycell_id $component"; … … 286 286 # $sources = $ipprc->filename("PSPHOT.OUT.CMF.SPL", $path_base); 287 287 288 } elsif ($stage eq "warp") { 288 } elsif ($stage eq "chip_bg") { 289 $image = $ipprc->filename("PPBACKGROUND.OUTPUT", $path_base, $class_id); 290 $mask = $ipprc->filename("PPBACKGROUND.OUTPUT.MASK", $path_base, $class_id); 291 $astrom = $ipprc->filename("PSASTRO.OUTPUT", $cam_path_base); 292 } elsif ($stage eq "warp" or $stage eq "warp_bg") { 289 293 $image = $ipprc->filename("PSWARP.OUTPUT", $path_base); 290 294 $mask = $ipprc->filename("PSWARP.OUTPUT.MASK", $path_base);
Note:
See TracChangeset
for help on using the changeset viewer.
