Skip to content
#

microscopy

Here are 273 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 Aug 18, 2020

It would be very convenient to be able to edit the currently opened dataset without going to the dashboard. One easy way to achieve this, would be an edit button in the "dataset info" tab. That edit button could open the "edit dataset" view in a modal. when that modal is saved, the entire dataset could simply reload.

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