IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12531 for trunk/dbconfig


Ignore:
Timestamp:
Mar 21, 2007, 3:10:12 PM (19 years ago)
Author:
jhoblitt
Message:

rename p4/p5/p6.md -> warp/diff/stack.md
partial breakup of task.md

Location:
trunk/dbconfig
Files:
7 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/ipp.m4

    r11815 r12531  
    99dnl include(telescope.md)
    1010include(tasks.md)
    11 include(p4.md)
    12 include(p5.md)
    13 include(p6.md)
     11include(guide.md)
     12include(chip.md)
     13include(cam.md)
     14include(warp.md)
     15include(diff.md)
     16include(stack.md)
     17include(det.md)
    1418dnl include(skycell.md)
  • trunk/dbconfig/tasks.md

    r12425 r12531  
    1 # $Id: tasks.md,v 1.131 2007-03-13 03:52:45 jhoblitt Exp $
     1# $Id: tasks.md,v 1.132 2007-03-22 01:10:12 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    157157# XXX - temporarily (???) stot carrying around class in imfiles after rawImfile
    158158#
    159 
    160 guidePendingExp METADATA
    161     guide_id    S64         0       # Primary Key AUTO_INCREMENT
    162     exp_tag     STR         64      # Key
    163     recipe      STR         64
    164 END
    165 
    166 # do we need nclass?
    167 # class is missing
    168 
    169 chipPendingExp METADATA
    170     chip_id     S64         0       # Primary Key AUTO_INCREMENT
    171     exp_tag     STR         64      # Primary Key
    172     guide_id    S64         0       # Not NULL
    173     workdir     STR         255
    174     label       STR         64      # key
    175     recipe      STR         64
    176     expgroup    STR         64      # key
    177     dvodb       STR         255
    178 END
    179 
    180 # uris in & out ?
    181 
    182 chipPendingImfile METADATA
    183     chip_id     S64         0       # Primary Key
    184     class_id    STR         64      # Primary Key
    185     uri         STR         255
    186 END
    187 
    188 # nclass & ndone?
    189 # and/or logging imfile done better?
    190 
    191 chipProcessedExp METADATA
    192     chip_id     S64         0       # Primary Key
    193     exp_tag     STR         64      # Primary Key
    194     guide_id    S64         0       # Not NULL
    195     workdir     STR         255
    196     label       STR         64      # key
    197     recipe      STR         64
    198     expgroup    STR         64      # key
    199     dvodb       STR         255
    200 END
    201 
    202 chipMask METADATA
    203     label       STR         64      # Primary Key
    204 END
    205 
    206 # uris in & out ?
    207 # state?
    208 
    209 chipProcessedImfile METADATA
    210     chip_id     S64         0       # Primary Key
    211 # exp_tag/guide_id are redudant with the values stored in chipProcessedExp.
    212 # exp_tag can be removed at virtually any time (SQL queriers will need to be
    213 # fixed) but guide_id needs to wait until we know if this can be tracked at
    214 # just the exp level.
    215     class_id    STR         64      # Primary Key
    216     uri         STR         255
    217     bg          F64         0.0
    218     bg_stdev    F64         0.0
    219     bg_mean_stdev   F64     0.0
    220     path_base   STR         255
    221     fault       S16         0       # Key NOT NULL
    222 END
    223 
    224 # imfiles is not here... is it needed?
    225 
    226 camPendingExp METADATA
    227     cam_id      S64         0       # Primary Key AUTO_INCREMENT
    228     chip_id     S64         0       # Primary Key
    229     workdir     STR         255
    230     label       STR         64      # key
    231     recipe      STR         64
    232     expgroup    STR         64      # key
    233     dvodb       STR         255
    234 END
    235 
    236 camProcessedExp METADATA
    237     cam_id      S64         0       # Primary Key
    238     chip_id     S64         0       # Primary Key
    239     workdir     STR         255
    240     label       STR         64      # key
    241     recipe      STR         64
    242     expgroup    STR         64      # key
    243     dvodb       STR         255
    244     uri         STR         255
    245     bg          F64         0.0
    246     bg_stdev    F64         0.0
    247     bg_mean_stdev   F64     0.0
    248     sigma_ra    F32         0.0
    249     sigma_dec   F32         0.0
    250     nastro      S32         0
    251     path_base   STR         255
    252     zp_mean     F32         0.0
    253     zp_stdev    F32         0.0
    254     fault       S16         0       # Key NOT NULL
    255 END
    256 
    257 camMask METADATA
    258     label       STR         64      # Primary Key
    259 END
    260 
    261 detRun METADATA
    262     det_id      S64         0       # Primary Key AUTO_INCREMENT
    263     iteration   S32         0       # Key
    264     det_type    STR         64      # Key
    265     mode        STR         64      # Key
    266     state       STR         64      # Key
    267     filelevel   STR         64
    268     workdir     STR         255     # destination for output files
    269     camera      STR         64
    270     telescope   STR         64
    271     exp_type    STR         64      # XXX this should be dropped
    272     filter      STR         64
    273     airmass_min F32         0.0
    274     airmass_max F32         0.0
    275     exp_time_min F32        0.0
    276     exp_time_max F32        0.0
    277     ccd_temp_min F32        0.0
    278     ccd_temp_max F32        0.0
    279     posang_min  F64         0.0
    280     posang_max  F64         0.0
    281     registered  TAI         0001-01-01T00:00:00Z
    282     time_begin  TAI         0001-01-01T00:00:00Z
    283     time_end    TAI         0001-01-01T00:00:00Z
    284     use_begin   TAI         0001-01-01T00:00:00Z
    285     use_end     TAI         0001-01-01T00:00:00Z
    286     solang_min  F32         0.0
    287     solang_max  F32         0.0
    288     label       STR         64      # key
    289     parent      S32         0       # Key
    290 END
    291 
    292 detInputExp METADATA
    293     det_id      S64         0       # Primary Key
    294     iteration   S32         0       # Primary Key
    295     exp_tag     STR         64      # Primary Key
    296     include     BOOL        f
    297 END
    298 
    299 detProcessedImfile METADATA
    300     det_id      S64         0      # Primary Key
    301     exp_tag     STR         64     # Primary Key
    302     class_id    STR         64     # Primary Key
    303     uri         STR         255
    304     recipe      STR         64
    305     bg          F64         0.0
    306     bg_stdev    F64         0.0
    307     bg_mean_stdev   F64     0.0
    308     path_base   STR         255
    309     fault       S16         0       # Key NOT NULL
    310 END
    311 
    312 detProcessedExp METADATA
    313     det_id      S64         0      # Primary Key
    314     exp_tag     STR         64     # Primary Key
    315     recipe      STR         64
    316     bg          F64         0.0
    317     bg_stdev    F64         0.0
    318     bg_mean_stdev   F64     0.0
    319     path_base   STR         255
    320     fault       S16         0       # Key NOT NULL
    321 END
    322 
    323 detStackedImfile METADATA
    324     det_id      S64         0       # Primary Key
    325     iteration   S32         0       # Primary Key
    326     class_id    STR         64      # Primary Key
    327     uri         STR         255
    328     recipe      STR         64
    329     bg          F64         0.0
    330     bg_stdev    F64         0.0
    331     bg_mean_stdev   F64     0.0
    332     fault       S16         0       # Key NOT NULL
    333 END
    334 
    335 detNormalizedStatImfile METADATA
    336     det_id      S64         0       # Primary Key
    337     iteration   S32         0       # Primary Key
    338     class_id    STR         64      # Primary Key
    339     norm        F32         0.0
    340     fault       S16         0       # Key NOT NULL
    341 END
    342 
    343 detNormalizedImfile METADATA
    344     det_id      S64         0       # Primary Key
    345     iteration   S32         0       # Primary Key
    346     class_id    STR         64      # Primary Key
    347     uri         STR         255
    348     bg          F64         0.0
    349     bg_stdev    F64         0.0
    350     bg_mean_stdev   F64     0.0
    351     path_base   STR         255
    352     fault       S16         0       # Key NOT NULL
    353 END
    354 
    355 detNormalizedExp METADATA
    356     det_id      S64         0       # Primary Key
    357     iteration   S32         0       # Primary Key
    358     recipe      STR         64
    359     bg          F64         0.0
    360     bg_stdev    F64         0.0
    361     bg_mean_stdev   F64     0.0
    362     path_base   STR         255
    363     fault       S16         0       # Key NOT NULL
    364 END
    365 
    366 #detMasterFrame METADATA
    367 #    det_id      S64         0       # Primary Key
    368 #    iteration   S32         0       # Primary Key
    369 #    comment     STR         255
    370 #END
    371 #
    372 ## drop?
    373 #detMasterImfile METADATA
    374 #    det_id      S64         0       # Primary Key
    375 #    class_id    STR         64      # Primary Key
    376 #    uri         STR         255
    377 #    recipe      STR         64
    378 #END
    379 
    380 detResidImfile METADATA
    381     det_id      S64         0       # Primary Key
    382     iteration   S32         0       # Primary Key
    383     exp_tag     STR         64      # Primary Key
    384     class_id    STR         64      # Primary Key
    385     uri         STR         255
    386     recipe      STR         64
    387     bg          F64         0.0
    388     bg_stdev    F64         0.0
    389     bg_mean_stdev   F64     0.0
    390     path_base   STR         255
    391     fault       S16         0       # Key NOT NULL
    392 END
    393 
    394 detResidExp METADATA
    395     det_id      S64         0       # Primary Key
    396     iteration   S32         0       # Primary Key
    397     exp_tag     STR         64      # Primary Key
    398     recipe      STR         64
    399     bg          F64         0.0
    400     bg_stdev    F64         0.0
    401     bg_mean_stdev   F64     0.0
    402     path_base   STR         255
    403     accept      BOOL        f
    404     fault       S16         0       # Key NOT NULL
    405 END
    406 
    407 detRunSummary METADATA
    408     det_id      S64         0       # Primary Key
    409     iteration   S32         0       # Primary Key
    410     bg          F64         0.0
    411     bg_stdev    F64         0.0
    412     bg_mean_stdev   F64     0.0
    413     accept      BOOL        f
    414     fault       S16         0       # Key NOT NULL
    415 END
Note: See TracChangeset for help on using the changeset viewer.