IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12024 for trunk/dbconfig/p4.md


Ignore:
Timestamp:
Feb 23, 2007, 3:41:56 PM (19 years ago)
Author:
jhoblitt
Message:

s/p0/reg/g
s/p1/guide/g
s/p2/chip/g
s/p6/stack/g
s/p5/diff/g
s/p4/warp/g
s/p3/cam/g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/p4.md

    r11984 r12024  
    1 # $Id: p4.md,v 1.15 2007-02-22 01:54:56 jhoblitt Exp $
     1# $Id: p4.md,v 1.16 2007-02-24 01:40:38 jhoblitt Exp $
    22
    33#
     
    88#
    99
    10 # define a new p4run for a single skycell
    11 p4Run METADATA
    12     p4_id       S32         0       # Primary Key AUTO_INCREMENT
     10# define a new warprun for a single skycell
     11warpRun METADATA
     12    warp_id     S32         0       # Primary Key AUTO_INCREMENT
    1313    mode        STR         64      # Key
    1414    state       STR         64      # Key
     
    2323
    2424# the list of imfiles in our skycell keyed against phase 3
    25 # only allow one p3_version of an exp_tag per p4Run
    26 p4InputExp METADATA
    27     p4_id       S32         0       # Primary Key
     25# only allow one cam_version of an exp_tag per warpRun
     26warpInputExp METADATA
     27    warp_id     S32         0       # Primary Key
    2828    exp_tag     STR         64      # Primary Key
    29     p3_version  S32         0       # Key
     29    cam_version  S32         0       # Key
    3030# if magic is T then look for the exp_tag in the magic output tables
    3131    magiced     BOOL        f       # Key
    3232END
    3333
    34 p4SkyCellMap METADATA
    35     p4_id       S32         0       # Primary Key
     34warpSkyCellMap METADATA
     35    warp_id     S32         0       # Primary Key
    3636    skycell_id  STR         64      # Primary Key
    3737    tess_id     STR         64      # Primary Key
    3838    exp_tag     STR         64      # Primary Key
    39     p3_version  S32         0       # Primary Key
     39    cam_version  S32         0       # Primary Key
    4040# class is not yet consistently carried through pXtools
    4141#    class       STR         64      # Primary Key
     
    4343END
    4444
    45 p4Skyfile METADATA
    46     p4_id       S32         0       # Primary Key
     45warpSkyfile METADATA
     46    warp_id     S32         0       # Primary Key
    4747    skycell_id  STR         64      # Primary Key
    4848    tess_id     STR         64      # Primary Key
Note: See TracChangeset for help on using the changeset viewer.