Changeset 11808
- Timestamp:
- Feb 14, 2007, 4:01:30 PM (19 years ago)
- Location:
- trunk/dbconfig
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/config.md
r11779 r11808 2 2 pkg_name STR ippdb 3 3 pkg_namespace STR ippdb 4 pkg_version STR 1.1. 54 pkg_version STR 1.1.6 5 5 END -
trunk/dbconfig/ipp.m4
r11779 r11808 10 10 include(tasks.md) 11 11 include(p4.md) 12 include(p5.md) 12 13 dnl include(skycell.md) -
trunk/dbconfig/p5.md
r11779 r11808 1 # $Id: p5.md,v 1.1 2007-02-13 22:33:30 jhoblitt Exp $ 1 # $Id: p5.md,v 1.2 2007-02-15 02:01:30 jhoblitt Exp $ 2 3 p5Run METADATA 4 p5_id S32 0 # Primary Key AUTO_INCREMENT 5 state STR 64 # Key 6 workdir STR 255 7 registered TAI NULL 8 END 2 9 3 10 # … … 6 13 7 14 # only ever 2 per run 8 p4InputScfile METADATA 9 p4_id S32 0 # Primary Key 15 p5InputScfile METADATA 16 p5_id S32 0 # Primary Key 17 p4_id S32 0 # Primary Key 10 18 skycell_id STR 64 # Primary Key 11 19 tess_id STR 64 # Primary Key … … 14 22 # either a input or a template 15 23 kind STR 64 # Key 24 template BOOL f 16 25 END 17 26 18 p 4DiffScfile METADATA19 p 4_idS32 0 # Primary Key27 p5DiffScfile METADATA 28 p5_id S32 0 # Primary Key 20 29 skycell_id STR 64 # Primary Key 21 30 tess_id STR 64 # Primary Key 22 exp_tag STR 64 # Primary Key23 p3_version S32 0 # Primary Key24 31 uri STR 255 25 32 bg F64 0.0 26 33 bg_mean_stdev F64 0.0 27 34 END 28 29 #30 # Feed imfiles to Magic Mode31 #32 33 # also uses p4InputExp34 35 # output from magic36 p4MagicMaskImfile METADATA37 p4_id S32 0 # Primary Key38 exp_tag STR 64 # Primary Key39 p3_version S32 0 # Primary Key40 # class is not yet consistently carried through pXtools41 # class STR 64 # Primary Key42 class_id STR 64 # Primary Key43 uri STR 25544 END45 46 # output from magic47 # p4MagicMaskImfile METADATA48 # p4_id S32 0 # Primary Key49 # exp_tag STR 64 # Primary Key50 # p3_version S32 0 # Primary Key51 # # class is not yet consistently carried through pXtools52 # # class STR 64 # Primary Key53 # class_id STR 64 # Primary Key54 # uri STR 25555 # END56 #57 # # the list of imfiles in our skycell keyed against phase 358 # p4InputImfile METADATA59 # p4_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 # # class is not yet consistently carried through pXtools65 # # class STR 64 # Primary Key66 # class_id STR 64 # Primary Key67 # # either a input or a template68 # kind STR 64 # Key69 # END70 #71 #72 # # one diff image per input to the current stack73 # # XXX how will diff against the static sky be handled?74 # p4DiffImfile METADATA75 # p4_id S32 0 # Primary Key76 # skycell_id STR 64 # Primary Key77 # tess_id STR 64 # 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 # bg F64 0.085 # bg_mean_stdev F64 0.086 # END87 #88 # p4StackedImfile METADATA89 # p4_id S32 0 # Primary Key90 # skycell_id STR 64 # Primary Key91 # tess_id STR 64 # Primary Key92 # exp_tag STR 64 # Primary Key93 # p3_version S32 0 # Primary Key94 # # class is not yet consistently carried through pXtools95 # # class STR 64 # Primary Key96 # class_id STR 64 # Primary Key97 # uri STR 25598 # bg F64 0.099 # bg_mean_stdev F64 0.0100 # END101 #102 # # output from magic103 # p4MagicMaskImfile METADATA104 # p4_id S32 0 # Primary Key105 # exp_tag STR 64 # Primary Key106 # p3_version S32 0 # Primary Key107 # # class is not yet consistently carried through pXtools108 # # class STR 64 # Primary Key109 # class_id STR 64 # Primary Key110 # uri STR 255111 # END
Note:
See TracChangeset
for help on using the changeset viewer.
