- Timestamp:
- Dec 6, 2012, 6:32:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/ippScripts/scripts/staticsky.pl
r33979 r34772 124 124 my $nInputs = @$files; 125 125 126 if ( $nInputs >1) {126 if (1) { 127 127 my $recipe_psphot = $ipprc->reduction($reduction, 'STACKPHOT_PSPHOT'); # Recipe to use for psphot 128 128 my $recipe_ppsub = $ipprc->reduction($reduction, 'STACKPHOT_PPSUB'); # Recipe to use for ppsub … … 266 266 } 267 267 } else { 268 # XXX This mode is no longer used. We run psphotStack even if there is only one filter 268 269 # single input. Run psphot 269 270 # find the recipe … … 302 303 $mask = $ipprc->filename("PPSTACK.UNCONV.MASK", $path_base ); # Mask name 303 304 $variance = $ipprc->filename("PPSTACK.UNCONV.VARIANCE", $path_base ); # Weight name 305 $expnum = $ipprc->filename("PPSTACK.OUTPUT.EXPNUM", $path_base ); # Expnum name 304 306 } else { 305 307 $image = $ipprc->filename("PPSTACK.OUTPUT", $path_base ); # Image name 306 308 $mask = $ipprc->filename("PPSTACK.OUTPUT.MASK", $path_base ); # Mask name 307 309 $variance = $ipprc->filename("PPSTACK.OUTPUT.VARIANCE", $path_base ); # Weight name 308 $expnum = $ipprc->filename("PPSTACK.OUTPUT.EXPNUM", $path_base ); # Weightname310 $expnum = $ipprc->filename("PPSTACK.OUTPUT.EXPNUM", $path_base ); # Expnum name 309 311 } 310 312
Note:
See TracChangeset
for help on using the changeset viewer.
