Changeset 11779
- Timestamp:
- Feb 13, 2007, 12:33:30 PM (19 years ago)
- Location:
- trunk/dbconfig
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/config.md
r11732 r11779 2 2 pkg_name STR ippdb 3 3 pkg_namespace STR ippdb 4 pkg_version STR 1.1. 44 pkg_version STR 1.1.5 5 5 END -
trunk/dbconfig/ipp.m4
r11664 r11779 10 10 include(tasks.md) 11 11 include(p4.md) 12 include(skycell.md)12 dnl include(skycell.md) -
trunk/dbconfig/p4.md
r11720 r11779 1 # $Id: p4.md,v 1.1 0 2007-02-09 01:17:50 jhoblitt Exp $1 # $Id: p4.md,v 1.11 2007-02-13 22:33:30 jhoblitt Exp $ 2 2 3 3 # … … 10 10 # define a new p4run for a single skycell 11 11 p4Run METADATA 12 p4 a_idS32 0 # Primary Key AUTO_INCREMENT12 p4_id S32 0 # Primary Key AUTO_INCREMENT 13 13 mode STR 64 # Key 14 14 state STR 64 # Key … … 23 23 # the list of imfiles in our skycell keyed against phase 3 24 24 p4InputExp METADATA 25 p4 a_idS32 0 # Primary Key25 p4_id S32 0 # Primary Key 26 26 exp_tag STR 64 # Primary Key 27 27 p3_version S32 0 # Primary Key … … 30 30 END 31 31 32 p4SkyCellMap METADATA 33 p4_id S32 0 # Primary Key 34 skycell_id STR 64 # Primary Key 35 tess_id STR 64 # Primary Key 36 exp_tag STR 64 # Primary Key 37 p3_version S32 0 # Primary Key 38 # class is not yet consistently carried through pXtools 39 # class STR 64 # Primary Key 40 class_id STR 64 # Primary Key 41 END 42 32 43 p4Scfile METADATA 33 p4 a_idS32 0 # Primary Key44 p4_id S32 0 # Primary Key 34 45 skycell_id STR 64 # Primary Key 35 46 tess_id STR 64 # Primary Key … … 41 52 END 42 53 43 #44 # Diff Sky Cells Mode45 #46 47 # only ever 2 per run48 p4InputScfile METADATA49 p4b_id S32 0 # Primary Key50 skycell_id STR 64 # Primary Key51 tess_id STR 64 # Primary Key52 exp_tag STR 64 # Primary Key53 p3_version S32 0 # Primary Key54 # either a input or a template55 kind STR 64 # Key56 END57 58 p4DiffScfile METADATA59 p4b_id S32 0 # Primary Key60 skycell_id STR 64 # Primary Key61 tess_id STR 64 # Primary Key62 exp_tag STR 64 # Primary Key63 p3_version S32 0 # Primary Key64 uri STR 25565 bg F64 0.066 bg_mean_stdev F64 0.067 END68 69 #70 # Feed imfiles to Magic Mode71 #72 73 # also uses p4InputExp74 75 # output from magic76 p4MagicMaskImfile METADATA77 p4c_id S32 0 # Primary Key78 exp_tag STR 64 # Primary Key79 p3_version S32 0 # Primary Key80 # class is not yet consistently carried through pXtools81 # class STR 64 # Primary Key82 class_id STR 64 # Primary Key83 uri STR 25584 END85 86 # output from magic87 # p4MagicMaskImfile METADATA88 # p4_id S32 0 # Primary Key89 # exp_tag STR 64 # Primary Key90 # p3_version S32 0 # Primary Key91 # # class is not yet consistently carried through pXtools92 # # class STR 64 # Primary Key93 # class_id STR 64 # Primary Key94 # uri STR 25595 # END96 #97 # # the list of imfiles in our skycell keyed against phase 398 # p4InputImfile METADATA99 # p4_id S32 0 # Primary Key100 # skycell_id STR 64 # Primary Key101 # tess_id STR 64 # Primary Key102 # exp_tag STR 64 # Primary Key103 # p3_version S32 0 # Primary Key104 # # class is not yet consistently carried through pXtools105 # # class STR 64 # Primary Key106 # class_id STR 64 # Primary Key107 # # either a input or a template108 # kind STR 64 # Key109 # END110 #111 #112 # # one diff image per input to the current stack113 # # XXX how will diff against the static sky be handled?114 # p4DiffImfile METADATA115 # p4_id S32 0 # Primary Key116 # skycell_id STR 64 # Primary Key117 # tess_id STR 64 # Primary Key118 # exp_tag STR 64 # Primary Key119 # p3_version S32 0 # Primary Key120 # # class is not yet consistently carried through pXtools121 # # class STR 64 # Primary Key122 # class_id STR 64 # Primary Key123 # uri STR 255124 # bg F64 0.0125 # bg_mean_stdev F64 0.0126 # END127 #128 # p4StackedImfile METADATA129 # p4_id S32 0 # Primary Key130 # skycell_id STR 64 # Primary Key131 # tess_id STR 64 # Primary Key132 # exp_tag STR 64 # Primary Key133 # p3_version S32 0 # Primary Key134 # # class is not yet consistently carried through pXtools135 # # class STR 64 # Primary Key136 # class_id STR 64 # Primary Key137 # uri STR 255138 # bg F64 0.0139 # bg_mean_stdev F64 0.0140 # END141 #142 # # output from magic143 # p4MagicMaskImfile METADATA144 # p4_id S32 0 # Primary Key145 # exp_tag STR 64 # Primary Key146 # p3_version S32 0 # Primary Key147 # # class is not yet consistently carried through pXtools148 # # class STR 64 # Primary Key149 # class_id STR 64 # Primary Key150 # uri STR 255151 # END -
trunk/dbconfig/skycell.md
r11659 r11779 1 # $Id: skycell.md,v 1. 2 2007-02-06 02:37:40 jhoblitt Exp $1 # $Id: skycell.md,v 1.3 2007-02-13 22:33:30 jhoblitt Exp $ 2 2 3 3 skyCell METADATA … … 18 18 tess_id STR 64 # Primary Key 19 19 exp_tag STR 64 # Primary Key 20 p3_version S32 0 # Primary Key 20 21 # class is not yet consistently carried through pXtools 21 22 # class STR 64 # Primary Key
Note:
See TracChangeset
for help on using the changeset viewer.
