IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2007, 6:44:37 PM (19 years ago)
Author:
jhoblitt
Message:

rename all *_version fields to be *_id
change chip* tables to use a chip_id
change cam* tables to use a cam_id
change all *_id fields to be S64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/scripts/mapfile.txt

    r12058 r12131  
    22
    33warpSkyCellMap METADATA
    4     warp_id           S32     1
     4    warp_id         S64     1
     5    cam_id          S64     1
    56    skycell_id      STR     foo1
    67    tess_id         STR     bar
    7     exp_tag         STR     t10.1
    8     cam_version      S32     0
    98    class_id        STR     quix1
    109    fault           S16     0
     
    1211
    1312warpSkyCellMap METADATA
    14     warp_id           S32     1
     13    warp_id         S64     1
     14    cam_id          S64     1
    1515    skycell_id      STR     foo2
    1616    tess_id         STR     bar
    17     exp_tag         STR     t10.1
    18     cam_version      S32     0
    1917    class_id        STR     quix2
    2018    fault           S16     0
Note: See TracChangeset for help on using the changeset viewer.