IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24184


Ignore:
Timestamp:
May 14, 2009, 3:29:44 PM (17 years ago)
Author:
bills
Message:

Fix conditional on boolean flag
remove unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/magic.pro

    r24174 r24184  
    157157    host anyhost
    158158    $WORKDIR = $WORKDIR_TEMPLATE
    159 
    160     basename $TESS_DIR -var TESS_ID
    161 
    162     $TESS_ID = "FIXNS"
    163159
    164160    sprintf outroot "%s/%s/%s.mgc.%s" $WORKDIR $EXP_ID $EXP_ID $MAGIC_ID
     
    424420
    425421    $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --streaks $STREAKS --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --uri $URI --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --outroot $OUTROOT --logfile $logfile --recoveryroot $RECROOT --replace $REPLACE --remove $REMOVE
    426     if ($INVERSE > 0)
     422    if ("$INVERSE" == "T")
    427423       # Inverse subtraction
    428424       $run = $run --inverse
Note: See TracChangeset for help on using the changeset viewer.