The CorrectionFile type exposes the following members.
Methods | Name | Description |
---|
| AppendExtraInfo |
Appends additional information to the underlying correction file.
|
| Close |
Close the open streams
|
| CorrectionTable |
Get a BinaryReader for the raw correction table
|
| Create(String, OpticalParameters, ListStream, Boolean, String, ScannerInfo, DictionaryString, String) |
Creates a new correction file and adds several tables.
|
| Create(String, OpticalParameters, Stream, Boolean, String, ScannerInfo, DictionaryString, String) |
Creates a new correction file.
|
| GetExtraInfo |
Read additional information that are stored inside the underlying correction file.
|
| GetInverse |
Calculates the inverse of this correction file. This can be useful to calculate scanner coordinates (in bits) back to user coordinates (in µm).
|
| GetMetadata |
Read metadata that is stored inside the underlying correction file.
|
| GetScannerInfo |
Read the additional ScannerInfo that can be stored inside the underlying correction file.
|
| OpenRead |
Opens an existing correction file in read-only mode.
|
| OpenWrite |
Opens an existing correction file in read-write mode.
|
| PayloadToStream |
Copies the raw correction payload to a stream.
|
| SetExtraInfo |
Write additional information to the underlying correction file.
|
| ToScanner(Point3D) |
Converts the user coordinates in µm to scanner coordinates in bit.
|
| ToScanner(Point4D) |
Converts the user coordinates in µm to scanner coordinates in bit.
|
TopSee Also