| 10 | | Initial commands -- |
| | 10 | Initial/current test quad -- 162.OSS.O.Q.w (2013-03-19) exposures -- o6370g0351o, o6370g0373o, o6370g0395o, o6370g0417o |
| | 11 | {{{ |
| | 12 | +-------------+---------------------+----------+---------+-----------------------------------+------------+-----------+----------+ |
| | 13 | | exp_name | dateobs | exp_time | filter | comment | posang | radeg | decdeg | |
| | 14 | +-------------+---------------------+----------+---------+-----------------------------------+------------+-----------+----------+ |
| | 15 | | o6370g0351o | 2013-03-19 11:37:26 | 45 | w.00000 | 162.OSS.O.Q.w ps1_14_2124 visit 1 | 337.868713 | 186.44580 | -2.16131 | |
| | 16 | | o6370g0373o | 2013-03-19 11:59:29 | 45 | w.00000 | 162.OSS.O.Q.w ps1_14_2124 visit 2 | 337.876892 | 186.44597 | -2.16143 | |
| | 17 | | o6370g0395o | 2013-03-19 12:21:39 | 45 | w.00000 | 162.OSS.O.Q.w ps1_14_2124 visit 3 | 337.877411 | 186.44591 | -2.16137 | |
| | 18 | | o6370g0417o | 2013-03-19 12:43:52 | 45 | w.00000 | 162.OSS.O.Q.w ps1_14_2124 visit 4 | 337.877594 | 186.44574 | -2.16125 | |
| | 19 | |
| | 20 | +--------+-------------+-------+------------+---------+---------+ |
| | 21 | | exp_id | exp_name | fault | fwhm_major | quality | deteff | |
| | 22 | +--------+-------------+-------+------------+---------+---------+ |
| | 23 | | 590994 | o6370g0351o | 0 | 5.26383 | 0 | 22.7106 | |
| | 24 | | 591016 | o6370g0373o | 0 | 5.99344 | 0 | 22.4768 | |
| | 25 | | 591038 | o6370g0395o | 0 | 6.14446 | 0 | 22.4466 | |
| | 26 | | 591060 | o6370g0417o | 0 | 6.48741 | 0 | 22.3831 | |
| | 27 | }}} |
| | 28 | |
| | 29 | |
| | 30 | |
| | 31 | Manually to run for code change test (never use a script except for generating the base commands) -- normal chip/cam/warp, WWdiff v12,v34 and WSdiff, publishing |
| | 32 | * chip-cam-warp -- include date and revision being tested |
| | 33 | {{{ |
| | 34 | chiptool -dbname gpc1 -definebyquery -set_label MOPS.dailytestset -set_workdir neb://@HOST@.0/gpc1/MOPS.dailytestset.DATErN -set_data_group MOPS.dailytestset.DATErN -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_reduction SWEETSPOT -simple -exp_name o6370g0351o -pretend |
| | 35 | }}} |
| | 36 | |
| | 37 | * WWdiffs to queue -- o6370g0351o-o6370g0373o, o6370g0395o-o6370g0417o (warp_id - template_warp_id) |
| | 38 | {{{ |
| | 39 | difftool -dbname gpc1 -definewarpwarp -warp_id VISIT1/VISIT3 -template_warp_id VISIT2/VISIT4 -backwards -set_workdir neb://@HOST@.0/gpc1/MOPS.dailytestset.DATErN -set_dist_group NULL -set_label MOPS.dailytestset -set_data_group MOPS.dailytestset.DATErN -set_reduction SWEETSPOT -simple -rerun -pretend |
| | 40 | }}} |
| | 41 | |
| | 42 | * WSdiffs to queue -- testing new w-band reference stack, currently only run for testing that |
| | 43 | {{{ |
| | 44 | difftool -dbname gpc1 -definewarpstack -good_frac 0.05 -warp_id WARPID -stack_label PSNSC.wref.20170707 -set_dist_group NULL -set_label MOPS.dailytestset -set_data_group MOPS.WS.dailytestset.DATErN -set_workdir neb://@HOST@.0/gpc1/MOPS.WS.dailytestset.DATErN -set_reduction SWEETSPOT_WS -simple -rerun -pretend |
| | 45 | }}} |
| | 46 | |
| | 47 | * checks before publishing -- skycell count, good skycell count, number of detections per skycell... |
| | 48 | |
| | 49 | * publishing -- using IPP-MOPS-TEST-2, client_id 12 until time to restore the IPP-MOPS-dailytestset location... |
| | 50 | {{{ |
| | 51 | pubtool -dbname gpc1 -definerun -set_label MOPS.dailytestset -data_group MOPS.dailytestset.DATErN -client_id 12 -simple -pretend |
| | 52 | |
| | 53 | ////pubtool -dbname gpc1 -definerun -set_label MOPS.dailytestset -data_group MOPS.WS.dailytestset.DATErN -client_id 12 -simple -pretend |
| | 54 | }}} |
| | 55 | |
| | 56 | * publishing list email to Serge/MOPS -- should be |
| | 57 | {{{ |
| | 58 | mysql -hippdb08 -uippuser -p gpc1 -B -e ' select path_base from publishRun join publishDone using (pub_id) join diffRun where publishRun.label like "MOPS.dailytestset" and stage_id=diff_id and diffRun.data_group like "MOPS.dailytestset.DATErN"; ' | grep -v path_base | awk '{print "neb-ls -p "$1"%.mops"}' | tcsh |
| | 59 | }}} |
| | 60 | |
| | 61 | * cleanup -- should never do for a normal test set unless setup for testing updates etc |
| | 62 | |
| | 63 | |
| | 64 | |
| | 65 | |
| | 66 | |
| | 67 | Initial run description (until script finished) for daily test -- normal chip/cam/warp, WWdiff v12,v34 and publishing |
| | 68 | * chip-cam-warp commands -- |