Changeset 32982 for trunk/ippScripts
- Timestamp:
- Dec 20, 2011, 11:36:11 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/skycalibration.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/skycalibration.pl
r32972 r32982 117 117 } 118 118 119 # XXX: We are making the bad assumption here that the staticksky run used the same reduction class 120 # as this skycalRun 121 my $recipe_psphot = $ipprc->reduction($reduction, "STACKPHOT_PSPHOT"); 122 unless ($recipe_psphot) { 123 &my_die("Couldn't find selected reduction for STATCKPHOT_PSPHOT: $reduction\n", $skycal_id, $PS_EXIT_CONFIG_ERROR); 124 } 125 119 126 print "reduction: $reduction\n"; 120 127 print "recipe_psastro: $recipe_psastro\n"; 128 print "recipe_psphot: $recipe_psphot\n"; 121 129 122 130 my $configuration = $ipprc->filename("PSASTRO.CONFIG", $outroot); … … 188 196 my $command = "$psastro $outroot"; 189 197 $command .= " -file $file"; 190 $command .= " -threads $threads" if defined $threads; 198 # $command .= " -threads $threads" if defined $threads; # psastro doesn't currently accept -threads 191 199 $command .= " -recipe PSASTRO $recipe_psastro"; 200 $command .= " -recipe PSPHOT $recipe_psphot"; 192 201 $command .= " -F PSASTRO.OUTPUT $output_sources_filerule"; 193 202 $command .= " -stats $stats";
Note:
See TracChangeset
for help on using the changeset viewer.
