Changeset 11135
- Timestamp:
- Jan 18, 2007, 2:12:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/tasks.md (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/tasks.md
r11112 r11135 1 # $Id: tasks.md,v 1.11 1 2007-01-16 22:19:30jhoblitt Exp $1 # $Id: tasks.md,v 1.112 2007-01-19 00:12:11 jhoblitt Exp $ 2 2 3 3 # this table records all exposure ID ever seen from the summit … … 90 90 exp_type STR 64 91 91 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 96 93 END 97 94 … … 108 105 rawExp METADATA 109 106 exp_tag STR 64 # Primary Key 110 #exp_id STR 64 # Key107 exp_id STR 64 # Key 111 108 camera STR 64 112 109 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 118 112 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 128 END 129 130 rawImfile 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 119 136 filter STR 64 120 137 airmass F32 0.0 … … 134 151 END 135 152 136 rawImfile METADATA137 exp_tag STR 64 # Primary Key138 class STR 64139 class_id STR 64 # Primary Key140 uri STR 255141 exp_type STR 64142 filter STR 64143 airmass F32 0.0144 ra F64 0.0145 decl F64 0.0146 exp_time F32 0.0147 bg F64 0.0148 bg_stdev F64 0.0149 bg_mean_stdev F64 0.0150 alt F64 0.0151 az F64 0.0152 ccd_temp F32 0.0153 posang F64 0.0154 object STR 64155 dateobs UTC 0001-01-01T00:00:00Z156 fault S16 0 # NOT NULL157 END158 159 153 # 160 154 # XXX - temporarily (???) stot carrying around class in imfiles after rawImfile … … 261 255 state STR 64 # Key 262 256 exp_type STR 64 257 workdir STR 255 # destination for output files 263 258 filter STR 64 264 259 airmass F32 0.0 … … 270 265 use_begin TAI 0001-01-01T00:00:00Z 271 266 use_end TAI 0001-01-01T00:00:00Z 272 # XXX detRun needs the instrument, etc273 # this value is assigned when the detrun is created. downstream tools274 # (detrend_stack.pl, etc) use this word to construct their output file275 # names276 # out_root STR 255 # destination for output files277 278 267 END 279 268
Note:
See TracChangeset
for help on using the changeset viewer.
