Changeset 11815
- Timestamp:
- Feb 14, 2007, 4:46:29 PM (19 years ago)
- Location:
- trunk/dbconfig
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/config.md
r11808 r11815 2 2 pkg_name STR ippdb 3 3 pkg_namespace STR ippdb 4 pkg_version STR 1.1. 64 pkg_version STR 1.1.7 5 5 END -
trunk/dbconfig/ipp.m4
r11808 r11815 11 11 include(p4.md) 12 12 include(p5.md) 13 include(p6.md) 13 14 dnl include(skycell.md) -
trunk/dbconfig/p6.md
r11808 r11815 1 # $Id: p6.md,v 1. 1 2007-02-15 02:01:30jhoblitt Exp $1 # $Id: p6.md,v 1.2 2007-02-15 02:46:29 jhoblitt Exp $ 2 2 3 # 4 # Feed imfiles to Magic Mode 5 # 6 7 # also uses p4InputExp 8 9 # output from magic 10 p4MagicMaskImfile METADATA 11 p4_id S32 0 # Primary Key 12 exp_tag STR 64 # Primary Key 13 p3_version S32 0 # Primary Key 14 # class is not yet consistently carried through pXtools 15 # class STR 64 # Primary Key 16 class_id STR 64 # Primary Key 17 uri STR 255 3 p6Run METADATA 4 p6_id S32 0 # Primary Key AUTO_INCREMENT 5 state STR 64 # Key 6 workdir STR 255 7 registered TAI NULL 18 8 END 19 9 20 # output from magic21 # p4MagicMaskImfile METADATA22 # p4_id S32 0 # Primary Key23 # exp_tag STR 64 # Primary Key24 # p3_version S32 0 # Primary Key25 # # class is not yet consistently carried through pXtools26 # # class STR 64 # Primary Key27 # class_id STR 64 # Primary Key28 # uri STR 25529 # END30 #31 # # the list of imfiles in our skycell keyed against phase 332 # p4InputImfile METADATA33 # p4_id S32 0 # Primary Key34 # skycell_id STR 64 # Primary Key35 # tess_id STR 64 # Primary Key36 # exp_tag STR 64 # Primary Key37 # p3_version S32 0 # Primary Key38 # # class is not yet consistently carried through pXtools39 # # class STR 64 # Primary Key40 # class_id STR 64 # Primary Key41 # # either a input or a template42 # kind STR 64 # Key43 # END44 #45 #46 # # one diff image per input to the current stack47 # # XXX how will diff against the static sky be handled?48 # p4DiffImfile METADATA49 # p4_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 # # class is not yet consistently carried through pXtools55 # # class STR 64 # Primary Key56 # class_id STR 64 # Primary Key57 # uri STR 25558 # bg F64 0.059 # bg_mean_stdev F64 0.060 # END61 #62 # p4StackedImfile METADATA63 # p4_id S32 0 # Primary Key64 # skycell_id STR 64 # Primary Key65 # tess_id STR 64 # Primary Key66 # exp_tag STR 64 # Primary Key67 # p3_version S32 0 # Primary Key68 # # class is not yet consistently carried through pXtools69 # # class STR 64 # Primary Key70 # class_id STR 64 # Primary Key71 # uri STR 25572 # bg F64 0.073 # bg_mean_stdev F64 0.074 # END75 #76 # # output from magic77 # p4MagicMaskImfile METADATA78 # p4_id S32 0 # Primary Key79 # exp_tag STR 64 # Primary Key80 # p3_version S32 0 # Primary Key81 # # class is not yet consistently carried through pXtools82 # # class STR 64 # Primary Key83 # class_id STR 64 # Primary Key84 # uri STR 25585 # END -
trunk/dbconfig/tasks.md
r11732 r11815 1 # $Id: tasks.md,v 1.11 6 2007-02-09 22:12:41jhoblitt Exp $1 # $Id: tasks.md,v 1.117 2007-02-15 02:46:29 jhoblitt Exp $ 2 2 3 3 # this table records all exposure ID ever seen from the summit … … 123 123 posang F64 0.0 124 124 object STR 64 125 solang F32 0.0 125 126 fault S16 0 # Key NOT NULL 126 127 END … … 270 271 use_begin TAI 0001-01-01T00:00:00Z 271 272 use_end TAI 0001-01-01T00:00:00Z 273 solang_min F32 0.0 274 solang_max F32 0.0 275 label STR 64 # key 272 276 END 273 277
Note:
See TracChangeset
for help on using the changeset viewer.
