Package | Description |
---|---|
mmcorej |
Modifier and Type | Method and Description |
---|---|
DoubleVector |
CMMCore.getPixelSizeAffine()
Returns the current Affine Transform to related camera pixels with stage movement..
|
DoubleVector |
CMMCore.getPixelSizeAffine(boolean cached)
Returns the current Affine Transform to related camera pixels with stage movement..
|
DoubleVector |
CMMCore.getPixelSizeAffineByID(java.lang.String resolutionID)
Returns the Affine Transform to related camera pixels with stage movement for the requested pixel size group The raw affine transform without correction for binning and magnification will be returned.
|
Modifier and Type | Method and Description |
---|---|
static void |
MMCoreJJNI.CMMCore_loadExposureSequence(long jarg1,
CMMCore jarg1_,
java.lang.String jarg2,
long jarg3,
DoubleVector jarg3_) |
static void |
MMCoreJJNI.CMMCore_loadStageSequence(long jarg1,
CMMCore jarg1_,
java.lang.String jarg2,
long jarg3,
DoubleVector jarg3_) |
static void |
MMCoreJJNI.CMMCore_loadXYStageSequence(long jarg1,
CMMCore jarg1_,
java.lang.String jarg2,
long jarg3,
DoubleVector jarg3_,
long jarg4,
DoubleVector jarg4_) |
static void |
MMCoreJJNI.CMMCore_setPixelSizeAffine(long jarg1,
CMMCore jarg1_,
java.lang.String jarg2,
long jarg3,
DoubleVector jarg3_) |
static void |
MMCoreJJNI.DoubleVector_add(long jarg1,
DoubleVector jarg1_,
double jarg2) |
static long |
MMCoreJJNI.DoubleVector_capacity(long jarg1,
DoubleVector jarg1_) |
static void |
MMCoreJJNI.DoubleVector_clear(long jarg1,
DoubleVector jarg1_) |
static double |
MMCoreJJNI.DoubleVector_get(long jarg1,
DoubleVector jarg1_,
int jarg2) |
static boolean |
MMCoreJJNI.DoubleVector_isEmpty(long jarg1,
DoubleVector jarg1_) |
static void |
MMCoreJJNI.DoubleVector_reserve(long jarg1,
DoubleVector jarg1_,
long jarg2) |
static void |
MMCoreJJNI.DoubleVector_set(long jarg1,
DoubleVector jarg1_,
int jarg2,
double jarg3) |
static long |
MMCoreJJNI.DoubleVector_size(long jarg1,
DoubleVector jarg1_) |
protected static long |
DoubleVector.getCPtr(DoubleVector obj) |
void |
CMMCore.loadExposureSequence(java.lang.String cameraLabel,
DoubleVector exposureSequence_ms)
Transfer a sequence of exposure times to the camera.
|
void |
CMMCore.loadStageSequence(java.lang.String stageLabel,
DoubleVector positionSequence)
Transfer a sequence of events/states/whatever to the device This should only be called for device-properties that are sequenceable
|
void |
CMMCore.loadXYStageSequence(java.lang.String xyStageLabel,
DoubleVector xSequence,
DoubleVector ySequence) |
void |
CMMCore.setPixelSizeAffine(java.lang.String resolutionID,
DoubleVector affine)
Sets the raw affine transform for the specific pixel size configuration The affine transform consists of the first two rows of a 3x3 matrix, the third row is alsways assumed to be 0.0 0.0 1.0.
|