IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11135


Ignore:
Timestamp:
Jan 18, 2007, 2:12:11 PM (19 years ago)
Author:
jhoblitt
Message:

add newExp.workdir, rawExp.workdir, & detRun.workdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r11112 r11135  
    1 # $Id: tasks.md,v 1.111 2007-01-16 22:19:30 jhoblitt Exp $
     1# $Id: tasks.md,v 1.112 2007-01-19 00:12:11 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    9090    exp_type    STR         64
    9191    imfiles     S32         0
    92 # this value is assigned when the image is inserted into the
    93 # database.  downstream tools (phase2.pl, etc) use this word
    94 # to construct their output file names
    95 #   out_root    STR         255     # destination for output files
     92    workdir     STR         255     # destination for output files
    9693END
    9794
     
    108105rawExp METADATA
    109106    exp_tag     STR         64      # Primary Key
    110 #    exp_id      STR         64      # Key
     107    exp_id      STR         64      # Key
    111108    camera      STR         64
    112109    telescope   STR         64
    113     exp_type    STR         64
    114 # this value is assigned when the image is inserted into the
    115 # database.  downstream tools (phase2.pl, etc) use this word
    116 # to construct their output file names
    117 #   out_root    STR         255     # destination for output files
     110    dateobs     UTC         0001-01-01T00:00:00Z
     111    exp_type    STR         64
    118112    imfiles     S32         0
     113    workdir     STR         255     # destination for output files
     114    filter      STR         64
     115    airmass     F32         0.0
     116    ra          F64         0.0
     117    decl        F64         0.0
     118    exp_time    F32         0.0
     119    bg          F64         0.0
     120    bg_stdev    F64         0.0
     121    bg_mean_stdev   F64         0.0
     122    alt         F64         0.0
     123    az          F64         0.0
     124    ccd_temp    F32         0.0
     125    posang      F64         0.0
     126    object      STR         64
     127    fault       S16         0       # NOT NULL
     128END
     129
     130rawImfile METADATA
     131    exp_tag     STR         64      # Primary Key
     132    class       STR         64
     133    class_id    STR         64      # Primary Key
     134    uri         STR         255
     135    exp_type    STR         64
    119136    filter      STR         64
    120137    airmass     F32         0.0
     
    134151END
    135152
    136 rawImfile METADATA
    137     exp_tag     STR         64      # Primary Key
    138     class       STR         64
    139     class_id    STR         64      # Primary Key
    140     uri         STR         255
    141     exp_type    STR         64
    142     filter      STR         64
    143     airmass     F32         0.0
    144     ra          F64         0.0
    145     decl        F64         0.0
    146     exp_time    F32         0.0
    147     bg          F64         0.0
    148     bg_stdev    F64         0.0
    149     bg_mean_stdev   F64         0.0
    150     alt         F64         0.0
    151     az          F64         0.0
    152     ccd_temp    F32         0.0
    153     posang      F64         0.0
    154     object      STR         64
    155     dateobs     UTC         0001-01-01T00:00:00Z
    156     fault       S16         0       # NOT NULL
    157 END
    158 
    159153#
    160154# XXX - temporarily (???) stot carrying around class in imfiles after rawImfile
     
    261255    state       STR         64     # Key
    262256    exp_type    STR         64
     257    workdir     STR         255     # destination for output files
    263258    filter      STR         64
    264259    airmass     F32         0.0
     
    270265    use_begin   TAI         0001-01-01T00:00:00Z
    271266    use_end     TAI         0001-01-01T00:00:00Z
    272 # XXX detRun needs the instrument, etc
    273 # this value is assigned when the detrun is created.  downstream tools
    274 # (detrend_stack.pl, etc) use this word to construct their output file
    275 # names
    276 #   out_root    STR         255     # destination for output files
    277 
    278267END
    279268
Note: See TracChangeset for help on using the changeset viewer.