Skip to main content

Python wrapper for dotNet Koala Remote Client provided by LyncéeTec to control Digital Holographique Microscope using proprietary Koala software

Project description

pyKoalaRemote

Python wrapper for dotNet Koala Remote Client provided by LynceeTec to control Digital Holographic Microscope using proprietary Koala software

The wrapper uses the same methods names and arguments as the dotNet library distributed by LynceeTec SA LynceeTec.KoalaRemote.Client for Koala version 8.7.28811.0 LynceeTec.KoalaRemote.Client.dll documentation

Methods that return a dotNet Array are modified to return a Numpy Array, modified methods are described bellow.

Installation using pip

pip install pyKoalaRemote

Test

From Ipython console

from pyKoalaRemote import client
run client

Usage

Import the class client from the pyKoalaRemote and create an instance

from  pyKoalaRemote import client
remote = client.pyKoalaRemoteClient()

Run standard methods

remote.Connect("localhost")
remote.Login("password")
remote.OpenConfig(137)

New methods

Two new methods enable a dialog in the console.

  • ConnectAndLoginDialog
    • Arguments : void(nothing)
    • Return : true if the connection and login was successful
    • Comments :
      • Connect and Login to Koala within a single function.
      • IP address and password are defined in the console
      • If the user leave empty field, the default value is used
  • OpenConfigDialog
    • Arguments : void(nothing)
    • Return : true if the connection and login was successful
    • Comments :
      • Config number is defined in the console
  • GetPhaseProfileAxis
    • Description : return calibrated axis in [um] of a profile cut
    • Arguments : void(nothing)
    • Return : 1D Numpy array of np.double of profile length

Modified methods

The methods that returns dotNet Array are modified to return Numpy Array

  • Connect(hostname, quiet=True)
    • Arguments :
      • hostName (String): The IP of the computer where Koala is running. Use localhost if running on the same computer
      • quiet (Boolean): Deprecated parameter, will be removed in a later version. Set either to true or false
    • Return : true if the connection was successful
    • Comments : the instance variable username is set with username
  • GetAxesPosMu
    • Arguments : void (nothing)
    • Return : 1D Numpy array of np.double of size 4, where the data for the X, Y, Z and Theta axis respectively
  • GetHoloImage
    • Arguments : void (nothing)
    • Return : 2D Numpy array of np.ubyte of hologram size
  • GetIntensityImage
    • Arguments : void (nothing)
    • Return : 2D Numpy array of np.ubyte of ROI size
  • GetIntensity32fImage
    • Arguments : void (nothing)
    • Return : 2D Numpy array of np.single of ROI size
  • GetPhaseImage
    • Arguments : void (nothing)
    • Return : 2D Numpy array of np.ubyte of ROI size
  • GetPhase32fImage
    • Arguments : void (nothing)
    • Return : 2D Numpy array of np.single of ROI size
  • GetPhaseProfile
    • Arguments : void (nothing)
    • Return : 1D Numpy array of np.double of profile length

Written with StackEdit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pykoalaremote-1.2.0.tar.gz (29.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pykoalaremote-1.2.0-py3-none-any.whl (29.4 kB view details)

Uploaded Python 3

File details

Details for the file pykoalaremote-1.2.0.tar.gz.

File metadata

  • Download URL: pykoalaremote-1.2.0.tar.gz
  • Upload date:
  • Size: 29.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for pykoalaremote-1.2.0.tar.gz
Algorithm Hash digest
SHA256 68ccbd5848ed7b81008cf37e3b09785c2c0e75c3441663fa35c3579ee4a723e4
MD5 9f509d7c74208f3a3b1ebc16a8dafcbf
BLAKE2b-256 759dd4a5acf0b7bcbdc26efa64bbee1c6c217777bcada4cb9966ba942392c798

See more details on using hashes here.

File details

Details for the file pykoalaremote-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: pykoalaremote-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 29.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for pykoalaremote-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b15a487e7353f2ffbe34775ee91ca23c24f042c27a0f4d04663c08af65b0f12e
MD5 6f30d45471495c295fbea439e96e06a8
BLAKE2b-256 59d1ec8875aaa8175d68501e013b58e9ba8a73806cc9950b522aa4f67635cf15

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page