-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
ptahmose edited this page Sep 5, 2020
·
12 revisions
The first argument to the mex-function is a string which specifies the function to execute. The following functions are available:
- GetVersion
- Open
- GetSubBlockBitmap
- GetInfo
- GetScaling
- GetMetadataXml
- GetSingleChannelScalingTileComposite
- Close
- GetDefaultDisplaySettings
The function returns a struct containing version information. It does not take any arguments.
The specified file (second argument) is opened, and a handle for the document is returned.
argument # | type | comment |
---|---|---|
1 | integer | The handle (as returned from "Open") |
2 | integer | The subblock number |
Read the specified subblock and get the (uncompressed) bitmap.
Get information about the specified CZI-document. A struct is returned.
Retrieve scaling information from the specified document. The scaling is given in units of µm. If no information is available, the property will have the value of NaN.