IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16379 for trunk/ippTasks


Ignore:
Timestamp:
Feb 8, 2008, 11:28:41 AM (18 years ago)
Author:
eugene
Message:

fixed some minor usage bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/summit.copy.pro

    r16376 r16379  
    4444    active true
    4545  end
    46   task dsget
     46  task summit_copy
    4747    active true
    4848  end
     
    6565    active false
    6666  end
    67   task dsget
     67  task summit_copy
    6868    active false
    6969  end
     
    100100
    101101# run pzgetexp periodically to populate pzPendingExp in the database (no I/O)
     102# this task is querying the data store for a list of exposures ("filesets")
     103# and inserting these into a db table on the local cluster (pzPendingExp)
    102104task pzgetexp
    103105  periods      -exec     10
     
    177179end
    178180
    179 # run pzgetimfiles on pending exps
     181# run pzgetimfiles on pending exps.  analogous to pzgetexp, this task
     182# is downloading a list of imfiles reported by the datastore for a
     183# given exposure ("fileset"), and placing the result in the local
     184# database table of imfiles
    180185task pzgetimfile
    181186    periods      -exec     0.05
     
    270275
    271276
    272 # get dsget to retreive an imfile and then call pztool -copydone
    273 task dsget
     277# retreive an imfile with dsget and then call pztool -copydone
     278task summit_copy
    274279    periods      -exec     5
    275280    periods      -poll     0.05
Note: See TracChangeset for help on using the changeset viewer.