IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of LAP.ThreePi.20110621


Ignore:
Timestamp:
Jul 11, 2011, 2:53:33 PM (15 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LAP.ThreePi.20110621

    v1 v1  
     1LAP.ThreePi.20110621 is a dvodb containing anything with the label of LAP.ThreePi.20110621 or LAP.ThreePi.test.  addstar/minidvodbs are run and built on ipp005 using the ippdvo account. 
     2
     3The LAP dvodb is located here: /data/ipp005.0/gpc1/catdirs/LAP
     4The LAP minidvodbs are located here: /data/ipp005.0/gpc1/catdirs/LAP.Mini
     5
     6Currently, all the camera smfs are queued automatically, as are the staticsky cmfs.  The staticsky stage, which creates the staticsky cmfs, is not yet a survey task (to be done). Heather queued up the available stacks -> staticskys 07-11-2011, and she will queue them up each day until she writes the survey task.
     7
     8
     9Status of what's can be queued, and what's in the dvodb:
     10
     11
     12
     13camera stage
     14
     15|| date   || addRun (any state)  || addRun (full)  || camera (all/full)  || camera (destreaked) ||
     16|| 07-11-2011 || 1547   || 1460  || 4112   ||  1547 ||
     17
     18
     19staticsky stage
     20
     21|| date  || addRun (any state)  || addRun (full)  || stackRun (full/good quality)  || stackRun (new state) || staticskyRun (any state)  || staticskyRun (full) ||
     22|| 07-11-2011 || 2388   || 702   || 2390  ||1616 || 2390   || 2388 ||
     23
     24 * all the available cmfs/smfs have been queued into addRun, and they are getting addstar'd now.
     25 * There are 1616 stacks that are in new state (not able to queue them yet)
     26 * There are 2565 smfs that have not been destreaked (and can't be queued yet)
     27
     28
     29---------------------
     30
     31some queries to get these numbers
     32
     33select count(*) from stackRun where label = 'LAP.ThreePi.20110621' and state = 'new';
     34
     35 select count(*), state from staticskyRun where label = 'LAP.ThreePi.20110621' group by state;
     36 select count(*), stage, state from addRun where dvodb = 'LAP.ThreePi.20110621' group by stage, state;
     37select count(*), state, filter from stackRun join stackSumSkyfile using (stack_id) where label = 'LAP.ThreePi.20110621' and stackSumSkyfile.fault = 0 and stackSumSkyfile.quality = 0 and data_group like '%final%' group by filter, stackRun.state, tess_id;
     38
     39 select count(*) from camRun join camProcessedExp using (cam_id) where  (label = 'LAP.ThreePi.20110621' or label = 'LAP.ThreePi.test') and state = 'full';
     40select count(*) from camRun join camProcessedExp using (cam_id) where magicked > 0  and (label = 'LAP.ThreePi.20110621' or label = 'LAP.ThreePi.test') ;
     41