- Timestamp:
- Jun 10, 2010, 6:28:51 PM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/diff_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/ippScripts/scripts/diff_skycell.pl
r28043 r28304 197 197 my $recipe_ppSub = $ipprc->reduction($reduction, 'DIFF_PPSUB'); # Recipe to use for ppSub 198 198 my $recipe_psphot = $ipprc->reduction($reduction, 'DIFF_PSPHOT'); # Recipe to use for psphot 199 my $recipe_ppstats = 'DIFFSTATS'; 199 200 unless ($recipe_ppSub and $recipe_psphot) { 200 201 &my_die("Couldn't find selected reduction for DIFF_PPSUB and DIFF_PSPHOT: $reduction\n", $diff_id, $skycell_id, $PS_EXIT_CONFIG_ERROR); … … 257 258 $traceDest .= '.update'; 258 259 $outputStats .= '.update'; 260 261 $recipe_ppstats = 'WARPSTATS'; 259 262 } 260 263 … … 292 295 $command .= " -recipe PPSUB $recipe_ppSub"; 293 296 $command .= " -recipe PSPHOT $recipe_psphot"; 294 $command .= " -recipe PPSTATS DIFFSTATS";297 $command .= " -recipe PPSTATS $recipe_ppstats"; 295 298 $command .= " -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE"; 296 299 $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
Note:
See TracChangeset
for help on using the changeset viewer.
