Inverse |
public class InverseCorrection : IDisposable
The InverseCorrection type exposes the following members.
| Name | Description | |
|---|---|---|
| Dimensions | Returns the dimensions of the correction file. This coincides with the layers. | |
| FieldSize | The XYZ field size for scaling when FromScanner(Point3DInt) or FromScanner(Point4DInt) is invoked. | |
| Header | Returns the header of the correction file. | |
| Is4D | Indicates if the inverse correction file contains four dimensions. | |
| MaxMagnification | The max magnification for scaling when FromScanner(Point3DInt) or FromScanner(Point4DInt) is invoked. |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| FromScanner(Point3DInt) | Converts the scanner coordinates in bit back to user coordinates in µm. | |
| FromScanner(Point4D) | Converts the scanner coordinates in bit back to user coordinates in µm. | |
| FromScanner(Point4DInt) | Converts the scanner coordinates in bit back to user coordinates in µm. | |
| IsInverseOf(CorrectionFile) | Indicates if this InverseCorrection is the inverse of the given CorrectionFile. | |
| IsInverseOf(OpticalParameters) | Indicates if this InverseCorrection is the inverse of a CorrectionFile by comparing the hash in the header (OpticalParameters) of an correction file. | |
| IsInverseOf(String) | Indicates if this InverseCorrection is the inverse of the given CorrectionFile. | |
| Load | Loads an existing inverse correction file from disk. | |
| Store | Stores a inverse correction into a file on the disk for later loading using Load(String). |