Changeset 7051
- Timestamp:
- May 2, 2006, 5:24:46 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/tasks.md (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/tasks.md
r6666 r7051 1 # $Id: tasks.md,v 1.2 6 2006-03-22 00:05:13jhoblitt Exp $1 # $Id: tasks.md,v 1.27 2006-05-03 03:24:46 jhoblitt Exp $ 2 2 3 3 # this table records all exposure ID ever seen from the summit … … 8 8 telescope STR 255 9 9 # time 10 exp_type STR 25510 exp_type STR 64 11 11 uri STR 255 12 12 END … … 52 52 # paired with rawImfile 53 53 rawDetrendExp METADATA 54 exp_id STR 255# Primary Key55 camera STR 255 56 telescope STR 255 57 exp_type STR 25554 exp_id STR 64 # Primary Key 55 camera STR 255 56 telescope STR 255 57 exp_type STR 64 58 58 # class STR 255 59 59 imfiles S32 0 … … 64 64 # paired with rawImfile 65 65 rawScienceExp METADATA 66 exp_id STR 255# Primary Key67 camera STR 255 68 telescope STR 255 69 exp_type STR 25566 exp_id STR 64 # Primary Key 67 camera STR 255 68 telescope STR 255 69 exp_type STR 64 70 70 # class STR 255 71 71 imfiles S32 0 … … 75 75 76 76 rawImfile METADATA 77 exp_id STR 255# Key77 exp_id STR 64 # Key 78 78 class_id STR 255 79 79 uri STR 255 … … 82 82 83 83 p1PendingExp METADATA 84 exp_id STR 255# Primary Key85 camera STR 255 86 telescope STR 255 87 exp_type STR 25584 exp_id STR 64 # Primary Key 85 camera STR 255 86 telescope STR 255 87 exp_type STR 64 88 88 # class STR 255 89 89 imfiles S32 0 … … 98 98 99 99 p2PendingExp METADATA 100 exp_id STR 255# Primary Key101 camera STR 255 102 telescope STR 255 103 exp_type STR 255100 exp_id STR 64 # Primary Key 101 camera STR 255 102 telescope STR 255 103 exp_type STR 64 104 104 # class STR 255 105 105 imfiles S32 0 … … 114 114 115 115 p2PendingImfile METADATA 116 exp_id STR 255# Key116 exp_id STR 64 # Key 117 117 class_id STR 255 118 118 uri STR 255 … … 127 127 128 128 p2DoneExp METADATA 129 exp_id STR 255# Primary Key130 camera STR 255 131 telescope STR 255 132 exp_type STR 255129 exp_id STR 64 # Primary Key 130 camera STR 255 131 telescope STR 255 132 exp_type STR 64 133 133 # class STR 255 134 134 imfiles S32 0 … … 144 144 145 145 p2DoneImfile METADATA 146 exp_id STR 255# Key146 exp_id STR 64 # Key 147 147 class_id STR 255 148 148 uri STR 255 … … 160 160 161 161 p3PendingExp METADATA 162 exp_id STR 255# Primary Key163 camera STR 255 164 exp_type STR 255162 exp_id STR 64 # Primary Key 163 camera STR 255 164 exp_type STR 64 165 165 # class STR 255 166 166 imfiles S32 0 … … 172 172 END 173 173 174 masterDetrendFrames METADATA 175 det_id STR 255 # Primary Key 176 version STR 64 177 label STR 255 178 exp_type STR 255 179 class STR 255 180 imfiles S32 0 181 filter STR 255 182 exptime S32 0 183 END 184 185 masterDetrendImfile METADATA 186 det_id STR 255 # Key 187 class_id STR 255 188 uri STR 255 189 END 174 # 175 # Master Detrend creation 176 # 177 178 detRun METADATA 179 det_id S32 O # Primary Key 180 END 181 182 detInputExp METADATA 183 det_id S32 0 # Primary Key 184 exp_id STR 64 # Key 185 camera STR 255 186 telescope STR 255 187 exp_type STR 64 188 # class STR 255 189 imfiles S32 0 190 filter STR 255 191 stats STR 255 192 END 193 194 detProcessedImfile METADATA 195 det_id S32 0 # Primary Key 196 exp_id STR 64 # Key 197 class_id STR 255 198 uri STR 255 199 stats STR 255 200 recipe STR 64 201 END 202 203 detStackedImfile METADATA 204 det_id S32 0 # Primary Key 205 exp_id STR 64 # Key 206 class_id STR 255 207 uri STR 255 208 stats STR 255 209 recipe STR 64 210 END 211 212 detMasterFrame METADATA 213 det_id S32 0 # Primary Key 214 exp_id STR 64 # Key 215 camera STR 255 216 telescope STR 255 217 exp_type STR 64 218 # class STR 255 219 imfiles S32 0 220 filter STR 255 221 stats STR 255 222 END 223 224 detMasterImfile METADATA 225 det_id S32 0 # Primary Key 226 exp_id STR 64 # Key 227 class_id STR 255 228 uri STR 255 229 stats STR 255 230 recipe STR 64 231 END
Note:
See TracChangeset
for help on using the changeset viewer.
