![]() |
BioImager
4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
|
Public Member Functions | |
| static int | PriorScientificSDK_Version (StringBuilder version) |
| static int | PriorScientificSDK_Initialise () |
| static int | PriorScientificSDK_OpenNewSession () |
| static int | PriorScientificSDK_CloseSession (int sessionID) |
| static int | PriorScientificSDK_cmd (int session, StringBuilder tx, StringBuilder rx) |
| int | InitialiseStage () |
| bool | SetPosition (PointD p) |
| PointD | GetPosition () |
| bool | SetPosition (Point3D p) |
| bool | SetObjective (int p) |
| Point3D | GetPosition3D () |
| bool | SetZ (double d) |
| double | GetZ () |
| bool | SetNosePiece (int d) |
| int | GetNosePiece () |
| int | GetNosePiecePositions () |
| int | stageBusy () |
| int | zBusy () |
| int | nosePieceBusy () |
| bool | shutterOpen () |
| bool | shutterClose () |
| int | shutterPosition () |
| void | waitUntilStageIdle () |
| void | waitUntilZIdle () |
| void | waitUntilNosePieceIdle () |
| int | GetVersion (StringBuilder version) |
| int | Initialise () |
| int | OpenSession () |
| int | CloseSession (int sessionID) |
| int | Cmd (int session, string usertx, ref string userrx, bool displayError=true) |
| int BioImager.SDK.CloseSession | ( | int | sessionID | ) |
| int BioImager.SDK.Cmd | ( | int | session, |
| string | usertx, | ||
| ref string | userrx, | ||
| bool | displayError = true ) |
Definition at line 354 of file SDK.cs.
| int BioImager.SDK.GetNosePiece | ( | ) |
| int BioImager.SDK.GetNosePiecePositions | ( | ) |
| PointD BioImager.SDK.GetPosition | ( | ) |
Definition at line 156 of file SDK.cs.
| Point3D BioImager.SDK.GetPosition3D | ( | ) |
Definition at line 191 of file SDK.cs.
| int BioImager.SDK.GetVersion | ( | StringBuilder | version | ) |
| double BioImager.SDK.GetZ | ( | ) |
| int BioImager.SDK.Initialise | ( | ) |
| int BioImager.SDK.InitialiseStage | ( | ) |
Definition at line 119 of file SDK.cs.
| int BioImager.SDK.nosePieceBusy | ( | ) |
| int BioImager.SDK.OpenSession | ( | ) |
| bool BioImager.SDK.SetNosePiece | ( | int | d | ) |
| bool BioImager.SDK.SetObjective | ( | int | p | ) |
| bool BioImager.SDK.SetPosition | ( | Point3D | p | ) |
Definition at line 167 of file SDK.cs.
| bool BioImager.SDK.SetPosition | ( | PointD | p | ) |
| bool BioImager.SDK.SetZ | ( | double | d | ) |
| bool BioImager.SDK.shutterClose | ( | ) |
| bool BioImager.SDK.shutterOpen | ( | ) |
| int BioImager.SDK.shutterPosition | ( | ) |
| int BioImager.SDK.stageBusy | ( | ) |
| void BioImager.SDK.waitUntilNosePieceIdle | ( | ) |
| void BioImager.SDK.waitUntilStageIdle | ( | ) |
| void BioImager.SDK.waitUntilZIdle | ( | ) |
| int BioImager.SDK.zBusy | ( | ) |