_A1AutoGain, _A1AutoGain_Setup, A1ApplyStimulationSettings, A1AutoGain, A1AutoGainSimple, A1AutoOffset, A1Capture1DZ, A1Capture1DZ_IntensityCorr, A1EnableIRLaserCOMPortConnection, A1IRLaserAutoAlign, A1Live1DZ, A1Live1DZ_IntensityCorr, A1SetOutputPort, A1ShowSetupGUI, A1TestSWTrigger, A1VAASGetParams, A1VAASSetParams, C2SwitchLever, LineChannelSeriesSetup, Live_Unmixing, Live_Unmixing_EnabledChecked, LiveUnmixingToggle
Description
A1ApplyStimulationSettings();
This function equals the ND Stimulation window. If stimulation ROI is changed (moved, resized...) during experiment or live, this function sends a command to hardware to use the new settings.
button in theDescription
A1AutoGain( doubleSaturation ratio minimum
, doubleSaturation ratio maximum
, doubleTarget maximal intensity
, intUse Find Mode
);
This function runs the Auto Gain function. It uses the set parameters to gain an optimally balanced image.
Parameters
See Also
_A1AutoGain, _A1AutoGain_Setup
Description
A1AutoGainSimple( doubleTarget maximal intensity
, intUse Find Mode
);
This function performs auto gain simple “camera like” algorithm.
Description
A1AutoOffset(
int Use Find Mode
);
Finds the optimal offset value for each A1 channel.
Description
A1Capture1DZ_IntensityCorr(
int XZ Mode
);
This function captures linescan 1DZ intensity correction.
Description
A1EnableIRLaserCOMPortConnection(
int Enable COM Port Connection
);
This function releases control of the IR laser from the system driver and lets you control the IR laser from macro. When you are finished, A1EnableIRLaserCOMPortConnection(0); should be called in order to return control to the system driver.
Description
A1IRLaserAutoAlign();
This function performs confocal IR auto alignment.
Description
A1Live1DZ(
int XZ Mode
);
This function starts live 1DZ image (line scan over Z stack).
Description
A1Live1DZ_IntensityCorr(
int XZ Mode
);
This function starts live 1DZ image using automatic Z-intensity correction.
Description
A1SetOutputPort(
int Output Port
);
This function is for internal purposes only.
Description
A1ShowSetupGUI(
int Show Easy GUI
);
Changes between the A1plus Easy GUI and A1plus Compact GUI control window.
Description
A1VAASGetParams( intChannel ID
, double *Alfa value
);
This function is available only for A1 microscopes. It returns the value of alpha parameter which is used by VAAS functions.
Description
A1VAASSetParams( doubleAlfa value
, intChannel ID
);
This function is available only for A1 microscopes. It sets the alpha parameter value which is used by VAAS functions.
Description
C2SwitchLever();
This function is used only with the C2 simulator. It switches the Z lever from DU3 to CB/VB and back.
Description
LineChannelSeriesSetup();
This function displays the Line Channel Series Setup window.
Description
Live_Unmixing(
int Apply Unmixing on Live
);
This function applies the live unimixing function on the live image.
Description
Live_Unmixing_EnabledChecked(
int Is Unmixing Enabled/Checked
);
This function checks the availability of using live unmixing functionality. In case it is possible to use the live unmixing, it also checks the unmixing status.
Description
_A1AutoGain();
This function is available only for A1 microscopes. It opens the auto gain function progress bar.
See Also
_A1AutoGain_Setup, A1AutoGain
Description
_A1AutoGain_Setup();
This function opens the Auto Gain Setup window. Set the minimal and maximal ratio of saturated pixels to gain balanced image.
See Also
_A1AutoGain, A1AutoGain