IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10745


Ignore:
Timestamp:
Dec 14, 2006, 9:21:09 PM (19 years ago)
Author:
eugene
Message:

fixes on limits, paths

Location:
trunk/ippTasks
Files:
6 edited

Legend:

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

    r10723 r10745  
    5454
    5555  task.exec
    56     # command      dettool -tonormalizedstat -simple -limit {$DetrendNormStatFail + 20}
    57     command      dettool -tonormalizedstat -simple
     56    command      dettool -tonormalizedstat -simple -limit {$DetrendNormStatFail + 20}
    5857  end
    5958
     
    177176
    178177  task.exec
    179     # command      dettool -tonormalize -simple -limit {$DetrendNormFail + 20}
    180     command      dettool -tonormalize -simple
     178    command      dettool -tonormalize -simple -limit {$DetrendNormFail + 20}
    181179  end
    182180
     
    305303
    306304  task.exec
    307     # command      dettool -tonormalizedexp -simple -limit {$DetrendNormExpFail + 20}
    308     command      dettool -tonormalizedexp -simple
     305    command      dettool -tonormalizedexp -simple -limit {$DetrendNormExpFail + 20}
    309306  end
    310307
  • trunk/ippTasks/detrend.process.pro

    r10723 r10745  
    5757
    5858  task.exec
    59     # XXX dettool needs -limit command
    60     # command dettool -toprocessedimfile -simple -limit {$DetrendProcessImfileFail + 20}
    61     command dettool -toprocessedimfile -simple
     59    command dettool -toprocessedimfile -simple -limit {$DetrendProcessImfileFail + 20}
    6260  end
    6361
     
    191189
    192190  task.exec
    193     # command dettool -toprocessedexp -simple -limit {$DetrendProcessExpFail + 20}
    194     command dettool -toprocessedexp -simple
     191    command dettool -toprocessedexp -simple -limit {$DetrendProcessExpFail + 20}
    195192  end
    196193
  • trunk/ippTasks/detrend.reject.pro

    r10723 r10745  
    5353
    5454  task.exec
    55     # command dettool -residdetrun -simple -limit {$DetrendRejectExpFail + 20}
    56     command dettool -residdetrun -simple
     55    command dettool -residdetrun -simple -limit {$DetrendRejectExpFail + 20}
    5756  end
    5857
  • trunk/ippTasks/detrend.resid.pro

    r10723 r10745  
    5858
    5959  task.exec
    60     # command dettool -toresidimfile -simple -limit {$DetrendResidImfileFail + 20}
    61     command dettool -toresidimfile -simple
     60    command dettool -toresidimfile -simple -limit {$DetrendResidImfileFail + 20}
    6261  end
    6362
     
    146145    stdout $LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITER.$CLASS_ID.log
    147146    stderr $LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITER.$CLASS_ID.log
     147    exec mkdir -p $LOGSUBDIR/$base
    148148
    149149    # specify choice of remote host:
     
    197197
    198198  task.exec
    199   # command      dettool -toresidexp -simple -limit {$DetrendResidExpFail + 20}
    200   command      dettool -toresidexp -simple
     199    command      dettool -toresidexp -simple -limit {$DetrendResidExpFail + 20}
    201200  end
    202201
  • trunk/ippTasks/detrend.stack.pro

    r10723 r10745  
    5353
    5454  task.exec
    55     # command dettool -tostacked -simple -limit {$DetrendStackClassFail + 20}
    56     command dettool -tostacked -simple
     55    command dettool -tostacked -simple -limit {$DetrendStackClassFail + 20}
    5756  end
    5857
  • trunk/ippTasks/pantasks.pro

    r10723 r10745  
    77# $scripts = $HOME/src/pantasks/ipp/ippTasks
    88$scripts = .
    9 # $LOGDIR = `ipp_datapath.pl path://ESSENCE`
    10 $LOGDIR = `ipp_datapath.pl path://SIMTEST`
     9$LOGDIR = `ipp_datapath.pl path://ESSENCE`
     10# $LOGDIR = `ipp_datapath.pl path://SIMTEST`
    1111
    1212$LOGDIR = $LOGDIR/logs
     
    2121  if ($parallel)
    2222    controller exit true
    23     controller host add alala
    24 #    controller host add sn2
    25 #    controller host add sn3
    26 #    controller host add sn4
    27 #    controller host add sn5
     23#    controller host add alala
     24    controller host add sn2
     25    controller host add sn3
     26    controller host add sn4
     27    controller host add sn5
    2828#    controller host add sn6
    2929# sn7 serves the disk
Note: See TracChangeset for help on using the changeset viewer.