IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of md06.refstack.y


Ignore:
Timestamp:
Mar 22, 2011, 3:44:03 PM (15 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • md06.refstack.y

    v1 v2  
    3232{{{
    3333 perl ipp/tools/refstacktool --field MD06 --filter y --fwhm_max 4 --tess_id MD06 --pretend --verbose
    34 lots of output like the following omitted
    3534
    36 chiptool -dbname gpc1 -definebyquery -set_label MD06.refstack.20110323 -set_workdir neb://@HOST@.0/gpc1/MD06.refstack.20110323 -set_dist_group MD06 -set_tess_id MD06 -set_end_stage warp -pretend -simple -exp_id 174036
    37 174036 o5344g0130o GPC1 PS1 2010-05-28T08:18:05.000000 o5344g0130o.174036 OBJECT CHIP neb://@HOST@.0/gpc1/20100528 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 915.238647 54.750154 -34.775806 -84.713303 53.752789 0.000000 1000.000000 0.026800 -18.999800 -73.997101 471.622986 -506.848999 -1044.849976 74.055397 204.945007 6.600000 28.000000 3.900000 166.000000 8.550000 8.200000 6.550000 5.550000 7.300000 6.100000 302469.000000 nan nan nan nan nan MD06_dither_1 92.733803 -38.059399 93.250504 32.030800 0.514249 ipp015 0 2010-05-27T22:26:13.000000 0}}
     35****** lots of output like the following omitted
    3836
    39 This shows the chiptool commands and the outputs. We do get 87 exposures and the definebyquery command
     37chiptool -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
     40174036 o5344g0130o GPC1 PS1 2010-05-28T08:18:05.000000 o5344g0130o.174036 OBJECT CHIP neb://@HOST@.0/gpc1/20100528 \
     41full  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 \
     445.550000 7.300000 6.100000 302469.000000 nan nan nan nan nan MD06_dither_1 92.733803 -38.059399 93.250504 \
     4532.030800 0.514249 ipp015 0 2010-05-27T22:26:13.000000 0
     46}}
     47
     48This 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
     50Let's get the party started
     51
     52{{{
     53 perl ipp/tools/refstacktool --field MD06 --filter y --fwhm_max 4 --tess_id MD06 --queue
     54Found 87 exposures for MD06 y.
     55Range of fhwm_major: 3.28499 - 3.99525
     56
     57mysql> select count(*) from chipRun where label = 'MD06.refstack.20110323';
     58+----------+
     59| count(*) |
     60+----------+
     61|       87 |
     62+----------+
     631 row in set (0.00 sec)
     64
     65}}}
     66
     67Next we need to add the label to stdscience. Once the warps are done we'll come back and queue the stack.
    4068
    4169
    42 
    43