IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26752


Ignore:
Timestamp:
Feb 1, 2010, 3:04:49 PM (16 years ago)
Author:
eugene
Message:

pass reduction to ppSub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippTasks/diff.pro

    r25570 r26752  
    156156    book getword diffSkyfile $pageName workdir -var WORKDIR_TEMPLATE
    157157    book getword diffSkyfile $pageName dbname -var DBNAME
     158    book getword diffSkyfile $pageName reduction -var REDUCTION
    158159
    159160    # set the host and workdir based on the skycell hash
     
    174175    if ("$BOTHWAYS" == "T")
    175176       $run = $run --inverse
     177    end
     178    if ("$REDUCTION" != "NULL")
     179      $run = $run --reduction $REDUCTION
    176180    end
    177181    add_standard_args run
Note: See TracChangeset for help on using the changeset viewer.