IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34741 for trunk


Ignore:
Timestamp:
Nov 29, 2012, 2:54:40 PM (14 years ago)
Author:
bills
Message:

use psphotStack even if there is only a single input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/staticsky.pl

    r34513 r34741  
    124124my $nInputs = @$files;
    125125
    126 if ($nInputs > 1) {
     126if (1) {
    127127        my $recipe_psphot  = $ipprc->reduction($reduction, 'STACKPHOT_PSPHOT'); # Recipe to use for psphot
    128128        my $recipe_ppsub   = $ipprc->reduction($reduction, 'STACKPHOT_PPSUB'); # Recipe to use for ppsub
     
    266266        }
    267267} else {
     268    # XXX This mode is no longer used. We run psphotStack even if there is only one filter
    268269        # single input. Run psphot
    269270        # find the recipe
Note: See TracChangeset for help on using the changeset viewer.