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

    r14153 r14630  
    3232
    3333macro detstack.on
    34   task dettool.stack.load
     34  task detrend.stack.load
    3535    active true
    3636  end
    37   task dettool.stack.run
     37  task detrend.stack.run
    3838    active true
    3939  end
     
    4141
    4242macro detstack.off
    43   task dettool.stack.load
     43  task detrend.stack.load
    4444    active false
    4545  end
    46   task dettool.stack.run
     46  task detrend.stack.run
    4747    active false
    4848  end
     
    5555# new entries are added to detPendingStackedImfile
    5656# compare the new list with the ones already selected
    57 task           dettool.stack.load
     57task           detrend.stack.load
    5858  host         local
    5959
     
    103103
    104104# copy new images, sending job to desired host
    105 task           dettool.stack.run
     105task           detrend.stack.run
    106106  periods      -poll $runpoll
    107107  periods      -exec $runexec
Note: See TracChangeset for help on using the changeset viewer.