Skip to content

Conversation

@weiglszonja
Copy link
Member

@weiglszonja weiglszonja commented May 30, 2024

Classes added:

  • BioFormatsImagingExtractor: a base imaging extractor for files supported by BioFormats (supported formats)
  • CxdImagingExtractor: a specialised imaging extractor for reading data and metadata from CXD files produced via Hamamatsu Photonics (HCImage Live software: https://hcimage.com)

Note:

To use these extractors bioformats_jar has to be installed with conda as:
conda install -c conda-forge bioformats_jar.
Additionally, the reader requires the java executable to be available on the path (or via the JAVA_HOME environment variable), if not found it has to be set as:

mac and linux:
export JAVA_HOME=$CONDA_PREFIX

windows:
set JAVA_HOME=%CONDA_PREFIX%\\Library

TODO:

  • need an example .cxd data from Howe lab
  • need to add unittests
  • need to add conda install -c conda-forge bioformats_jar dependency for the CI tests

@weiglszonja weiglszonja marked this pull request as draft May 30, 2024 13:40
@pauladkisson
Copy link
Member

FYI, Now that we have working API docs, this PR will need to add the new imaging extractors to list of imaging extractors in the api docs.

@weiglszonja
Copy link
Member Author

Created PR for uploading the example file shared by the Howe lab: https://gin.g-node.org/CatalystNeuro/ophys_testing_data/pulls/22

neuroconv[video]>=0.4.6 # Uses the VideoCaptureContext class
natsort>=8.3.1
isx>=1.0.4
aicsimageio>=4.14.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants