- Timestamp:
- Jun 10, 2010, 6:28:51 PM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/stack_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/ippScripts/scripts/stack_skycell.pl
r28043 r28304 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.
