IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11808


Ignore:
Timestamp:
Feb 14, 2007, 4:01:30 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.6
complete p5tool support

Location:
trunk/dbconfig
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/config.md

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

    r11779 r11808  
    1010include(tasks.md)
    1111include(p4.md)
     12include(p5.md)
    1213dnl 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
     3p5Run METADATA
     4    p5_id       S32         0       # Primary Key AUTO_INCREMENT
     5    state       STR         64      # Key
     6    workdir     STR         255
     7    registered  TAI         NULL
     8END
    29
    310#
     
    613
    714# only ever 2 per run
    8 p4InputScfile METADATA
    9     p4_id      S32         0       # Primary Key
     15p5InputScfile METADATA
     16    p5_id       S32         0       # Primary Key
     17    p4_id       S32         0       # Primary Key
    1018    skycell_id  STR         64      # Primary Key
    1119    tess_id     STR         64      # Primary Key
     
    1422# either a input or a template
    1523    kind        STR         64      # Key
     24    template    BOOL        f
    1625END
    1726
    18 p4DiffScfile METADATA
    19     p4_id      S32         0       # Primary Key
     27p5DiffScfile METADATA
     28    p5_id       S32         0       # Primary Key
    2029    skycell_id  STR         64      # Primary Key
    2130    tess_id     STR         64      # Primary Key
    22     exp_tag     STR         64      # Primary Key
    23     p3_version  S32         0       # Primary Key
    2431    uri         STR         255
    2532    bg          F64         0.0
    2633    bg_mean_stdev   F64     0.0
    2734END
    28 
    29 #
    30 # Feed imfiles to Magic Mode
    31 #
    32 
    33 # also uses p4InputExp
    34 
    35 # output from magic
    36 p4MagicMaskImfile METADATA
    37     p4_id       S32         0       # Primary Key
    38     exp_tag     STR         64      # Primary Key
    39     p3_version  S32         0       # Primary Key
    40 # class is not yet consistently carried through pXtools
    41 #    class       STR         64      # Primary Key
    42     class_id    STR         64      # Primary Key
    43     uri         STR         255
    44 END
    45 
    46 # output from magic
    47 # p4MagicMaskImfile METADATA
    48 #     p4_id       S32         0       # Primary Key
    49 #     exp_tag     STR         64      # Primary Key
    50 #     p3_version  S32         0       # Primary Key
    51 # # class is not yet consistently carried through pXtools
    52 # #    class       STR         64      # Primary Key
    53 #     class_id    STR         64      # Primary Key
    54 #     uri         STR         255
    55 # END
    56 #
    57 # # the list of imfiles in our skycell keyed against phase 3
    58 # p4InputImfile  METADATA
    59 #     p4_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 # # class is not yet consistently carried through pXtools
    65 # #    class       STR         64      # Primary Key
    66 #     class_id    STR         64      # Primary Key
    67 # # either a input or a template
    68 #     kind        STR         64      # Key
    69 # END
    70 #
    71 #
    72 # # one diff image per input to the current stack
    73 # # XXX how will diff against the static sky be handled?
    74 # p4DiffImfile METADATA
    75 #     p4_id       S32         0       # Primary Key
    76 #     skycell_id  STR         64      # Primary Key
    77 #     tess_id     STR         64      # 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 #     bg          F64         0.0
    85 #     bg_mean_stdev   F64     0.0
    86 # END
    87 #
    88 # p4StackedImfile METADATA
    89 #     p4_id       S32         0       # Primary Key
    90 #     skycell_id  STR         64      # Primary Key
    91 #     tess_id     STR         64      # Primary Key
    92 #     exp_tag     STR         64      # Primary Key
    93 #     p3_version  S32         0       # Primary Key
    94 # # class is not yet consistently carried through pXtools
    95 # #    class       STR         64      # Primary Key
    96 #     class_id    STR         64      # Primary Key
    97 #     uri         STR         255
    98 #     bg          F64         0.0
    99 #     bg_mean_stdev   F64     0.0
    100 # END
    101 #
    102 # # output from magic
    103 # p4MagicMaskImfile METADATA
    104 #     p4_id       S32         0       # Primary Key
    105 #     exp_tag     STR         64      # Primary Key
    106 #     p3_version  S32         0       # Primary Key
    107 # # class is not yet consistently carried through pXtools
    108 # #    class       STR         64      # Primary Key
    109 #     class_id    STR         64      # Primary Key
    110 #     uri         STR         255
    111 # END
Note: See TracChangeset for help on using the changeset viewer.