IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2010, 5:30:27 PM (16 years ago)
Author:
watersc1
Message:

merge of stack association and warp/stack/diff jpegs

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/dbconfig/stack.md

    r28043 r28375  
    5353    quality            S16    0
    5454END
     55
     56stackSummary METADATA
     57    sass_id        S64      0       # Primary Key fkey(sass_id) ref stackAssociation(sass_id)
     58    projection_cell  STR            32      # Primary Key
     59    path_base      STR      255
     60END
     61
     62stackAssociation METADATA
     63    sass_id        S64      0       # Primary Key AUTO_INCREMENT
     64    data_group     STR      64      # Key
     65    projection_cell  STR      64      # Key
     66    tess_id        STR      64      # Key
     67    filter         STR      64
     68END
     69
     70stackAssociationMap METADATA
     71    sass_id        S64      0       # Primary Key fkey(sass_id) ref stackAssociation(sass_id)
     72    stack_id       S64      0       # Primary Key fkey(stack_id) ref stackRun(stack_id)
     73END
Note: See TracChangeset for help on using the changeset viewer.