Changeset 28126 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- May 26, 2010, 4:35:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r28043 r28126 149 149 my $recipe_ppSub = $ipprc->reduction($reduction, 'STACK_PPSUB'); # Recipe to use for ppSub 150 150 my $recipe_psphot = $ipprc->reduction($reduction, 'STACK_PSPHOT'); # Recipe to use for psphot 151 my $recipe_ppstats = 'STACKSTATS'; 152 if ($run_state eq 'update') { 153 $recipe_ppstats = 'WARPSTATS'; 154 } 151 155 unless ($recipe_ppStack and $recipe_ppSub and $recipe_psphot) { 152 156 &my_die("Couldn't find selected reduction for STACK_PPSTACK, STACK_PPSUB and STACK_PSPHOT: $reduction\n", $stack_id, $PS_EXIT_CONFIG_ERROR); … … 232 236 $command .= " -recipe PPSUB $recipe_ppSub"; 233 237 $command .= " -recipe PSPHOT $recipe_psphot"; 234 $command .= " -recipe PPSTATS STACKSTATS" if $do_stats;;238 $command .= " -recipe PPSTATS $recipe_ppstats" if $do_stats;; 235 239 $command .= " -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE"; 236 240 $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
Note:
See TracChangeset
for help on using the changeset viewer.
