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.process.pro

    r14153 r14630  
    3636
    3737macro detproc.on
    38   task dettool.process.load
     38  task detrend.process.load
    3939    active true
    4040  end
    41   task dettool.process.run
     41  task detrend.process.run
    4242    active true
    4343  end
    44   task dettool.processexp.load
     44  task detrend.processexp.load
    4545    active true
    4646  end
    47   task dettool.processexp.run
     47  task detrend.processexp.run
    4848    active true
    4949  end
     
    5151
    5252macro detproc.off
    53   task dettool.process.load
     53  task detrend.process.load
    5454    active false
    5555  end
    56   task dettool.process.run
     56  task detrend.process.run
    5757    active false
    5858  end
    59   task dettool.processexp.load
     59  task detrend.processexp.load
    6060    active false
    6161  end
    62   task dettool.processexp.run
     62  task detrend.processexp.run
    6363    active false
    6464  end
     
    7373# new entries are added to detPendingProcessedImfile
    7474# compare the new list with the ones already selected
    75 task           dettool.process.load
     75task           detrend.process.load
    7676  host         local
    7777
     
    121121
    122122# run detrend_process_imfile.ps on pending images
    123 task           dettool.process.run
     123task           detrend.process.run
    124124  periods      -poll $runpoll
    125125  periods      -exec $runexec
     
    205205# new entries are added to detPendingProcessedExp
    206206# compare the new list with the ones already selected
    207 task           dettool.processexp.load
     207task           detrend.processexp.load
    208208  host         local
    209209
     
    253253
    254254# copy new images, sending job to desired host
    255 task           dettool.processexp.run
     255task           detrend.processexp.run
    256256  periods      -poll $runpoll
    257257  periods      -exec $runexec
Note: See TracChangeset for help on using the changeset viewer.