Skip to content
#

microscopy

Here are 293 public repositories matching this topic...

JacksonMaxfield
JacksonMaxfield commented Apr 6, 2021

In determining the correct reader for the file provided we currently have two options (as of #224).

  1. Providing reader param to AICSImage (i.e. img = AICSImage("s3://some-file.ext", reader=readers.lif_reader.LifReader)
  2. Not providing a reader, and AICSImage looping over all SUPPORTED_READERS.

Option 1 is the fastest + safest method for loading a file into AICSImage (without using

webknossos
philippotto
philippotto commented Jul 24, 2020
  1. The edit-histogram button should ideally be placed so that it's connection to the histogram is clearer (e.g., top right within the histogram maybe?). For example, the button does not make much sense when the layer is collapsed, which is an indicator of suboptimal placement.
  2. The max-box does not end on the same X as the other elements. This should not happen when the antd rows are properly
JulesScholler
JulesScholler commented Jun 30, 2021

The registered atlas file is always saved in the same orientation. I understand this can be useful for some applications but in the most common case where you want to analyse your data by overlaying the atlas onto the data it is quite cumbersome because one has to track the input orientation throughout the analysis pipeline.

Is there a possibility to save the registered atlas in the same orient

Improve this page

Add a description, image, and links to the microscopy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the microscopy topic, visit your repo's landing page and select "manage topics."

Learn more