IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8083


Ignore:
Timestamp:
Aug 2, 2006, 4:31:55 PM (20 years ago)
Author:
jhoblitt
Message:

convert ra/dec -> F64
remove class from exps (again)
add background to exps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r8078 r8083  
    1 # $Id: tasks.md,v 1.47 2006-08-03 00:46:47 jhoblitt Exp $
     1# $Id: tasks.md,v 1.48 2006-08-03 02:31:55 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    4040    exp_type    STR         64
    4141    imfiles     S32         0
    42     class       STR         64
    4342END
    4443
     
    6059    class       STR         255
    6160    airmass     F32         0.0
    62     ra          F32         0.0
    63     dec         F32         0.0
    64     exp_time    F32         0.0
     61    ra          F64         0.0
     62    dec         F64         0.0
     63    exp_time    F32         0.0
     64    background  F64         0.0
    6565END
    6666
     
    7575    class       STR         255
    7676    airmass     F32         0.0
    77     ra          F32         0.0
    78     dec         F32         0.0
    79     exp_time    F32         0.0
     77    ra          F64         0.0
     78    dec         F64         0.0
     79    exp_time    F32         0.0
     80    background  F64         0.0
    8081END
    8182
     
    8586    class_id    STR         64      # Primary Key
    8687    uri         STR         255
    87     stats       STR         255
    8888END
    8989
     
    9999    imfiles     S32         0
    100100    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
     101    airmass     F32         0.0
     102    ra          F64         0.0
     103    dec         F64         0.0
     104    exp_time    F32         0.0
     105    background  F64         0.0
    106106    recipe      STR         64
    107107    p1_version  S32         0
     
    118118    imfiles     S32         0
    119119    filter      STR         255
    120     class       STR         255
    121120    airmass     F32         0.0
    122121    ra          F32         0.0
    123     dec         F32         0.0
    124     exp_time    F32         0.0
     122    dec         F64         0.0
     123    exp_time    F64         0.0
     124    background  F64         0.0
    125125    recipe      STR         64
    126126    p1_version  S32         0
     
    151151    imfiles     S32         0
    152152    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
     153    airmass     F32         0.0
     154    ra          F64         0.0
     155    dec         F64         0.0
     156    exp_time    F32         0.0
     157    background  F64         0.0
    158158    recipe      STR         64
    159159    p1_version  S32         0
     
    187187    imfiles     S32         0
    188188    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
     189    airmass     F32         0.0
     190    ra          F64         0.0
     191    dec         F64         0.0
     192    exp_time    F32         0.0
     193    background  F64         0.0
    194194    recipe      STR         64
    195195    p2_version  S32         0
     
    211211    imfiles     S32         0
    212212    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
     213    airmass     F32         0.0
     214    ra          F64         0.0
     215    dec         F64         0.0
     216    exp_time    F32         0.0
     217    background  F64         0.0
    218218END
    219219
Note: See TracChangeset for help on using the changeset viewer.