IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of HowToManuallyRerunForMops


Ignore:
Timestamp:
Dec 30, 2012, 10:13:07 PM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToManuallyRerunForMops

    v1 v1  
     1== How to rerun stuff for Mops ==
     2
     3Mops likes their data to appear on their datastore, and they like quads to be reprocessed.  This is Heather's list of steps:
     4
     51. queue with chiptool.  defaults usually work fine, but use your judgement here.
     6
     72. queue the quads. They preferably like 1 - 2 and 3 - 4.  You can trick out difftool to do it in 2 commands:
     8
     9{{{
     10difftool -definewarpwarp -input_comment '%visit 2' -template_comment '%visit 1' -input_label 'czw.mopstest.rerun' -template_label 'czw.mopstest.rerun' -dbname gpc1 -set_workdir neb://@HOST@.0/czw/mopstest.rerun -set_label 'czw.mopstest.rerun'
     11       
     12difftool -definewarpwarp -input_comment '%visit 4' -template_comment '%visit 3' -input_label 'czw.mopstest.rerun' -template_label 'czw.mopstest.rerun' -dbname gpc1 -set_workdir neb://@HOST@.0/czw/mopstest.rerun -set_label 'czw.mopstest.rerun'
     13
     14}}}
     15
     163. publishing- they like stuff to be put in client_id 14, ie, ipp_mops_dev
     17{{{
     18pubtool -dbname gpc1 -set_label czw.mopstest.rerun -client_id 14 -definerun -label czw.mopstest.rerun
     19}}}
     20and add that label to publishing pantasks. note that if you omit -label it queues everything to be published. do not do that.
     21
     22That should be it!