IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 9:43:12 AM (19 years ago)
Author:
Paul Price
Message:

Changing names of tasks from dettoool.whatever to detrend.whatever, to be consistent with the other task names, which are not named after the tool but the action (bug 925).

File:
1 edited

Legend:

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

    r14153 r14630  
    3131
    3232macro detreject.on
    33   task dettool.reject.load
     33  task detrend.reject.load
    3434    active true
    3535  end
    36   task dettool.reject.run
     36  task detrend.reject.run
    3737    active true
    3838  end
     
    4040
    4141macro detreject.off
    42   task dettool.reject.load
     42  task detrend.reject.load
    4343    active false
    4444  end
    45   task dettool.reject.run
     45  task detrend.reject.run
    4646    active false
    4747  end
     
    5454# new entries are added to detRejectExp
    5555# compare the new list with the ones already selected
    56 task           dettool.reject.load
     56task           detrend.reject.load
    5757  host         local
    5858
     
    6363
    6464  stdout NULL
    65   stderr $LOGSUBDIR/dettool.reject.log
     65  stderr $LOGSUBDIR/detrend.reject.log
    6666
    6767  task.exec
     
    102102
    103103# copy new images, sending job to desired host
    104 task           dettool.reject.run
     104task           detrend.reject.run
    105105  periods      -poll $runpoll
    106106  periods      -exec $runexec
Note: See TracChangeset for help on using the changeset viewer.