DragonFlyAutomator is a software that automates the process of image acquisition of a multiwell plate for the Dragonfly Andor 505 microscope. The single channel image acquisition is performed using Protocol 59, so please ensure that the protocol is present in the Fusion software. Protocol 59 must have the following settings: Dapi channel and single burst mode. The protocol is used in the autofocus step and is executed at each z-plane position. The positioning to the wells is performed either by linear spacing or homography transformation. Both methods will require the sampling of well corners as illustrated in the following image:
- Create a python virtual environment by adding: python -m venv DragonFlyAutomator
- Step into the new folder: cd DragonFlyAutomator
- Activate the python environment: Scripts\Activate.ps1
- (Ignore this info) Afterwards sys.prefix and sys.exec_prefix point to this
- Install the software with: pip install https://github.com/Ibrahim-norbert/DragonFlyAutomator/raw/main/dist/DragonFlyAutomator-0.0.1-py3-none-any.whl
- Then start the application by adding: DragonFlyAutomator --test false
- Confirm if python is installed by adding: python3 --version
- If not installed, please follow the instructions given in the terminal. Otherwise, continue with the next steps.
- Create an environment by adding: python -m venv DragonFlyAutomator
- Step into the new folder: cd DragonFlyAutomator
- Activate the environment by adding: bash bin/activate
- Install the software with: pip install https://github.com/Ibrahim-norbert/DragonFlyAutomator/raw/main/dist/DragonFlyAutomator-0.0.1-py3-none-any.whl
If you encounter any issues, please submit them to the issue tab provided in the repositiory. It can be found here