IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of AddStarMD


Ignore:
Timestamp:
May 28, 2013, 9:33:05 AM (13 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddStarMD

    v1 v1  
     1= This wiki is to track the progress of building dvodbs for the MD fields =
     2
     3There are several ingredients to build each MD field:
     4
     5 * list of cam labels (these must be queued in order)
     6 * 3 potential lists of stack/skycal:
     7    * !DeepStack
     8    * !RefStack
     9    * !NightStack
     10
     11The intent is to build 4 types of minidvodbs:  Cam/DeepStack/RefStack/NightStack
     12
     13Here is the progress of minidvodbs:
     14
     15||MD   || Cam || !DeepStack || !RefStack || !NightStack ||
     16||MD01 ||     ||           ||          ||            || 
     17||MD02 ||     ||           ||          ||            || 
     18||MD03 ||     ||           ||          ||            || 
     19||MD04 ||     ||           ||          ||            || 
     20||MD05 ||     ||           ||          ||            || 
     21||MD06 ||     ||           ||          ||            || 
     22||MD07 ||     ||           ||          ||            || 
     23||MD08 ||     ||           ||          ||            || 
     24||MD09 ||needs nightly ||           ||          ||            || 
     25||MD10 || Done ||           ||          ||            || 
     26
     27== Camera Stage ==
     28
     29Ideally, we would want a single label for this, however, since we do not reprocess all the exposures, we want the newest best first, followed by other labels back to MD%nightlyscience in order to pick up the old processing (if that is the only one).  addtool blocks on unique exp id so this does work.
     30
     31
     32{{{
     33
     34MD10.pv1.20130324
     35MD10.refstack.20120705
     36MD10.GR0 *
     37MD10.nightlyscience
     38(this is the order MD10 is queued, if queued again do not use MD10.GR0)
     39
     40
     41MD01.pv1.20130325
     42MD01.GR0.20121122
     43MD01.refstack.20120803
     44MD01.nightlystack
     45
     46
     47MD02.pv1.20130325
     48MD02.GR0.20121210
     49MD02.refstack.20120927
     50MD02.nightlyscience
     51
     52
     53MD03.pv1.20130326
     54MD03.GR0.20121212
     55MD03.refstack.20121101
     56MD03.nightlyscience
     57
     58
     59MD04.pv1.20130322
     60MD04.refstack.20121125
     61MD04.nightlyscience
     62
     63MD05.pv1.20130327
     64MD05.refstack.20121202
     65MD05.GR0.20121005
     66MD05.GR0.20121030
     67MD05.GR0.20121104
     68MD05.nightlyscience
     69
     70
     71MD06.pv1.20130326
     72MD06.refstack.20121221
     73MD06.nightlyscience
     74
     75
     76MD07.pv1.20130323
     77MD07.refstack.20130102
     78MD07.nightlyscience
     79
     80
     81MD08.pv1.20130403
     82MD08.refstack.20130401
     83MD08.nightlyscience
     84
     85
     86MD09.GR0 *
     87MD09.nightlyscience
     88(MD09 currently only has GR0, not nightlyscience, need to add to that)
     89
     90}}}
     91
     92
     93
     94
     95
     96
     97
     98
     99