Handle FAST image headers
It should never be necessary to use these functions/classes.
Rather use the general interfaces in imagereader and imagewriter
to access general image and header data.
|
Functions
|
|
Default Read Scan
|
|
|
Default
|
Default ()
Make a dummy FAST header |
|
|
Read
|
Read ( filename )
Read the header from the named FAST image file. |
|
|
Scan
|
Scan ( s )
Parse the binary data in string s as a FAST header,
returning a projtls.Record() loaded with the header data |
|
Classes
|
|
| Header | FAST header class | | error | Exception raised when a FAST header is not a FAST header. |
|
|