Changeset 11664
- Timestamp:
- Feb 5, 2007, 6:28:08 PM (19 years ago)
- Location:
- trunk/dbconfig
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/ipp.m4
r11658 r11664 10 10 include(tasks.md) 11 11 include(p4.md) 12 dnlinclude(skycell.md)12 include(skycell.md) -
trunk/dbconfig/p4.md
r11659 r11664 1 # $Id: p4.md,v 1. 7 2007-02-06 02:37:40jhoblitt Exp $1 # $Id: p4.md,v 1.8 2007-02-06 04:28:08 jhoblitt Exp $ 2 2 3 3 # … … 9 9 10 10 # define a new p4run for a single skycell 11 p4Run METADATA 12 p4_id S32 0 # Primary Key AUTO_INCREMENT 13 survey_mode STR 64 # Key 11 p4aRun METADATA 12 p4a_id S32 0 # Primary Key AUTO_INCREMENT 14 13 state STR 64 # Key 15 14 # mode STR 64 # Key 16 15 workdir STR 255 17 filter STR 64 18 END 19 20 p4InputSkyCell METADATA 21 p4_id S32 0 # Primary Key 22 skycell_id STR 64 # Primary Key 23 tess_id STR 64 # Primary Key 16 magic BOOL f # Primary Key 24 17 END 25 18 26 19 # the list of imfiles in our skycell keyed against phase 3 27 p4InputImfile METADATA 28 p4_id S32 0 # Primary Key 20 p4aInputExp METADATA 21 p4a_id S32 0 # Primary Key 22 exp_tag STR 64 # Primary Key 23 p3_version S32 0 # Primary Key 24 # if magic is T then look for the exp_tag in the magic output tables 25 END 26 27 p4aScfile METADATA 28 p4a_id S32 0 # Primary Key 29 29 skycell_id STR 64 # Primary Key 30 30 tess_id STR 64 # Primary Key 31 31 exp_tag STR 64 # Primary Key 32 32 p3_version S32 0 # Primary Key 33 # class is not yet consistently carried through pXtools34 # class STR 64 # Primary Key35 class_id STR 64 # Primary Key36 # either a input or a template37 kind STR 64 # Key38 END39 40 p4WarpedImfile METADATA41 p4_id S32 0 # Primary Key42 skycell_id STR 64 # Primary Key43 tess_id STR 64 # Primary Key44 exp_tag STR 64 # Primary Key45 p3_version S32 0 # Primary Key46 # class is not yet consistently carried through pXtools47 # class STR 64 # Primary Key48 class_id STR 64 # Primary Key49 33 uri STR 255 50 34 bg F64 0.0 … … 52 36 END 53 37 54 # one diff image per input to the current stack 55 # XXX how will diff against the static sky be handled? 56 p4DiffImfile METADATA 57 p4_id S32 0 # Primary Key 38 p4bRun METADATA 39 p4b_id S32 0 # Primary Key AUTO_INCREMENT 40 state STR 64 # Key 41 # mode STR 64 # Key 42 workdir STR 255 43 magic BOOL f # Primary Key 44 END 45 46 # only ever 2 per run 47 p4bInputScfile METADATA 48 p4b_id S32 0 # Primary Key 58 49 skycell_id STR 64 # Primary Key 59 50 tess_id STR 64 # Primary Key 60 51 exp_tag STR 64 # Primary Key 61 52 p3_version S32 0 # Primary Key 62 # class is not yet consistently carried through pXtools 63 # class STR 64 # Primary Key 64 class_id STR 64 # Primary Key 53 # either a input or a template 54 kind STR 64 # Key 55 END 56 57 p4bDiffScfile METADATA 58 p4b_id S32 0 # Primary Key 59 skycell_id STR 64 # Primary Key 60 tess_id STR 64 # Primary Key 61 exp_tag STR 64 # Primary Key 62 p3_version S32 0 # Primary Key 65 63 uri STR 255 66 64 bg F64 0.0 … … 68 66 END 69 67 70 p4StackedImfile METADATA 71 p4_id S32 0 # Primary Key 72 skycell_id STR 64 # Primary Key 73 tess_id STR 64 # Primary Key 68 # define a new p4run for a single skycell 69 p4cRun METADATA 70 p4c_id S32 0 # Primary Key AUTO_INCREMENT 71 state STR 64 # Key 72 # mode STR 64 # Key 73 workdir STR 255 74 magic BOOL f # Primary Key 75 END 76 77 # the list of imfiles in our skycell keyed against phase 3 78 p4cInputExp METADATA 79 p4c_id S32 0 # Primary Key 74 80 exp_tag STR 64 # Primary Key 75 81 p3_version S32 0 # Primary Key 76 # class is not yet consistently carried through pXtools77 # class STR 64 # Primary Key78 class_id STR 64 # Primary Key79 uri STR 25580 bg F64 0.081 bg_mean_stdev F64 0.082 82 END 83 83 84 84 # output from magic 85 85 p4MagicMaskImfile METADATA 86 p4 _id S32 0 # Primary Key86 p4c_id S32 0 # Primary Key 87 87 exp_tag STR 64 # Primary Key 88 88 p3_version S32 0 # Primary Key … … 92 92 uri STR 255 93 93 END 94 95 # output from magic 96 # p4MagicMaskImfile METADATA 97 # p4_id S32 0 # Primary Key 98 # exp_tag STR 64 # Primary Key 99 # p3_version S32 0 # Primary Key 100 # # class is not yet consistently carried through pXtools 101 # # class STR 64 # Primary Key 102 # class_id STR 64 # Primary Key 103 # uri STR 255 104 # END 105 # 106 # # the list of imfiles in our skycell keyed against phase 3 107 # p4InputImfile METADATA 108 # p4_id S32 0 # Primary Key 109 # skycell_id STR 64 # Primary Key 110 # tess_id STR 64 # Primary Key 111 # exp_tag STR 64 # Primary Key 112 # p3_version S32 0 # Primary Key 113 # # class is not yet consistently carried through pXtools 114 # # class STR 64 # Primary Key 115 # class_id STR 64 # Primary Key 116 # # either a input or a template 117 # kind STR 64 # Key 118 # END 119 # 120 # 121 # # one diff image per input to the current stack 122 # # XXX how will diff against the static sky be handled? 123 # p4DiffImfile METADATA 124 # p4_id S32 0 # Primary Key 125 # skycell_id STR 64 # Primary Key 126 # tess_id STR 64 # Primary Key 127 # exp_tag STR 64 # Primary Key 128 # p3_version S32 0 # Primary Key 129 # # class is not yet consistently carried through pXtools 130 # # class STR 64 # Primary Key 131 # class_id STR 64 # Primary Key 132 # uri STR 255 133 # bg F64 0.0 134 # bg_mean_stdev F64 0.0 135 # END 136 # 137 # p4StackedImfile METADATA 138 # p4_id S32 0 # Primary Key 139 # skycell_id STR 64 # Primary Key 140 # tess_id STR 64 # Primary Key 141 # exp_tag STR 64 # Primary Key 142 # p3_version S32 0 # Primary Key 143 # # class is not yet consistently carried through pXtools 144 # # class STR 64 # Primary Key 145 # class_id STR 64 # Primary Key 146 # uri STR 255 147 # bg F64 0.0 148 # bg_mean_stdev F64 0.0 149 # END 150 # 151 # # output from magic 152 # p4MagicMaskImfile METADATA 153 # p4_id S32 0 # Primary Key 154 # exp_tag STR 64 # Primary Key 155 # p3_version S32 0 # Primary Key 156 # # class is not yet consistently carried through pXtools 157 # # class STR 64 # Primary Key 158 # class_id STR 64 # Primary Key 159 # uri STR 255 160 # END
Note:
See TracChangeset
for help on using the changeset viewer.
