- Timestamp:
- Mar 1, 2011, 9:51:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippScripts/scripts/staticsky.pl
r29063 r30765 149 149 $reduction = 'DEFAULT' unless defined $reduction; 150 150 my $recipe_psphot = $ipprc->reduction($reduction, 'STACKPHOT'); # Recipe to use for psphot 151 my $recipe_ppsub = $ipprc->reduction($reduction, 'STACKPHOT'); # Recipe to use for ppsub 152 my $recipe_ppstack = $ipprc->reduction($reduction, 'STACKPHOT'); # Recipe to use for ppstack 151 153 unless ($recipe_psphot) { 152 154 &my_die("Couldn't find selected reduction for STACKPHOT: $reduction\n", $sky_id, $PS_EXIT_CONFIG_ERROR); 153 155 } 154 156 155 print "reduction: $reduction\n"; 156 print "recipe_psphot: $recipe_psphot\n"; 157 print "reduction: $reduction\n"; 158 print "recipe_psphot: $recipe_psphot\n"; 159 print "recipe_ppsub: $recipe_ppsub\n"; 160 print "recipe_ppstack: $recipe_ppstack\n"; 157 161 158 162 # my $cmdflags; … … 163 167 $command .= " -input $listName"; 164 168 $command .= " -threads $threads" if defined $threads; 165 $command .= " -recipe PSPHOT $recipe_psphot"; 169 $command .= " -recipe PSPHOT $recipe_psphot"; 170 $command .= " -recipe PPSUB $recipe_ppsub"; 171 $command .= " -recipe PPSTACK $recipe_ppstack"; 166 172 $command .= " -dumpconfig $configuration"; 167 173 $command .= " -tracedest $traceDest -log $logDest";
Note:
See TracChangeset
for help on using the changeset viewer.
