IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7051


Ignore:
Timestamp:
May 2, 2006, 5:24:46 PM (20 years ago)
Author:
jhoblitt
Message:

start detrend tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r6666 r7051  
    1 # $Id: tasks.md,v 1.26 2006-03-22 00:05:13 jhoblitt Exp $
     1# $Id: tasks.md,v 1.27 2006-05-03 03:24:46 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    88    telescope   STR         255
    99    # time
    10     exp_type    STR         255
     10    exp_type    STR         64
    1111    uri         STR         255
    1212END
     
    5252# paired with rawImfile
    5353rawDetrendExp METADATA
    54     exp_id      STR         255     # Primary Key
    55     camera      STR         255
    56     telescope   STR         255
    57     exp_type    STR         255
     54    exp_id      STR         64      # Primary Key
     55    camera      STR         255
     56    telescope   STR         255
     57    exp_type    STR         64
    5858#    class       STR         255
    5959    imfiles     S32         0
     
    6464# paired with rawImfile
    6565rawScienceExp METADATA
    66     exp_id      STR         255     # Primary Key
    67     camera      STR         255
    68     telescope   STR         255
    69     exp_type    STR         255
     66    exp_id      STR         64      # Primary Key
     67    camera      STR         255
     68    telescope   STR         255
     69    exp_type    STR         64
    7070#    class       STR         255
    7171    imfiles     S32         0
     
    7575
    7676rawImfile METADATA
    77     exp_id      STR         255     # Key
     77    exp_id      STR         64      # Key
    7878    class_id    STR         255
    7979    uri         STR         255
     
    8282
    8383p1PendingExp METADATA
    84     exp_id      STR         255     # Primary Key
    85     camera      STR         255
    86     telescope   STR         255
    87     exp_type    STR         255
     84    exp_id      STR         64     # Primary Key
     85    camera      STR         255
     86    telescope   STR         255
     87    exp_type    STR         64
    8888#    class       STR         255
    8989    imfiles     S32         0
     
    9898
    9999p2PendingExp METADATA
    100     exp_id      STR         255     # Primary Key
    101     camera      STR         255
    102     telescope   STR         255
    103     exp_type    STR         255
     100    exp_id      STR         64      # Primary Key
     101    camera      STR         255
     102    telescope   STR         255
     103    exp_type    STR         64
    104104#    class       STR         255
    105105    imfiles     S32         0
     
    114114
    115115p2PendingImfile METADATA
    116     exp_id      STR         255     # Key
     116    exp_id      STR         64      # Key
    117117    class_id    STR         255
    118118    uri         STR         255
     
    127127
    128128p2DoneExp METADATA
    129     exp_id      STR         255     # Primary Key
    130     camera      STR         255
    131     telescope   STR         255
    132     exp_type    STR         255
     129    exp_id      STR         64      # Primary Key
     130    camera      STR         255
     131    telescope   STR         255
     132    exp_type    STR         64
    133133#    class       STR         255
    134134    imfiles     S32         0
     
    144144
    145145p2DoneImfile METADATA
    146     exp_id      STR         255     # Key
     146    exp_id      STR         64      # Key
    147147    class_id    STR         255
    148148    uri         STR         255
     
    160160
    161161p3PendingExp METADATA
    162     exp_id      STR         255     # Primary Key
    163     camera      STR         255
    164     exp_type    STR         255
     162    exp_id      STR         64      # Primary Key
     163    camera      STR         255
     164    exp_type    STR         64
    165165#    class       STR         255
    166166    imfiles     S32         0
     
    172172END
    173173
    174 masterDetrendFrames METADATA
    175     det_id      STR         255     # Primary Key
    176     version     STR         64
    177     label       STR         255
    178     exp_type    STR         255
    179     class       STR         255
    180     imfiles     S32         0
    181     filter      STR         255
    182     exptime     S32         0
    183 END
    184 
    185 masterDetrendImfile METADATA
    186     det_id      STR         255     # Key
    187     class_id    STR         255
    188     uri         STR         255
    189 END
     174#
     175# Master Detrend creation
     176#
     177
     178detRun METADATA
     179    det_id      S32         O      # Primary Key
     180END
     181
     182detInputExp METADATA
     183    det_id      S32         0      # Primary Key
     184    exp_id      STR         64     # Key
     185    camera      STR         255
     186    telescope   STR         255
     187    exp_type    STR         64
     188#    class       STR         255
     189    imfiles     S32         0
     190    filter      STR         255
     191    stats       STR         255
     192END
     193
     194detProcessedImfile METADATA
     195    det_id      S32         0      # Primary Key
     196    exp_id      STR         64     # Key
     197    class_id    STR         255
     198    uri         STR         255
     199    stats       STR         255
     200    recipe      STR         64
     201END
     202
     203detStackedImfile METADATA
     204    det_id      S32         0      # Primary Key
     205    exp_id      STR         64     # Key
     206    class_id    STR         255
     207    uri         STR         255
     208    stats       STR         255
     209    recipe      STR         64
     210END
     211
     212detMasterFrame METADATA
     213    det_id      S32         0      # Primary Key
     214    exp_id      STR         64     # Key
     215    camera      STR         255
     216    telescope   STR         255
     217    exp_type    STR         64
     218#    class       STR         255
     219    imfiles     S32         0
     220    filter      STR         255
     221    stats       STR         255
     222END
     223
     224detMasterImfile METADATA
     225    det_id      S32         0      # Primary Key
     226    exp_id      STR         64     # Key
     227    class_id    STR         255
     228    uri         STR         255
     229    stats       STR         255
     230    recipe      STR         64
     231END
Note: See TracChangeset for help on using the changeset viewer.