IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11779


Ignore:
Timestamp:
Feb 13, 2007, 12:33:30 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.5
add support for the 'new' p4
split p4 -> p4/p5/p6

Location:
trunk/dbconfig
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/config.md

    r11732 r11779  
    22    pkg_name        STR     ippdb
    33    pkg_namespace   STR     ippdb
    4     pkg_version     STR     1.1.4
     4    pkg_version     STR     1.1.5
    55END
  • trunk/dbconfig/ipp.m4

    r11664 r11779  
    1010include(tasks.md)
    1111include(p4.md)
    12 include(skycell.md)
     12dnl include(skycell.md)
  • trunk/dbconfig/p4.md

    r11720 r11779  
    1 # $Id: p4.md,v 1.10 2007-02-09 01:17:50 jhoblitt Exp $
     1# $Id: p4.md,v 1.11 2007-02-13 22:33:30 jhoblitt Exp $
    22
    33#
     
    1010# define a new p4run for a single skycell
    1111p4Run METADATA
    12     p4a_id      S32         0       # Primary Key AUTO_INCREMENT
     12    p4_id       S32         0       # Primary Key AUTO_INCREMENT
    1313    mode        STR         64      # Key
    1414    state       STR         64      # Key
     
    2323# the list of imfiles in our skycell keyed against phase 3
    2424p4InputExp METADATA
    25     p4a_id      S32         0       # Primary Key
     25    p4_id       S32         0       # Primary Key
    2626    exp_tag     STR         64      # Primary Key
    2727    p3_version  S32         0       # Primary Key
     
    3030END
    3131
     32p4SkyCellMap 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
     41END
     42
    3243p4Scfile METADATA
    33     p4a_id      S32         0       # Primary Key
     44    p4_id       S32         0       # Primary Key
    3445    skycell_id  STR         64      # Primary Key
    3546    tess_id     STR         64      # Primary Key
     
    4152END
    4253
    43 #
    44 # Diff Sky Cells Mode
    45 #
    46 
    47 # only ever 2 per run
    48 p4InputScfile METADATA
    49     p4b_id      S32         0       # Primary Key
    50     skycell_id  STR         64      # Primary Key
    51     tess_id     STR         64      # Primary Key
    52     exp_tag     STR         64      # Primary Key
    53     p3_version  S32         0       # Primary Key
    54 # either a input or a template
    55     kind        STR         64      # Key
    56 END
    57 
    58 p4DiffScfile METADATA
    59     p4b_id      S32         0       # Primary Key
    60     skycell_id  STR         64      # Primary Key
    61     tess_id     STR         64      # Primary Key
    62     exp_tag     STR         64      # Primary Key
    63     p3_version  S32         0       # Primary Key
    64     uri         STR         255
    65     bg          F64         0.0
    66     bg_mean_stdev   F64     0.0
    67 END
    68 
    69 #
    70 # Feed imfiles to Magic Mode
    71 #
    72 
    73 # also uses p4InputExp
    74 
    75 # output from magic
    76 p4MagicMaskImfile METADATA
    77     p4c_id       S32         0       # Primary Key
    78     exp_tag     STR         64      # Primary Key
    79     p3_version  S32         0       # Primary Key
    80 # class is not yet consistently carried through pXtools
    81 #    class       STR         64      # Primary Key
    82     class_id    STR         64      # Primary Key
    83     uri         STR         255
    84 END
    85 
    86 # output from magic
    87 # p4MagicMaskImfile METADATA
    88 #     p4_id       S32         0       # Primary Key
    89 #     exp_tag     STR         64      # Primary Key
    90 #     p3_version  S32         0       # Primary Key
    91 # # class is not yet consistently carried through pXtools
    92 # #    class       STR         64      # Primary Key
    93 #     class_id    STR         64      # Primary Key
    94 #     uri         STR         255
    95 # END
    96 #
    97 # # the list of imfiles in our skycell keyed against phase 3
    98 # p4InputImfile  METADATA
    99 #     p4_id       S32         0       # Primary Key
    100 #     skycell_id  STR         64      # Primary Key
    101 #     tess_id     STR         64      # Primary Key
    102 #     exp_tag     STR         64      # Primary Key
    103 #     p3_version  S32         0       # Primary Key
    104 # # class is not yet consistently carried through pXtools
    105 # #    class       STR         64      # Primary Key
    106 #     class_id    STR         64      # Primary Key
    107 # # either a input or a template
    108 #     kind        STR         64      # Key
    109 # END
    110 #
    111 #
    112 # # one diff image per input to the current stack
    113 # # XXX how will diff against the static sky be handled?
    114 # p4DiffImfile METADATA
    115 #     p4_id       S32         0       # Primary Key
    116 #     skycell_id  STR         64      # Primary Key
    117 #     tess_id     STR         64      # Primary Key
    118 #     exp_tag     STR         64      # Primary Key
    119 #     p3_version  S32         0       # Primary Key
    120 # # class is not yet consistently carried through pXtools
    121 # #    class       STR         64      # Primary Key
    122 #     class_id    STR         64      # Primary Key
    123 #     uri         STR         255
    124 #     bg          F64         0.0
    125 #     bg_mean_stdev   F64     0.0
    126 # END
    127 #
    128 # p4StackedImfile METADATA
    129 #     p4_id       S32         0       # Primary Key
    130 #     skycell_id  STR         64      # Primary Key
    131 #     tess_id     STR         64      # Primary Key
    132 #     exp_tag     STR         64      # Primary Key
    133 #     p3_version  S32         0       # Primary Key
    134 # # class is not yet consistently carried through pXtools
    135 # #    class       STR         64      # Primary Key
    136 #     class_id    STR         64      # Primary Key
    137 #     uri         STR         255
    138 #     bg          F64         0.0
    139 #     bg_mean_stdev   F64     0.0
    140 # END
    141 #
    142 # # output from magic
    143 # p4MagicMaskImfile METADATA
    144 #     p4_id       S32         0       # Primary Key
    145 #     exp_tag     STR         64      # Primary Key
    146 #     p3_version  S32         0       # Primary Key
    147 # # class is not yet consistently carried through pXtools
    148 # #    class       STR         64      # Primary Key
    149 #     class_id    STR         64      # Primary Key
    150 #     uri         STR         255
    151 # 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 $
    22
    33skyCell METADATA
     
    1818    tess_id     STR         64      # Primary Key
    1919    exp_tag     STR         64      # Primary Key
     20    p3_version  S32         0       # Primary Key
    2021# class is not yet consistently carried through pXtools
    2122#    class       STR         64      # Primary Key
Note: See TracChangeset for help on using the changeset viewer.