Changeset 6321
- Timestamp:
- Feb 3, 2006, 11:13:25 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/tasks.md (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/tasks.md
r6293 r6321 1 # $Id: tasks.md,v 1. 19 2006-02-02 04:27:14jhoblitt Exp $1 # $Id: tasks.md,v 1.20 2006-02-03 21:13:25 jhoblitt Exp $ 2 2 3 3 newExp METADATA 4 4 exp_id STR 255 # Primary Key 5 5 camera STR 255 6 exp_typeSTR 2557 filterSTR 2556 telescope STR 255 7 exp_type STR 255 8 8 class STR 255 9 nclass S32 0 10 stats STR 255 9 imfiles S32 0 11 10 END 12 11 13 12 newImfile METADATA 14 13 exp_id STR 255 # Key 15 class STR 25516 14 class_id STR 255 17 stats STR 25518 15 url STR 255 19 16 END … … 23 20 exp_id STR 255 # Primary Key 24 21 camera STR 255 25 exp_type STR 255 22 telescope STR 255 23 exp_type STR 255 24 class STR 255 25 imfiles S32 0 26 26 filter STR 255 27 class STR 25528 nclass S32 029 27 stats STR 255 30 28 END … … 34 32 exp_id STR 255 # Primary Key 35 33 camera STR 255 36 exp_type STR 255 34 telescope STR 255 35 exp_type STR 255 36 class STR 255 37 imfiles S32 0 37 38 filter STR 255 38 class STR 25539 nclass S32 040 39 stats STR 255 41 40 END … … 43 42 rawImfile METADATA 44 43 exp_id STR 255 # Key 45 class STR 25546 44 class_id STR 255 45 url STR 255 47 46 stats STR 255 48 url STR 25549 END50 51 # needed to decide to queue as p1/2 pending52 p0CameraConfig METADATA53 camera STR 255 # Primary key54 phase S32 055 47 END 56 48 … … 58 50 exp_id STR 255 # Primary Key 59 51 camera STR 255 60 exp_type STR 255 52 telescope STR 255 53 exp_type STR 255 54 class STR 255 55 imfiles S32 0 61 56 filter STR 255 62 class STR 25563 nclass S32 064 57 stats STR 255 58 recipe STR 64 65 59 p1_version S32 0 66 60 END … … 72 66 exp_id STR 255 # Primary Key 73 67 camera STR 255 74 exp_type STR 255 68 telescope STR 255 69 exp_type STR 255 70 class STR 255 71 imfiles S32 0 75 72 filter STR 255 76 class STR 25577 nclass S32 078 73 stats STR 255 74 recipe STR 64 79 75 p1_version S32 0 80 76 p2_version S32 0 … … 85 81 p2PendingImfile METADATA 86 82 exp_id STR 255 # Key 87 class STR 25588 83 class_id STR 255 84 url STR 255 85 stats STR 255 86 recipe STR 64 89 87 p1_version S32 0 90 88 p2_version S32 0 91 recipe STR 6492 stats STR 25593 url STR 25594 89 END 95 90 … … 100 95 exp_id STR 255 # Primary Key 101 96 camera STR 255 102 exp_type STR 255 97 telescope STR 255 98 exp_type STR 255 99 class STR 255 100 imfiles S32 0 103 101 filter STR 255 104 class STR 255 105 nclass S32 0 106 ndone S32 0 102 stats STR 255 103 recipe STR 64 107 104 p1_version S32 0 108 105 p2_version S32 0 … … 114 111 p2DoneImfile METADATA 115 112 exp_id STR 255 # Key 116 class STR 255117 113 class_id STR 255 114 url STR 255 115 stats STR 255 116 recipe STR 64 118 117 p1_version S32 0 119 118 p2_version S32 0 120 recipe STR 64121 stats STR 255122 url STR 255123 119 # url_src STR 255 - input image 124 120 # url_astrom STR 255 - output astrometry … … 127 123 END 128 124 129 # nclass is not here... is it needed?125 # imfiles is not here... is it needed? 130 126 131 127 p3PendingExp METADATA 132 128 exp_id STR 255 # Primary Key 133 129 camera STR 255 134 exp_type STR 255 130 exp_type STR 255 131 class STR 255 132 imfiles S32 0 135 133 filter STR 255 136 class STR 255137 nclass S32 0134 stats STR 255 135 recipe STR 64 138 136 p2_version S32 0 139 137 p3_version S32 0 … … 144 142 version STR 64 145 143 label STR 255 146 exp_type STR 255144 exp_type STR 255 147 145 class STR 255 148 nclassS32 0146 imfiles S32 0 149 147 filter STR 255 150 148 exptime S32 0 … … 153 151 masterDetrendImfile METADATA 154 152 det_id STR 255 # Key 155 class STR 255156 153 class_id STR 255 157 154 url STR 255
Note:
See TracChangeset
for help on using the changeset viewer.
