IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of IspSasProcessing


Ignore:
Timestamp:
Sep 8, 2012, 10:05:11 AM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IspSasProcessing

    v1 v1  
     1== ISP SAS Processing ==
     2
     3Heather is attempting to process the SAS area of sky in skyprobe. 
     4
     5== Issues ==
     6 
     7 * ippMonitor / isp is broken - it looks at an old database? Heather doesn't know how to fix this
     8 * there are multiple dark detrends for isp and heather doesn't remember why. The one for 2011 (det_id 14) is missing, so heather set that to drop at the moment to continue processing
     9    * assume they were not replicated and was on a machine that is dead or out of nebulous...
     10 * need to fix summitcopy/registration to ingest the comment from isp data, data after a certain date does not have a comment.
     11
     12
     13== First steps ==
     14
     15 * compiled ipp trunk as of 9-7-2012 as heather, running ispstdscience as heather on ipp007 (neither of these matter, just for reference)
     16 * we want warps and stacks - likely the gpc1 skycells are not idea. Heather (with help of gene) created new skycells for isp, called ISP.V0.  They are essentially identical to gpc1, except the pixel size is much larger (5.57), and each projection cell is not subdivided (gpc1 subdivides by 10x10)
     17    * these are located at /local/ipp/isp/ISP.V0 on all relevant machines
     18    * the magical command: skycells -mode RINGS -scale 5.57 -nx 1 -ny 1 -fix-ns -D CATDIR ISP.V0 -overlap 30 30 -skyparity
     19 * queued (repeatedly) sas.v0 stuff.  this overlaps with MD09, so did the following to queue:
     20   * chiptool -dbname isp -definebyquery -set_label sas.v0 -dateobs_begin 2010-01-01T00:00:00 -comment '%ps1%' -dateobs_end 2012-10-02T00:00:00 -set_workdir neb://@HOST@.0/isp/sas.v0 -ra_min 328 -ra_max 339 -decl_min -6 -decl_max 6 -set_end_stage warp -set_tess_id ISP.V0 -simple
     21
     22
     23  * here's the status of processing:
     24{{{
     25 mysql> select count(*), state from chipRun where label = 'SAS.v0' group by state;
     26+----------+-------+
     27| count(*) | state |
     28+----------+-------+
     29|     3300 | full  |
     30|       21 | new   |
     31+----------+-------+
     322 rows in set (0.02 sec)
     33
     34mysql> select count(*), state from camRun where label = 'SAS.v0' group by state;
     35+----------+-------+
     36| count(*) | state |
     37+----------+-------+
     38|     3300 | full  |
     39+----------+-------+
     401 row in set (0.01 sec)
     41
     42mysql> select count(*), state from warpRun where label = 'SAS.v0' group by state;
     43+----------+-------+
     44| count(*) | state |
     45+----------+-------+
     46|      143 | full  |
     47|     2335 | new   |
     48+----------+-------+
     492 rows in set (0.01 sec)
     50
     51}}}
     52
     53hmmm... warp is still running.... This seems unexpected... What do the statistics look like?
     54
     55first look at some warps. 
     56
     57{{{
     58mysql> select uri from warpRun join warpSkyfile using (warp_id) where label = 'SAS.v0' and state = 'full' and warp_id = 29;
     59+---------------------------------------------------------------------------------------+
     60| uri                                                                                   |
     61+---------------------------------------------------------------------------------------+
     62| neb://any/isp/sas.v0/o5345i0213o01.89259/o5345i0213o01.89259.wrp.29.skycell.1404.fits |
     63| neb://any/isp/sas.v0/o5345i0213o01.89259/o5345i0213o01.89259.wrp.29.skycell.1405.fits |
     64| NULL                                                                                  |
     65| neb://any/isp/sas.v0/o5345i0213o01.89259/o5345i0213o01.89259.wrp.29.skycell.1493.fits |
     66| neb://any/isp/sas.v0/o5345i0213o01.89259/o5345i0213o01.89259.wrp.29.skycell.1494.fits |
     67| NULL                                                                                  |
     68| NULL                                                                                  |
     69| NULL                                                                                  |
     70+---------------------------------------------------------------------------------------+
     718 rows in set (0.00 sec)
     72}}}
     73   
     74database says this one is processed, and it tried 8 skycells (?). I loaded up the 4 good ones in ds9:
     75
     76{{{
     77 ds9 -mosaicwcs `neb-locate --path neb://any/isp/sas.v0/o5345i0213o01.89259/o5345i0213o01.89259.wrp.29.skycell.1404.fits` `neb-locate --path neb://any/isp/sas.v0/o5345i0213o01.89259/o5345i0213o01.89259.wrp.29.skycell.1405.fits` `neb-locate --path neb://any/isp/sas.v0/o5345i0213o01.89259/o5345i0213o01.89259.wrp.29.skycell.1493.fits` `neb-locate --path neb://any/isp/sas.v0/o5345i0213o01.89259/o5345i0213o01.89259.wrp.29.skycell.1494.fits`
     78}}}
     79
     80Hey, this doesn't look so bad, except for it being out of focus. D'oh...
     81