IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 6:27:06 PM (19 years ago)
Author:
Paul Price
Message:

Fixing up 'syntax error'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.norm.pro

    r12369 r12370  
    164164    end
    165165
    166     if ($WORKDIR == NULL)
     166    if ("$WORKDIR" == "NULL")
    167167      $outroot = `pwd`
    168168    else
     
    176176
    177177    $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE $ARGS
    178     if ($WORKDIR != NULL)
     178    if ("$WORKDIR" != "NULL")
    179179      $run = $run --workdir $outroot
    180180    end
     
    287287
    288288    # XXX use ipp_filename.pl to lookup output file names
    289     if ($WORKDIR == NULL)
     289    if ("$WORKDIR" == "NULL")
    290290      $outroot = `pwd`
    291291    else
     
    299299
    300300    $run = detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE $ARGS
    301     if ($WORKDIR != NULL)
     301    if ("$WORKDIR" != "NULL")
    302302      $run = $run --workdir $outroot
    303303    end
     
    407407
    408408    # XXX add $WORKDIR/$LOG_DIR
    409     if ($WORKDIR == NULL)
     409    if ("$WORKDIR" == "NULL")
    410410      $outroot = `pwd`
    411411    else
     
    419419
    420420    $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE  $ARGS
    421     if ($WORKDIR != NULL)
     421    if ("$WORKDIR" != "NULL")
    422422      $run = $run --workdir $outroot
    423423    end
Note: See TracChangeset for help on using the changeset viewer.