Handle ADSC 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 ADSC header |
|
|
Read
|
Read ( filename )
Read the header from the named ADSC image file. |
|
|
Scan
|
Scan ( s )
Parse the binary data in string s as an ADSC header,
returning a projtls.Record() loaded with the header data |
|
Classes
|
|
| Header | ADSC header class | | error | Exception raised when an ADSC header is not an ADSC header. |
|
|