Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#3307 closed defect (fixed)

FAST files with 7 bands not missing one band

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone:
Component: GDAL_Raster Version: 1.6.2
Severity: normal Keywords: FAST
Cc: dron

Description

For reasons that are not clear to me, a client's EOSAT FAST FORMAT file with seven bands is only seeing six of them through GDAL. The fastdataset.cpp seems to be hardcoded to only look for six bands.

The client reports having the following files:

03/06/2000  08:05 AM        76,489,600 BAND1.DAT
03/06/2000  08:11 AM        76,489,600 BAND2.DAT
03/06/2000  08:16 AM        76,489,600 BAND3.DAT
03/06/2000  08:22 AM        76,489,600 BAND4.DAT
03/06/2000  08:27 AM        76,489,600 BAND5.DAT
03/06/2000  08:32 AM        76,489,600 BAND6.DAT
03/06/2000  08:37 AM        76,489,600 BAND7.DAT
03/06/2000  07:58 AM            25,642 FFORMAT.TXT
03/06/2000  07:57 AM             1,536 HEADER.DAT
03/06/2000  07:58 AM             4,858 README.TXT
03/06/2000  08:38 AM             1,200 TRAILER.DAT
03/06/2000  07:58 AM             7,598 TRAILER.TXT

Change History (3)

comment:1 by warmerdam, 14 years ago

Status: newassigned

I have incorporated a preliminary change to support seven band files (r18415) in trunk.

I'm seeking permission to make the header file public, and incorporate a regression test.

comment:2 by warmerdam, 14 years ago

Milestone: 1.6.4
Resolution: fixed
Status: assignedclosed

Regression test added in trunk (r18416). The demonstration file is autotest/gdrivers/data/HEADER.DAT.

Back ported into 1.6 (r18417) for 1.6.4.

comment:3 by Even Rouault, 11 years ago

Milestone: 1.6.4

Milestone 1.6.4 deleted

Note: See TracTickets for help on using tickets.