IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 106 and Version 107 of ppStack_testing_201111


Ignore:
Timestamp:
Apr 16, 2012, 3:29:57 PM (14 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ppStack_testing_201111

    v106 v107  
    548548
    549549Rerun MD04@all inputs using the ipp-20120404 tag with SYS.ERR=0, stamp size typecast fix, and minor others
    550 
    551 
     550{{{
     551mysql> select stack_id,state,path_base,skycell_id from stackRun join stackSumSkyfile using (stack_id) where data_group like "%deeptest.2012%";
     552+----------+-------+------------------------------------------------------------------------------------------+-------------+
     553| stack_id | state | path_base                                                                                | skycell_id  |
     554+----------+-------+------------------------------------------------------------------------------------------+-------------+
     555|   848697 | new   | neb://any/gpc1/MD04.deeptest.20120406/MD04.V3/skycell.021/MD04.V3.skycell.021.stk.848697 | skycell.021 |
     556|   848698 | full  | neb://any/gpc1/MD04.deeptest.20120406/MD04.V3/skycell.022/MD04.V3.skycell.022.stk.848698 | skycell.022 |
     557|   848699 | full  | neb://any/gpc1/MD04.deeptest.20120406/MD04.V3/skycell.023/MD04.V3.skycell.023.stk.848699 | skycell.023 |
     558|   848700 | full  | neb://any/gpc1/MD04.deeptest.20120406/MD04.V3/skycell.024/MD04.V3.skycell.024.stk.848700 | skycell.024 |
     559|   848701 | full  | neb://any/gpc1/MD04.deeptest.20120406/MD04.V3/skycell.025/MD04.V3.skycell.025.stk.848701 | skycell.025 |
     560|   848702 | full  | neb://any/gpc1/MD04.deeptest.20120406/MD04.V3/skycell.026/MD04.V3.skycell.026.stk.848702 | skycell.026 |
     561|   848703 | full  | neb://any/gpc1/MD04.deeptest.20120406/MD04.V3/skycell.027/MD04.V3.skycell.027.stk.848703 | skycell.027 |
     562|   848704 | full  | neb://any/gpc1/MD04.deeptest.20120406/MD04.V3/skycell.028/MD04.V3.skycell.028.stk.848704 | skycell.028 |
     563}}}
     564
     565Run a bit more restrictive then before with an external cap at FWHM major<7.5 from database/camera exposure
     566{{{
     567stacktool -definebyquery -dbname gpc1 -set_dist_group NULL -set_data_group MD04.deeptest.20120406 -set_label MD04.deeptest.20120406 -set_workdir neb://@HOST@.0/gpc1/MD04.deeptest.20120406 -select_data_group condor_MD04.V3_01_dg -select_filter g.00000 -select_good_frac_min 0.05 -min_num 2 -select_fwhm_major_max 7.5 -set_reduction DEEP_STACK -simple -select_skycell_id skycell.02%  -pretend >& run_stacktool.g.md04_deeptest.20120406.fwhm75_n2.log
     568}}}
    552569
    553570Highlighted other bugs..
     571
     572
     573
    554574
    555575----