Opened 17 years ago
Closed 15 years ago
#104 closed enhancement (fixed)
HDF read-only access
Reported by: | mggr | Owned by: | benj |
---|---|---|---|
Priority: | alpha 4 medium | Milestone: | The Glorious Future |
Component: | az* programs | Keywords: | |
Cc: | Other processors: |
Description
Peter Land suggested altering azgcorr to allow L1 files to be opened read-only. Currently they are opened read-write, which causes problems if they are on / were copied from read-only media.
Change History (5)
comment:1 Changed 17 years ago by mggr
comment:2 Changed 17 years ago by mggr
Replied that this is definitely a nice-to-have, but need to fix things like #81 first. Bill suggested making a list of our priorities, which I'll do.
comment:3 Changed 16 years ago by mggr
Additional changes for ILS access that Bill will do at the same time.
ils access: the problem was that with an external level-1 BIL holding the image data and the HDF file with the ils and rest, when the level-1 access is made in azexhdf it indicates the file type is BILi because I only have one flag for the main image item - it really needs flags for each item. All that is needed is a bit of logic to check which image item has been requested and the image file access initialised appropriately. The image link routines ( part of my HDF link library ) handle HDF or BIL by having the same high level calls for read/write but then have a lower layer that does either HDF-SDS or BIL. In theory this part should be re-entrant so you can access both in the same program at the same time. So it is moderately complicated and I try to avoid quick mods in case the whole card pack falls! I have held off finishing it as it really means a release of all programs to re-link everything with the slightly changed HDF link library. I will do this when I do the open read-only and new HDF release update.
comment:4 Changed 16 years ago by mggr
- Owner changed from mggr to benj
Handing to Ben as he's been testing this - close if fixed :)
Note comment on ILS access.
comment:5 Changed 15 years ago by benj
- Resolution set to fixed
- Status changed from new to closed
Appears to be fixed. Closing ticket.
Note: See
TracTickets for help on using
tickets.
Bill replied with: