IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2006, 6:43:35 PM (20 years ago)
Author:
jhoblitt
Message:

remove p2DoneExp.recipe
rename p2DoneExp -> p2ProcessedExp
rename p2DoneImfile -> p2ProcessedImfile
remove p3PendingExp.recipe
add p2ProcessedImfile.{bg, bg_stdev, bg_mean_stv, b1_uri, b2_uri}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r8542 r8664  
    1 # $Id: tasks.md,v 1.69 2006-08-24 03:12:38 jhoblitt Exp $
     1# $Id: tasks.md,v 1.70 2006-08-29 04:43:35 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    152152# and/or logging imfile done better?
    153153
    154 p2DoneExp METADATA
    155     exp_id      STR         64      # Primary Key
    156     recipe      STR         64
     154p2ProcessedExp METADATA
     155    exp_id      STR         64      # Primary Key
    157156    p1_version  S32         0
    158157    p2_version  S32         0
     
    162161# state?
    163162
    164 p2DoneImfile METADATA
    165     exp_id      STR         64      # Primary Key
    166     class_id    STR         64      # Primary Key
    167     uri         STR         255
    168     recipe      STR         64
    169     p1_version  S32         0
    170     p2_version  S32         0
    171 #    uri_src     STR         255  - input image
    172 #    uri_astrom  STR         255  - output astrometry
    173 #    uri_object  STR         255  - output object list
    174 #    uri_log     STR         255  - output logging file
     163p2ProcessedImfile METADATA
     164    exp_id      STR         64      # Primary Key
     165    class_id    STR         64      # Primary Key
     166    uri         STR         255
     167    recipe      STR         64
     168    bg          F64         0.0
     169    bg_stdev    F64         0.0
     170    bg_mean_stdev   F64         0.0
     171    b1_uri      STR         64
     172    b2_uri      STR         64
     173    p1_version  S32         0
     174    p2_version  S32         0
    175175END
    176176
     
    179179p3PendingExp METADATA
    180180    exp_id      STR         64      # Primary Key
    181     recipe      STR         64
    182181    p2_version  S32         0
    183182    p3_version  S32         0
Note: See TracChangeset for help on using the changeset viewer.