IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 3:16:08 PM (19 years ago)
Author:
jhoblitt
Message:

rename exp_id -> exp_name
rename exp_tag -> exp_id
add add rawExp.exp_tag for use as an external name only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/det.md

    r13937 r14023  
    3434    det_id      S64         0       # Primary Key
    3535    iteration   S32         0       # Primary Key
    36     exp_tag     STR         64      # Primary Key
     36    exp_id     S64         64      # Primary Key
    3737    include     BOOL        f
    3838END
     
    4040detProcessedImfile METADATA
    4141    det_id      S64         0      # Primary Key
    42     exp_tag     STR         64     # Primary Key
     42    exp_id     S64         64     # Primary Key
    4343    class_id    STR         64     # Primary Key
    4444    uri         STR         255
     
    6161detProcessedExp METADATA
    6262    det_id      S64         0      # Primary Key
    63     exp_tag     STR         64     # Primary Key
     63    exp_id     S64         64     # Primary Key
    6464    recipe      STR         64
    6565    bg          F64         0.0
     
    153153    det_id      S64         0       # Primary Key
    154154    iteration   S32         0       # Primary Key
    155     exp_tag     STR         64      # Primary Key
     155    exp_id     S64         64      # Primary Key
    156156    class_id    STR         64      # Primary Key
    157157    uri         STR         255
     
    176176    det_id      S64         0       # Primary Key
    177177    iteration   S32         0       # Primary Key
    178     exp_tag     STR         64      # Primary Key
     178    exp_id     S64         64      # Primary Key
    179179    recipe      STR         64
    180180    bg          F64         0.0
Note: See TracChangeset for help on using the changeset viewer.