IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9181


Ignore:
Timestamp:
Oct 3, 2006, 5:55:31 PM (20 years ago)
Author:
jhoblitt
Message:

short camera/telescope fields be 64 bytes

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/Makefile

    r9150 r9181  
    88
    99install: ippdb.m4
    10         $(GLUEFORGE) -i ippdb.m4 --output ../ippdb.src
     10        $(GLUEFORGE) -i ippdb.m4 --output ../ippdb
    1111        chmod +x ../ippdb.src/autogen.sh
    1212
  • trunk/dbconfig/tasks.md

    r9172 r9181  
    1 # $Id: tasks.md,v 1.80 2006-10-04 02:58:14 jhoblitt Exp $
     1# $Id: tasks.md,v 1.81 2006-10-04 03:55:31 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    1010summitExp METADATA
    1111    exp_id      STR         64      # Primary Key
    12     camera      STR         255     # Primary Key
    13     telescope   STR         255     # Primary Key
     12    camera      STR         64      # Primary Key
     13    telescope   STR         64      # Primary Key
    1414    # time
    1515    exp_type    STR         64
     
    1919pzPendingExp METADATA
    2020    exp_id      STR         64      # Primary Key
    21     camera      STR         255     # Primary Key
    22     telescope   STR         255     # Primary Key
     21    camera      STR         64      # Primary Key
     22    telescope   STR         64      # Primary Key
    2323    # time
    2424    exp_type    STR         64
     
    3131pzPendingImfile METADATA
    3232    exp_id      STR         64      # Primary Key
    33     camera      STR         255     # Primary Key
    34     telescope   STR         255     # Primary Key
     33    camera      STR         64      # Primary Key
     34    telescope   STR         64      # Primary Key
    3535    bytes       S32         0
    3636    md5sum      STR         32
     
    4343    exp_tag     STR         64      # Primary Key
    4444    exp_id      STR         64      # Key
    45     camera      STR         255
    46     telescope   STR         255
     45    camera      STR         64
     46    telescope   STR         64
    4747    # time
    4848    exp_type    STR         64
     
    6262rawDetrendExp METADATA
    6363    exp_tag     STR         64      # Primary Key
    64     camera      STR         255
    65     telescope   STR         255
     64    camera      STR         64
     65    telescope   STR         64
    6666    exp_type    STR         64
    6767    imfiles     S32         0
     
    8383rawScienceExp METADATA
    8484    exp_tag     STR         64      # Primary Key
    85     camera      STR         255
    86     telescope   STR         255
     85    camera      STR         64
     86    telescope   STR         64
    8787    exp_type    STR         64
    8888    imfiles     S32         0
Note: See TracChangeset for help on using the changeset viewer.