IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2007, 2:31:25 PM (19 years ago)
Author:
jhoblitt
Message:

change detRun to have 'min & max' ranges where appropriate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r11139 r11192  
    1 # $Id: tasks.md,v 1.113 2007-01-19 00:22:00 jhoblitt Exp $
     1# $Id: tasks.md,v 1.114 2007-01-20 00:31:25 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    252252    mode        STR         64     # Key
    253253    state       STR         64     # Key
     254    workdir     STR         255     # destination for output files
     255    camera      STR         64
     256    telescope   STR         64
    254257    exp_type    STR         64
    255     workdir     STR         255     # destination for output files
    256258    filter      STR         64
    257     airmass     F32         0.0
    258     exp_time    F32         0.0
    259     ccd_temp    F32         0.0
    260     posang      F64         0.0
    261     object      STR         64
     259    airmass_min F32         0.0
     260    airmass_max F32         0.0
     261    exp_time_min F32        0.0
     262    exp_time_max F32        0.0
     263    ccd_temp_min F32        0.0
     264    ccd_temp_max F32        0.0
     265    posang_min  F64         0.0
     266    posang_max  F64         0.0
    262267    registered  TAI         0001-01-01T00:00:00Z
     268    time_begin  TAI         0001-01-01T00:00:00Z
     269    time_end    TAI         0001-01-01T00:00:00Z
    263270    use_begin   TAI         0001-01-01T00:00:00Z
    264271    use_end     TAI         0001-01-01T00:00:00Z
Note: See TracChangeset for help on using the changeset viewer.