IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links
wiki:HowToManuallyRerunForMops

Version 2 (modified by heather, 14 years ago) ( diff )

--

How to rerun stuff for Mops

Mops likes their data to appear on their datastore, and they like quads to be reprocessed. This is Heather's list of steps:

  1. queue with chiptool. defaults usually work fine, but use your judgement here.
  1. queue the quads. They preferably like 1 - 2 and 3 - 4. You can trick out difftool to do it in 2 commands:
difftool -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'
	
difftool -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'

ran into problem with diffs on stacks: I didn't have enough good quality skycells (need 60) to do it on more than half of the exposures, so need -available to queue up what's there.

difftool -definewarpstack -stack_label MD03.refstack -warp_label haf.mops.rerun -dbname gpc1 -set_workdir neb://@HOST@.0/haf.mops.rerun -set_label haf.mops.rerun -set_reduction SWEETSPOT -available
  1. publishing- they like stuff to be put in client_id 14, ie, ipp_mops_dev
    pubtool -dbname gpc1 -set_label czw.mopstest.rerun -client_id 14 -definerun -label czw.mopstest.rerun
    

and add that label to publishing pantasks. note that if you omit -label it queues everything to be published. do not do that.

That should be it!

Note: See TracWiki for help on using the wiki.