Changeset 30766
- Timestamp:
- Mar 1, 2011, 9:54:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippScripts/scripts/staticsky.pl
r30765 r30766 148 148 # Recipes to use based on reduction class 149 149 $reduction = 'DEFAULT' unless defined $reduction; 150 my $recipe_psphot = $ipprc->reduction($reduction, 'STACKPHOT '); # Recipe to use for psphot151 my $recipe_ppsub = $ipprc->reduction($reduction, 'STACKPHOT '); # Recipe to use for ppsub152 my $recipe_ppstack = $ipprc->reduction($reduction, 'STACKPHOT '); # Recipe to use for ppstack150 my $recipe_psphot = $ipprc->reduction($reduction, 'STACKPHOT_PSPHOT'); # Recipe to use for psphot 151 my $recipe_ppsub = $ipprc->reduction($reduction, 'STACKPHOT_PPSUB'); # Recipe to use for ppsub 152 my $recipe_ppstack = $ipprc->reduction($reduction, 'STACKPHOT_PPSTACK'); # Recipe to use for ppstack 153 153 unless ($recipe_psphot) { 154 154 &my_die("Couldn't find selected reduction for STACKPHOT: $reduction\n", $sky_id, $PS_EXIT_CONFIG_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.
