-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add_depth_slice
- Loading branch information
Showing
51 changed files
with
494 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
version: "2" | ||
|
||
build: | ||
image: latest | ||
os: "ubuntu-22.04" | ||
tools: | ||
python: "3.10" | ||
|
||
version: 2 | ||
python: | ||
install: | ||
- requirements: requirements-rtd.txt | ||
|
||
sphinx: | ||
configuration: docs/source/conf.py | ||
|
||
python: | ||
version: 3.8 | ||
install: | ||
- requirements: docs/requirements_doc.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,8 @@ | ||
Supported formats | ||
================= | ||
|
||
Roiextractors supports various image formats obtained from different 2photon acquisition systems. | ||
It also supports well known post processing cell extraction/segmentation pipelines. If you use any other format and would like to see it being supported we would love to know! (:doc:`Contact <contact>`) | ||
The following is a live record of all the formats supported by ROIExtractors as well as other relevant ecosystem support. | ||
|
||
Imaging | ||
------- | ||
1. HDF5 | ||
2. TIFF | ||
3. STK | ||
4. FLI | ||
.. raw:: html | ||
|
||
Segmentation | ||
------------ | ||
#. `calciumImagingAnalysis <https://github.com/bahanonu/calciumImagingAnalysis/>`_ (CNMF-E, EXTRACT) | ||
#. `Caiman <https://github.com/flatironinstitute/CaImAn/>`_ | ||
#. `SIMA <http://www.losonczylab.org/sima/1.3.2//>`_ | ||
#. `NWB <https://pynwb.readthedocs.io/en/stable//>`_ | ||
#. `suite2p <https://github.com/MouseLand/suite2p/>`_ | ||
#. Numpy (for any currently un-supported format) | ||
|
||
Example Datasets | ||
---------------- | ||
Example datasets for each fo the file formats can be downloaded `here <https://gin.g-node.org/CatalystNeuro/ophys_testing_data/src/master/segmentation_datasets/>`_ | ||
<iframe style="width: 100%; height: 70vh; border: none;" src="https://catalystneuro.github.io/format-support-table/?tab=ophys-imaging"></iframe> |
Oops, something went wrong.