Skip to content
/ OAD Public
forked from zeiss-microscopy/OAD

Collection of tools and scripts useful to automate microscopy workflows in ZEN Blue using Python and Open Application Development tools.

License

Notifications You must be signed in to change notification settings

Erwan67/OAD

 
 

Repository files navigation

Announcement

MIAP ZEISS OAD Workshop

MIAP Workshop: Expanding the ZEISS Microscopy Platform - Automation and Image Analysis Solutions based on OAD and APEER

Location and Date

  • Center for Biological Systems Analysis (ZBSA) - Life Imaging Center (LIC)

  • Albert-Ludwigs University Freiburg, Habsburgerstr. 49, 79104 Freiburg im Breisgau

  • 4-7 November 2019

For more information and registration: MIAP ZEISS OAD and APEER Workshop or email to [email protected]

Goal of the workshop

The goal of this 4-day workshop is to teach and train participants how to employ the ZEISS software ecosystem for their own projects in image processing, analysis and microscope automation.

We will discuss the latest developments in image analysis and machine learning, including the novel free image processing platform APEER, which enables users to exchange image processing modules and assemble them into powerful processing workflows. You will learn how to use APEER in the cloud and how to set up a local APEER solution based on the ACQUIFER HIVE system.

We will show best practices and application examples in a hands-on session focused on:

  • How to automate image acquisition and analysis using OAD scripts (Open Application Development)
  • How to set up adaptive feedback experiment workflows in combination with APEER, Fiji/ImageJ etc.
  • How to leverage the full potential of ZEN Blue and 3rd party image processing in your image processing and analysis workflows
  • How to create your own APEER modules
  • How to build your own local APEER server using the HIVE solution from ACQUIFER.

The workshop will include lectures, discussions and extensive hands-on sessions using the microscope infrastructure of the Life Imaging Center (LIC).

Participants are invited to give a talk about their workshop-related projects, research (requirements) and custom solutions. Participants are also encouraged to bring their own samples or experimental workflows, discuss them with the teachers and derive custom solutions for their individual microscopy and image analysis challenges. Please contact us in advance about the prerequisites.

  • Basic knowledge in light microscopy and scripting is required.

  • Maximal number of participants: 15

  • Deadline for applications: 8th of September 2019

Agenda

The agenda as PDF can be found here: Workshop Agenda (PDF) and here a a web document: Workshop Agenda


Open Application Development (OAD)

ZEN Blue is an open, flexible and powerful image acquisition platform that allows controlling a wide range of microscopes systems. Additionally it offers various tools to automate microscopy workflows including acquisition, image analysis and image processing tasks.

In order to fulfill the request for automation the ZEN Blue platform offers various features and options, which are combined inside a concept called Open Application Development (OAD).

Its main components are:

  • CZI image data format and its APIs
  • Python Scripting (OAD Simple API)
  • Interfaces to ZEN (TCP-IP, COM, Extensions)
  • Experiment Feedback - Adaptive Acquistion with Online Image Analysis

OAD ToolsZEN OAD Tools


OAD - General Concept and Key Features

  • Open Application Development (OAD) uses powerful Python Scripts to simplify, customize and automate your workflows.

  • Analyze and Exchange data with applications like Fiji, Python, Knime, CellProfiler, Icy, MATLAB, Excel and …

  • API for reading CZI image data using custom software

    • ZeissImgLib (.NET) to be used on Windows-based systems
    • libCZI (C++) for cross-platform applications
    • BioFormats (CZIReader) allow easy access to CZI files from many external applications using the BioFormats library
  • BioFormats Import as a module inside ZEN Blue as well as OME-TIFF Export

  • Create “smart” experiments with Experiment Feedback and modify the acquisition On-the-fly based on Online Image Analysis and External Inputs


OAD InterfacesOAD Interfaces


Automated DynamicsAutomated Dynamics


External SoftwareExternal Software


Links and References


Disclaimer

This is an collection of OAD scripts that is free to use for everybody. Carl Zeiss Microscopy GmbH's ZEN software undertakes no warranty concerning the use of those scripts, image analysis settings and ZEN experiments. Use them on your own risk.

Additionally Carl Zeiss Microscopy GmbH's ZEN software allows connection to the third party software packages.

Therefore Carl Zeiss Microscopy GmbH undertakes no warranty concerning those software packages, makes no representation that they will work on your system and/or hardware and will not be liable for any damages caused by the use of this extension.

By using any of thos examples you agree to this disclaimer.

Version: 2018.11.01

Copyright (c) 2018 Carl Zeiss AG, Germany. All Rights Reserved.

About

Collection of tools and scripts useful to automate microscopy workflows in ZEN Blue using Python and Open Application Development tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.0%
  • Jupyter Notebook 38.3%
  • MATLAB 2.0%
  • Other 0.7%