IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6321


Ignore:
Timestamp:
Feb 3, 2006, 11:13:25 AM (20 years ago)
Author:
jhoblitt
Message:

large table field reorganization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r6293 r6321  
    1 # $Id: tasks.md,v 1.19 2006-02-02 04:27:14 jhoblitt Exp $
     1# $Id: tasks.md,v 1.20 2006-02-03 21:13:25 jhoblitt Exp $
    22
    33newExp METADATA
    44    exp_id      STR         255     # Primary Key
    55    camera      STR         255
    6     exp_type     STR         255
    7     filter      STR         255
     6    telescope   STR         255
     7    exp_type    STR         255
    88    class       STR         255
    9     nclass      S32         0
    10     stats       STR         255
     9    imfiles     S32         0
    1110END
    1211
    1312newImfile METADATA
    1413    exp_id      STR         255     # Key
    15     class       STR         255
    1614    class_id    STR         255
    17     stats       STR         255
    1815    url         STR         255
    1916END
     
    2320    exp_id      STR         255     # Primary Key
    2421    camera      STR         255
    25     exp_type     STR         255
     22    telescope   STR         255
     23    exp_type    STR         255
     24    class       STR         255
     25    imfiles     S32         0
    2626    filter      STR         255
    27     class       STR         255
    28     nclass      S32         0
    2927    stats       STR         255
    3028END
     
    3432    exp_id      STR         255     # Primary Key
    3533    camera      STR         255
    36     exp_type     STR         255
     34    telescope   STR         255
     35    exp_type    STR         255
     36    class       STR         255
     37    imfiles     S32         0
    3738    filter      STR         255
    38     class       STR         255
    39     nclass      S32         0
    4039    stats       STR         255
    4140END
     
    4342rawImfile METADATA
    4443    exp_id      STR         255     # Key
    45     class       STR         255
    4644    class_id    STR         255
     45    url         STR         255
    4746    stats       STR         255
    48     url         STR         255
    49 END
    50 
    51 # needed to decide to queue as p1/2 pending
    52 p0CameraConfig  METADATA
    53     camera      STR         255     # Primary key
    54     phase       S32         0
    5547END
    5648
     
    5850    exp_id      STR         255     # Primary Key
    5951    camera      STR         255
    60     exp_type     STR         255
     52    telescope   STR         255
     53    exp_type    STR         255
     54    class       STR         255
     55    imfiles     S32         0
    6156    filter      STR         255
    62     class       STR         255
    63     nclass      S32         0
    6457    stats       STR         255
     58    recipe      STR         64
    6559    p1_version  S32         0
    6660END
     
    7266    exp_id      STR         255     # Primary Key
    7367    camera      STR         255
    74     exp_type     STR         255
     68    telescope   STR         255
     69    exp_type    STR         255
     70    class       STR         255
     71    imfiles     S32         0
    7572    filter      STR         255
    76     class       STR         255
    77     nclass      S32         0
    7873    stats       STR         255
     74    recipe      STR         64
    7975    p1_version  S32         0
    8076    p2_version  S32         0
     
    8581p2PendingImfile METADATA
    8682    exp_id      STR         255     # Key
    87     class       STR         255
    8883    class_id    STR         255
     84    url         STR         255
     85    stats       STR         255
     86    recipe      STR         64
    8987    p1_version  S32         0
    9088    p2_version  S32         0
    91     recipe      STR         64
    92     stats       STR         255
    93     url         STR         255
    9489END
    9590
     
    10095    exp_id      STR         255     # Primary Key
    10196    camera      STR         255
    102     exp_type     STR         255
     97    telescope   STR         255
     98    exp_type    STR         255
     99    class       STR         255
     100    imfiles     S32         0
    103101    filter      STR         255
    104     class       STR         255
    105     nclass      S32         0
    106     ndone       S32         0   
     102    stats       STR         255
     103    recipe      STR         64
    107104    p1_version  S32         0
    108105    p2_version  S32         0
     
    114111p2DoneImfile METADATA
    115112    exp_id      STR         255     # Key
    116     class       STR         255
    117113    class_id    STR         255
     114    url         STR         255
     115    stats       STR         255
     116    recipe      STR         64
    118117    p1_version  S32         0
    119118    p2_version  S32         0
    120     recipe      STR         64
    121     stats       STR         255
    122     url         STR         255
    123119#    url_src     STR         255  - input image
    124120#    url_astrom  STR         255  - output astrometry
     
    127123END
    128124
    129 # nclass is not here... is it needed?
     125# imfiles is not here... is it needed?
    130126
    131127p3PendingExp METADATA
    132128    exp_id      STR         255     # Primary Key
    133129    camera      STR         255
    134     exp_type     STR         255
     130    exp_type    STR         255
     131    class       STR         255
     132    imfiles     S32         0
    135133    filter      STR         255
    136     class       STR         255
    137     nclass      S32         0
     134    stats       STR         255
     135    recipe      STR         64
    138136    p2_version  S32         0
    139137    p3_version  S32         0
     
    144142    version     STR         64
    145143    label       STR         255
    146     exp_type     STR         255
     144    exp_type    STR         255
    147145    class       STR         255
    148     nclass      S32         0
     146    imfiles     S32         0
    149147    filter      STR         255
    150148    exptime     S32         0
     
    153151masterDetrendImfile METADATA
    154152    det_id      STR         255     # Key
    155     class       STR         255
    156153    class_id    STR         255
    157154    url         STR         255
Note: See TracChangeset for help on using the changeset viewer.