IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30930


Ignore:
Timestamp:
Mar 16, 2011, 12:37:51 PM (15 years ago)
Author:
bills
Message:

changes to support distributing unmagicked raw data (for detrends)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110218/ippTasks/dist.pro

    r30654 r30930  
    188188     # stderr $LOGSUBDIR/dist.process.load.log
    189189
     190    # check current stage in case it is out of range because entries
     191    # have been removed
     192    if ($currentStage >= $DIST_STAGE:n) set currentStage = 0
     193
    190194    $run = disttool -pendingcomponent -stage $DIST_STAGE:$currentStage
    191195    $currentStage ++
     
    270274    book getword distToProcess $pageName alt_path_base -var ALT_PATH_BASE
    271275    book getword distToProcess $pageName outdir -var OUTDIR_TEMPLATE
     276    book getword distToProcess $pageName exp_type -var EXP_TYPE
    272277    book getword distToProcess $pageName dbname -var DBNAME
    273278
     
    287292        $EXTRA_ARGS = $EXTRA_ARGS --poor_quality
    288293    end
    289     if ("$ALT_PATH_BASE" != "")
     294    if ("$ALT_PATH_BASE" != "NULL")
    290295        $EXTRA_ARGS = $EXTRA_ARGS --alt_path_base $ALT_PATH_BASE
    291296    end
     
    310315    sprintf logfile "%s/dist.%s.%s.log" $OUTDIR $DIST_ID $COMPONENT
    311316
    312     $run = dist_component.pl --dist_id $DIST_ID --camera $CAMERA --stage $DIST_STAGE --stage_id $DIST_STAGE_ID --component $COMPONENT --path_base $PATH_BASE --chip_path_base $CHIP_PATH_BASE --state $STATE --data_state $DATA_STATE $EXTRA_ARGS --outdir $OUTDIR --logfile $logfile
     317    $run = dist_component.pl --dist_id $DIST_ID --camera $CAMERA --stage $DIST_STAGE --stage_id $DIST_STAGE_ID --component $COMPONENT --exp_type $EXP_TYPE --path_base $PATH_BASE --chip_path_base $CHIP_PATH_BASE --state $STATE --data_state $DATA_STATE $EXTRA_ARGS --outdir $OUTDIR --logfile $logfile
    313318
    314319    add_standard_args run
Note: See TracChangeset for help on using the changeset viewer.