Skip to content

Python package for remote control of the ACQUIFER Imaging Machine and general data-processing of acquired datasets

License

Notifications You must be signed in to change notification settings

Luxendo/Acquifer-Python-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acquifer-Python-API

Python package providing utilitary functionalities when working with an ACQUIFER Imaging Machine.
Functionalities include :

  • metadata persing from filenames
  • control of the microscope (tcpip)

Similar functions are available for java programs (e.g Fiji) via the acquifer-core package, distributed via the ACQUIFER update site (upon request).

Installation

In a command prompt, use pip install acquifer.

The package can be installed locally for test purpose, by opening a command line in the repository directory : pip install -e . with e for "experimental"
This way any change to the code is directly reflected.