| 39 | | This shows the chiptool commands and the outputs. We do get 87 exposures and the definebyquery command |
| | 37 | chiptool -dbname gpc1 -definebyquery -set_label MD06.refstack.20110323 \ |
| | 38 | -set_workdir neb://@HOST@.0/gpc1/MD06.refstack.20110323 -set_dist_group MD06 -set_tess_id MD06 \ |
| | 39 | -set_end_stage warp -pretend -simple -exp_id 174036 |
| | 40 | 174036 o5344g0130o GPC1 PS1 2010-05-28T08:18:05.000000 o5344g0130o.174036 OBJECT CHIP neb://@HOST@.0/gpc1/20100528 \ |
| | 41 | full reg y.00000 MD06_y_N5344_MD06_dither_1 MD 1.224000 3.228834 0.822521 240.000000 0.000745 8702.118164 74.691444 \ |
| | 42 | 915.238647 54.750154 -34.775806 -84.713303 53.752789 0.000000 1000.000000 0.026800 -18.999800 -73.997101 471.622986\ |
| | 43 | -506.848999 -1044.849976 74.055397 204.945007 6.600000 28.000000 3.900000 166.000000 8.550000 8.200000 6.550000 \ |
| | 44 | 5.550000 7.300000 6.100000 302469.000000 nan nan nan nan nan MD06_dither_1 92.733803 -38.059399 93.250504 \ |
| | 45 | 32.030800 0.514249 ipp015 0 2010-05-27T22:26:13.000000 0 |
| | 46 | }} |
| | 47 | |
| | 48 | This shows the chiptool -pretend commands for each exposure and the results. We get the expected 87 exposures and the arguments to the definebyquery command look good. |
| | 49 | |
| | 50 | Let's get the party started |
| | 51 | |
| | 52 | {{{ |
| | 53 | perl ipp/tools/refstacktool --field MD06 --filter y --fwhm_max 4 --tess_id MD06 --queue |
| | 54 | Found 87 exposures for MD06 y. |
| | 55 | Range of fhwm_major: 3.28499 - 3.99525 |
| | 56 | |
| | 57 | mysql> select count(*) from chipRun where label = 'MD06.refstack.20110323'; |
| | 58 | +----------+ |
| | 59 | | count(*) | |
| | 60 | +----------+ |
| | 61 | | 87 | |
| | 62 | +----------+ |
| | 63 | 1 row in set (0.00 sec) |
| | 64 | |
| | 65 | }}} |
| | 66 | |
| | 67 | Next we need to add the label to stdscience. Once the warps are done we'll come back and queue the stack. |