IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6666


Ignore:
Timestamp:
Mar 21, 2006, 2:05:13 PM (20 years ago)
Author:
jhoblitt
Message:

rename url fields -> uri

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r6664 r6666  
    1 # $Id: tasks.md,v 1.25 2006-03-22 00:00:36 jhoblitt Exp $
     1# $Id: tasks.md,v 1.26 2006-03-22 00:05:13 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    4747    class       STR         64
    4848    class_id    STR         64
    49     url         STR         255
     49    uri         STR         255
    5050END
    5151
     
    7777    exp_id      STR         255     # Key
    7878    class_id    STR         255
    79     url         STR         255
     79    uri         STR         255
    8080    stats       STR         255
    8181END
     
    111111END
    112112
    113 # urls in & out ?
     113# uris in & out ?
    114114
    115115p2PendingImfile METADATA
    116116    exp_id      STR         255     # Key
    117117    class_id    STR         255
    118     url         STR         255
     118    uri         STR         255
    119119    stats       STR         255
    120120    recipe      STR         64
     
    140140END
    141141
    142 # urls in & out ?
     142# uris in & out ?
    143143# state?
    144144
     
    146146    exp_id      STR         255     # Key
    147147    class_id    STR         255
    148     url         STR         255
     148    uri         STR         255
    149149    stats       STR         255
    150150    recipe      STR         64
    151151    p1_version  S32         0
    152152    p2_version  S32         0
    153 #    url_src     STR         255  - input image
    154 #    url_astrom  STR         255  - output astrometry
    155 #    url_object  STR         255  - output object list
    156 #    url_log     STR         255  - output logging file
     153#    uri_src     STR         255  - input image
     154#    uri_astrom  STR         255  - output astrometry
     155#    uri_object  STR         255  - output object list
     156#    uri_log     STR         255  - output logging file
    157157END
    158158
     
    186186    det_id      STR         255     # Key
    187187    class_id    STR         255
    188     url         STR         255
     188    uri         STR         255
    189189END
Note: See TracChangeset for help on using the changeset viewer.