Skip to main content

Image stitching

Project description

IMAXT Mosaic Pipeline

The IMAXT mosaic pipeline produces stitched images from tile observations. Currently we support two instruments: Serial Two-Photon Tomography (STPT) and AXIOScan.

Note that raw data (typically in the form of TIFF images) need to be converted to Zarr format first using e.g. stpt2zarr or axio2zarr.

Pipeline Definition File

In order to run the pipeline you need a YAML file as follows:

version: 1

name: imaxt-mosaic

input_path: /storage/imaxt/raw/stpt/20211020_PDX_STG139_GFP_029621_100x15um
output_path: /storage/imaxt/processed/stpt/20211020_PDX_STG139_GFP_029621_100x15um

stitcher: stpt

recipes:
  - calibration
  - mosaic
  - beadfit

resources:
  cpu: 16
  workers: 1
  memory: 48

Execute locally with Owl

In order to run the pipeline locally, install as follows:

pip install imaxt-mosaic owl-pipeline-client

and execute:

owl execute pipeline.yaml

Remote execution

To execute the pipeline using a remote Owl server it is not needed to install the module locally. Just submit as:

owl submit pipeline.yaml

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

imaxt-mosaic-1.15.0.tar.gz (36.0 kB view hashes)

Uploaded Source

Built Distribution

imaxt_mosaic-1.15.0-py3-none-any.whl (44.6 kB view hashes)

Uploaded Python 3

Supported by

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