public interface PeemMetadata extends MetadataType
Modifier and Type | Method and Description |
---|---|
double |
getFieldOfView() |
double |
getScaling() |
double[] |
getXYMotorPosition() |
void |
initialize(double[] xyPosition,
double scaling,
double fieldOfView)
Initialize PEEM metadata
|
void |
setFieldOfView(double fieldOfView)
Sets fieldOfView value in microns
|
void |
setScaling(double scaling)
Sets scaling micron/pixel
|
void |
setXYMotorPosition(double[] xyMotorPosition)
Sets X/y motor position in microns
|
clone
void initialize(double[] xyPosition, double scaling, double fieldOfView)
xyPosition
- values of motorscaling
- image resolutionfieldOfView
- size of imagedouble[] getXYMotorPosition()
double getScaling()
double getFieldOfView()
void setXYMotorPosition(double[] xyMotorPosition)
xyMotorPosition
- values of motorvoid setScaling(double scaling)
scaling
- image resolutionvoid setFieldOfView(double fieldOfView)
fieldOfView
- size of imageCopyright © 2014–2022 Eclipse Foundation. All rights reserved.