IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2011, 9:54:02 AM (15 years ago)
Author:
eugene
Message:

adjust reduction options for PPSUB and PPSTACK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippScripts/scripts/staticsky.pl

    r30765 r30766  
    148148# Recipes to use based on reduction class
    149149$reduction = 'DEFAULT' unless defined $reduction;
    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
     150my $recipe_psphot  = $ipprc->reduction($reduction, 'STACKPHOT_PSPHOT'); # Recipe to use for psphot
     151my $recipe_ppsub   = $ipprc->reduction($reduction, 'STACKPHOT_PPSUB'); # Recipe to use for ppsub
     152my $recipe_ppstack = $ipprc->reduction($reduction, 'STACKPHOT_PPSTACK'); # Recipe to use for ppstack
    153153unless ($recipe_psphot) {
    154154    &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.