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

    r14153 r14630  
    3737
    3838macro detnorm.on
    39   task dettool.norm.load
    40     active true
    41   end
    42   task dettool.norm.run
    43     active true
    44   end
    45   task dettool.normexp.load
    46     active true
    47   end
    48   task dettool.normexp.run
    49     active true
    50   end
    51   task dettool.normstat.load
    52     active true
    53   end
    54   task dettool.normstat.run
     39  task detrend.norm.load
     40    active true
     41  end
     42  task detrend.norm.run
     43    active true
     44  end
     45  task detrend.normexp.load
     46    active true
     47  end
     48  task detrend.normexp.run
     49    active true
     50  end
     51  task detrend.normstat.load
     52    active true
     53  end
     54  task detrend.normstat.run
    5555    active true
    5656  end
     
    5858
    5959macro detnorm.off
    60   task dettool.norm.load
    61     active false
    62   end
    63   task dettool.norm.run
    64     active false
    65   end
    66   task dettool.normexp.load
    67     active false
    68   end
    69   task dettool.normexp.run
    70     active false
    71   end
    72   task dettool.normstat.load
    73     active false
    74   end
    75   task dettool.normstat.run
     60  task detrend.norm.load
     61    active false
     62  end
     63  task detrend.norm.run
     64    active false
     65  end
     66  task detrend.normexp.load
     67    active false
     68  end
     69  task detrend.normexp.run
     70    active false
     71  end
     72  task detrend.normstat.load
     73    active false
     74  end
     75  task detrend.normstat.run
    7676    active false
    7777  end
     
    8686# new entries are added to detPendingNormStatImfile
    8787# compare the new list with the ones already selected
    88 task           dettool.normstat.load
     88task           detrend.normstat.load
    8989  host         local
    9090
     
    9595
    9696  stdout NULL
    97   stderr $LOGSUBDIR/dettool.normstat.log
     97  stderr $LOGSUBDIR/detrend.normstat.log
    9898
    9999  task.exec
     
    134134
    135135# copy new images, sending job to desired host
    136 task           dettool.normstat.run
     136task           detrend.normstat.run
    137137  periods      -poll $runpoll
    138138  periods      -exec $runexec
     
    205205# new entries are added to detPendingNormImfile
    206206# compare the new list with the ones already selected
    207 task           dettool.norm.load
     207task           detrend.norm.load
    208208  host         local
    209209
     
    214214
    215215  stdout NULL
    216   stderr $LOGSUBDIR/dettool.norm.log
     216  stderr $LOGSUBDIR/detrend.norm.log
    217217
    218218  task.exec
     
    253253
    254254# copy new images, sending job to desired host
    255 task           dettool.norm.run
     255task           detrend.norm.run
    256256  periods      -poll $runpoll
    257257  periods      -exec $runexec
     
    328328# new entries are added to detPendingNormExp
    329329# compare the new list with the ones already selected
    330 task           dettool.normexp.load
     330task           detrend.normexp.load
    331331  host         local
    332332
     
    337337
    338338  stdout NULL
    339   stderr $LOGSUBDIR/dettool.normexp.log
     339  stderr $LOGSUBDIR/detrend.normexp.log
    340340
    341341  task.exec
     
    376376
    377377# copy new images, sending job to desired host
    378 task           dettool.normexp.run
     378task           detrend.normexp.run
    379379  periods      -poll $runpoll
    380380  periods      -exec $runexec
Note: See TracChangeset for help on using the changeset viewer.