https://github.com/biop/ijp-operetta-importer

PerkinElmer Operetta Importer using BioFormats!

https://github.com/biop/ijp-operetta-importer

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

PerkinElmer Operetta Importer using BioFormats!

Basic Info
  • Host: GitHub
  • Owner: BIOP
  • License: gpl-3.0
  • Language: HTML
  • Default Branch: main
  • Homepage:
  • Size: 984 KB
Statistics
  • Stars: 9
  • Watchers: 3
  • Forks: 3
  • Open Issues: 10
  • Releases: 0
Created about 7 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

PerkinElmer/Revvity Operetta Importer Command and API

Features

This repo has a clear(ish) API and a nice SciJava InteractiveCommand

Documentation

We are hosting the JavaDoc as GitHub pages at https://biop.github.io/ijp-operetta-importer/

The main class you should focus your attention on is OperettaManager

If you'd like to see some examples on how it can be used, please check the Scripts folder. This contains a few Groovy examples on how to call the Operetta Importer API

Installation in Fiji

Go to Help > Update...

Click Manage Update Sites

Activate the PTBIOP update site.

Usage

Go under Plugins -> BIOP -> Operetta importer -> Operetta importer or type Operetta importer in the search bar.

Select input folder

  • Select the folder to analyse. It should contain all individual images, WITH the index.idx.xml file.
  • Click on Ok

image

Select data to analyze

  1. Click on Choose Wells button to select a subset of available wells.
  2. Click on Choose Fields button to select a subset of available fields.
  3. Click on Preview Well slice button to get a preview of the data
  4. Write down a subset of channels to analyze
  5. Write down a subset of slices to analyze
  6. Write down a subset of frames to analyze

image

Select processing options

  1. Choose a downsample factor. BE CAREFUL: DO NOT SELECT 0. If you don't want to do any downsampling, select a downsampling of 1.
  2. Check the box if you want to average pixels during downsampling.
  3. Select a fusion option
    • Do not fuse fields
    • Fuse with stage coordinates => put fields next ot the other without doing any blending
    • Fuse using Grid/Collection stitching => correctly stitch fields with affine transforms
  4. Select a flipping option
    • Do not flip
    • Flip horizontal
    • Flip vertical
    • Flip both
  5. Select a projection option
    • No Projection
    • mean
    • min
    • max
    • median
    • std
    • sum
  6. Select the min/max values of the intensities

image

Output and Saving

  1. Choose a directory where to save the output images
  2. Check the box to save the fused images as OME-TIFF and to generate the corresponding companion.ome file. This option only works if you have fused fields together.

image

  1. A message is written at the bottom of the UI to inform you on the size and time the analysis will take. Finally, you can click on Process.

image

Owner

  • Name: BioImaging And Optics Platform (BIOP)
  • Login: BIOP
  • Kind: organization
  • Location: Lausanne, Switzerland

All the code that is publicly available/published by the BioImaging And Optics Platform (BIOP)

GitHub Events

Total
  • Issues event: 8
  • Delete event: 2
  • Issue comment event: 10
  • Push event: 19
  • Pull request review comment event: 16
  • Pull request review event: 8
  • Pull request event: 4
  • Gollum event: 3
  • Create event: 6
Last Year
  • Issues event: 8
  • Delete event: 2
  • Issue comment event: 10
  • Push event: 19
  • Pull request review comment event: 16
  • Pull request review event: 8
  • Pull request event: 4
  • Gollum event: 3
  • Create event: 6

Dependencies

.github/workflows/build-main.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v3 composite
.github/workflows/build-pr.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v3 composite
pom.xml maven
  • net.imagej:imagej
  • net.imagej:imagej-legacy
  • ome:formats-gpl
  • org.codehaus.groovy:groovy
  • org.slf4j:slf4j-api
  • org.slf4j:slf4j-log4j12 1.7.5 test