- Timestamp:
- Jan 28, 2024, 2:24:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippScripts/scripts/xcsky.pl
r42580 r42602 135 135 136 136 { 137 my $recipe_psphot = $ipprc->reduction($reduction, ' STACKPHOT_PSPHOT'); # Recipe to use for psphot138 my $recipe_ppsub = $ipprc->reduction($reduction, 'STACKPHOT_PPSUB'); # Recipe to use for ppsub139 my $recipe_ppstack = $ipprc->reduction($reduction, 'STACKPHOT_PPSTACK'); # Recipe to use for ppstack137 my $recipe_psphot = $ipprc->reduction($reduction, 'XCSTACK_PSPHOT'); # Recipe to use for psphot 138 # my $recipe_ppsub = $ipprc->reduction($reduction, 'XCSTACK_PPSUB'); # Recipe to use for ppsub 139 # my $recipe_ppstack = $ipprc->reduction($reduction, 'XCSTACK_PPSTACK'); # Recipe to use for ppstack 140 140 unless ($recipe_psphot) { 141 &my_die("Couldn't find selected reduction for STACKPHOT: $reduction\n", $xcsky_id, $PS_EXIT_CONFIG_ERROR);141 &my_die("Couldn't find selected reduction for XCSTACK_PSPHOT: $reduction\n", $xcsky_id, $PS_EXIT_CONFIG_ERROR); 142 142 } 143 143 144 144 print "reduction: $reduction\n"; 145 145 print "recipe_psphot: $recipe_psphot\n"; 146 print "recipe_ppsub: $recipe_ppsub\n";147 print "recipe_ppstack: $recipe_ppstack\n";146 # print "recipe_ppsub: $recipe_ppsub\n"; 147 # print "recipe_ppstack: $recipe_ppstack\n"; 148 148 my $configuration = $ipprc->filename("PSPHOT.STACK.CONFIG", $outroot); 149 149 … … 261 261 $command .= " -threads $threads" if defined $threads; 262 262 $command .= " -recipe PSPHOT $recipe_psphot"; 263 $command .= " -recipe PPSUB $recipe_ppsub";264 $command .= " -recipe PPSTACK $recipe_ppstack";263 # $command .= " -recipe PPSUB $recipe_ppsub"; 264 # $command .= " -recipe PPSTACK $recipe_ppstack"; 265 265 $command .= " -dumpconfig $configuration" if !$updatemode; 266 266 $command .= " -tracedest $traceDest -log $logDest"; … … 274 274 } 275 275 276 # XXX need to enable the STATS output in psphotStack, then read the results here: 276 277 # my $outputStatsReal = $ipprc->file_resolve($outputStats); 277 278 # &my_die("Couldn't find expected output file: $outputStats", $xcsky_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputStatsReal);
Note:
See TracChangeset
for help on using the changeset viewer.
