IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11815


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

add rawExp.solang * dettool solang support

Location:
trunk/dbconfig
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/config.md

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

    r11808 r11815  
    1111include(p4.md)
    1212include(p5.md)
     13include(p6.md)
    1314dnl include(skycell.md)
  • trunk/dbconfig/p6.md

    r11808 r11815  
    1 # $Id: p6.md,v 1.1 2007-02-15 02:01:30 jhoblitt Exp $
     1# $Id: p6.md,v 1.2 2007-02-15 02:46:29 jhoblitt Exp $
    22
    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
     3p6Run METADATA
     4    p6_id       S32         0       # Primary Key AUTO_INCREMENT
     5    state       STR         64      # Key
     6    workdir     STR         255
     7    registered  TAI         NULL
    188END
    199
    20 # output from magic
    21 # p4MagicMaskImfile METADATA
    22 #     p4_id       S32         0       # Primary Key
    23 #     exp_tag     STR         64      # Primary Key
    24 #     p3_version  S32         0       # Primary Key
    25 # # class is not yet consistently carried through pXtools
    26 # #    class       STR         64      # Primary Key
    27 #     class_id    STR         64      # Primary Key
    28 #     uri         STR         255
    29 # END
    30 #
    31 # # the list of imfiles in our skycell keyed against phase 3
    32 # p4InputImfile  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 # # either a input or a template
    42 #     kind        STR         64      # Key
    43 # END
    44 #
    45 #
    46 # # one diff image per input to the current stack
    47 # # XXX how will diff against the static sky be handled?
    48 # p4DiffImfile METADATA
    49 #     p4_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 # # class is not yet consistently carried through pXtools
    55 # #    class       STR         64      # Primary Key
    56 #     class_id    STR         64      # Primary Key
    57 #     uri         STR         255
    58 #     bg          F64         0.0
    59 #     bg_mean_stdev   F64     0.0
    60 # END
    61 #
    62 # p4StackedImfile METADATA
    63 #     p4_id       S32         0       # Primary Key
    64 #     skycell_id  STR         64      # Primary Key
    65 #     tess_id     STR         64      # Primary Key
    66 #     exp_tag     STR         64      # Primary Key
    67 #     p3_version  S32         0       # Primary Key
    68 # # class is not yet consistently carried through pXtools
    69 # #    class       STR         64      # Primary Key
    70 #     class_id    STR         64      # Primary Key
    71 #     uri         STR         255
    72 #     bg          F64         0.0
    73 #     bg_mean_stdev   F64     0.0
    74 # END
    75 #
    76 # # output from magic
    77 # p4MagicMaskImfile METADATA
    78 #     p4_id       S32         0       # Primary Key
    79 #     exp_tag     STR         64      # Primary Key
    80 #     p3_version  S32         0       # Primary Key
    81 # # class is not yet consistently carried through pXtools
    82 # #    class       STR         64      # Primary Key
    83 #     class_id    STR         64      # Primary Key
    84 #     uri         STR         255
    85 # END
  • trunk/dbconfig/tasks.md

    r11732 r11815  
    1 # $Id: tasks.md,v 1.116 2007-02-09 22:12:41 jhoblitt Exp $
     1# $Id: tasks.md,v 1.117 2007-02-15 02:46:29 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    123123    posang      F64         0.0
    124124    object      STR         64
     125    solang      F32         0.0
    125126    fault       S16         0       # Key NOT NULL
    126127END
     
    270271    use_begin   TAI         0001-01-01T00:00:00Z
    271272    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
    272276END
    273277
Note: See TracChangeset for help on using the changeset viewer.