Changes between Initial Version and Version 1 of Ticket #3177


Ignore:
Timestamp:
Oct 9, 2009, 11:34:50 AM (15 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3177

    • Property Priority normalhigh
    • Property Status newassigned
  • Ticket #3177 – Description

    initial v1  
    11We have uncovered a defect for the PDS image type when using detached labels. Unfortunately, it was not written into the original PDS reader as the only cases that were accounted were:
     2{{{
    231.    // ^IMAGE = 3
    342.    // ^IMAGE                         = "GLOBAL_ALBEDO_8PPD.IMG"
    453.    // ^IMAGE                         = "MEGT90N000CB.IMG"
    564.    // ^SPECTRAL_QUBE = 5  for multi-band images
     7}}}
    68
    79where 1 is an in-line label and the skipbyte = 3.
     
    1012
    1113so the new style that has been encounter is:
     14{{{
    12155.    //^IMAGE         = ("DTEEC_008669_1705_009025_1705_A01.IMG", 2)
     16}}}
     17
    1318where the label is pointing to a detached image but still requires a skipbyte of 2 into the file.
    1419
    1520I guess we might want to account for (essentially the same thing as above).
     21{{{
    16225.    //^SPECTRAL_QUBE  = ("DTEEC_008669_1705_009025_1705_A01.IMG", 2)
    17 
     23}}}
    1824
    1925test file (sorry so large - 500MB)
     26
    2027ftp://pdsimage2.wr.usgs.gov/pub/pigpen/.temp/DTEEC_008669_1705_009025_1705_A01.zip
    2128