IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8078


Ignore:
Timestamp:
Aug 2, 2006, 2:46:47 PM (20 years ago)
Author:
jhoblitt
Message:

add class, airmass, ra, dec, & exp_time to *Exp tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r8053 r8078  
    1 # $Id: tasks.md,v 1.46 2006-08-02 03:02:30 jhoblitt Exp $
     1# $Id: tasks.md,v 1.47 2006-08-03 00:46:47 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    3939    # time
    4040    exp_type    STR         64
    41 #    class       STR         64
    42     imfiles     S32         0
     41    imfiles     S32         0
     42    class       STR         64
    4343END
    4444
     
    5656    telescope   STR         255
    5757    exp_type    STR         64
    58 #    class       STR         255
    59     imfiles     S32         0
    60     filter      STR         255
    61     stats       STR         255
     58    imfiles     S32         0
     59    filter      STR         255
     60    class       STR         255
     61    airmass     F32         0.0
     62    ra          F32         0.0
     63    dec         F32         0.0
     64    exp_time    F32         0.0
    6265END
    6366
     
    6871    telescope   STR         255
    6972    exp_type    STR         64
    70 #    class       STR         255
    71     imfiles     S32         0
    72     filter      STR         255
    73     stats       STR         255
     73    imfiles     S32         0
     74    filter      STR         255
     75    class       STR         255
     76    airmass     F32         0.0
     77    ra          F32         0.0
     78    dec         F32         0.0
     79    exp_time    F32         0.0
    7480END
    7581
     
    9197    telescope   STR         255
    9298    exp_type    STR         64
    93 #    class       STR         255
    94     imfiles     S32         0
    95     filter      STR         255
    96     stats       STR         255
     99    imfiles     S32         0
     100    filter      STR         255
     101    class       STR         255
     102    airmass     F32         0.0
     103    ra          F32         0.0
     104    dec         F32         0.0
     105    exp_time    F32         0.0
    97106    recipe      STR         64
    98107    p1_version  S32         0
     
    107116    telescope   STR         255
    108117    exp_type    STR         64
    109 #    class       STR         255
    110     imfiles     S32         0
    111     filter      STR         255
    112     stats       STR         255
     118    imfiles     S32         0
     119    filter      STR         255
     120    class       STR         255
     121    airmass     F32         0.0
     122    ra          F32         0.0
     123    dec         F32         0.0
     124    exp_time    F32         0.0
    113125    recipe      STR         64
    114126    p1_version  S32         0
     
    137149    telescope   STR         255
    138150    exp_type    STR         64
    139 #    class       STR         255
    140     imfiles     S32         0
    141     filter      STR         255
    142     stats       STR         255
     151    imfiles     S32         0
     152    filter      STR         255
     153    class       STR         255
     154    airmass     F32         0.0
     155    ra          F32         0.0
     156    dec         F32         0.0
     157    exp_time    F32         0.0
    143158    recipe      STR         64
    144159    p1_version  S32         0
     
    170185    camera      STR         255
    171186    exp_type    STR         64
    172 #    class       STR         255
    173     imfiles     S32         0
    174     filter      STR         255
    175     stats       STR         255
     187    imfiles     S32         0
     188    filter      STR         255
     189    class       STR         255
     190    airmass     F32         0.0
     191    ra          F32         0.0
     192    dec         F32         0.0
     193    exp_time    F32         0.0
    176194    recipe      STR         64
    177195    p2_version  S32         0
     
    191209    telescope   STR         255
    192210    exp_type    STR         64
    193 #    class       STR         255
    194     imfiles     S32         0
    195     filter      STR         255
    196     stats       STR         255
     211    imfiles     S32         0
     212    filter      STR         255
     213    class       STR         255
     214    airmass     F32         0.0
     215    ra          F32         0.0
     216    dec         F32         0.0
     217    exp_time    F32         0.0
    197218END
    198219
Note: See TracChangeset for help on using the changeset viewer.