-
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.
* initial setup of api docs * reformat * added testing * added testing * added imaging and segmentation extractors setup and numpy * added nwb extractors * added memmap extractors * added caiman * added hdf5 * added inscopix * added miniscope * added sbx * added cnmfe * added extract * added sima * added suite2p * added bruker * added micromanager * added scanimage * removed old api and renamed new api * fixed underlines * fixed caiman docstrings * updated changelog * removed redundant module docstrings * Revert "removed redundant module docstrings" This reverts commit 9b33075. * removed class section of module docstrings * Revert "removed class section of module docstrings" This reverts commit 4c96f57. * switched inscopix to full path * switched inscopix to automodule * private members = False * remove napoleon private check * pinned roiextractors dependency on api_docs branch * removed roiextractors from requirements-rtd * added local pip install to .readthedocs.yml
- Loading branch information
1 parent
df649c0
commit 3b670d7
Showing
45 changed files
with
154 additions
and
336 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 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Base ImagingExtractors | ||
====================== | ||
|
||
ImagingExtractor | ||
---------------- | ||
.. automodule:: roiextractors.imagingextractor | ||
|
||
MultiImagingExtractor | ||
--------------------- | ||
.. automodule:: roiextractors.multiimagingextractor | ||
|
||
VolumetricImagingExtractor | ||
-------------------------- | ||
.. automodule:: roiextractors.volumetricimagingextractor |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Base SegmentationExtractors | ||
=========================== | ||
|
||
SegmentationExtractor | ||
--------------------- | ||
.. automodule:: roiextractors.segmentationextractor | ||
|
||
MultiSegmentationExtractor | ||
-------------------------- | ||
.. automodule:: roiextractors.multisegmentationextractor |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Extraction Tools | ||
---------------- | ||
.. automodule:: roiextractors.extraction_tools |
3 changes: 3 additions & 0 deletions
3
docs/source/api/imaging_extractors/brukertiffimagingextractors.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
BrukerTiffImagingExtractors | ||
--------------------------- | ||
.. automodule:: roiextractors.extractors.tiffimagingextractors.brukertiffimagingextractor |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Hdf5ImagingExtractor | ||
-------------------- | ||
.. autoclass:: roiextractors.Hdf5ImagingExtractor |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
ImagingExtractors | ||
================= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
numpyimagingextractor | ||
nwbimagingextractor | ||
memmapimagingextractors | ||
hdf5imagingextractor | ||
inscopiximagingextractor | ||
miniscopeimagingextractor | ||
sbximagingextractor | ||
brukertiffimagingextractors | ||
micromanagertiffimagingextractor | ||
tiffimagingextractor | ||
scanimagetiffimagingextractors |
3 changes: 3 additions & 0 deletions
3
docs/source/api/imaging_extractors/inscopiximagingextractor.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
InscopixImagingExtractor | ||
------------------------ | ||
.. automodule:: roiextractors.extractors.inscopixextractors.inscopiximagingextractor |
10 changes: 10 additions & 0 deletions
10
docs/source/api/imaging_extractors/memmapimagingextractors.rst
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
MemmapImagingExtractors | ||
======================= | ||
|
||
MemmapImagingExtractor | ||
---------------------- | ||
.. autoclass:: roiextractors.MemmapImagingExtractor | ||
|
||
NumpyMemmapImagingExtractor | ||
--------------------------- | ||
.. autoclass:: roiextractors.NumpyMemmapImagingExtractor |
3 changes: 3 additions & 0 deletions
3
docs/source/api/imaging_extractors/micromanagertiffimagingextractor.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
MicroManagerTiffImagingExtractor | ||
-------------------------------- | ||
.. autoclass:: roiextractors.MicroManagerTiffImagingExtractor |
3 changes: 3 additions & 0 deletions
3
docs/source/api/imaging_extractors/miniscopeimagingextractor.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
MiniscopeImagingExtractor | ||
------------------------- | ||
.. autoclass:: roiextractors.MiniscopeImagingExtractor |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
NumpyImagingExtractor | ||
--------------------- | ||
.. autoclass:: roiextractors.NumpyImagingExtractor |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
NwbImagingExtractor | ||
------------------- | ||
.. autoclass:: roiextractors.NwbImagingExtractor |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SbxImagingExtractor | ||
-------------------- | ||
.. autoclass:: roiextractors.SbxImagingExtractor |
10 changes: 10 additions & 0 deletions
10
docs/source/api/imaging_extractors/scanimagetiffimagingextractors.rst
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ScanImageTiff | ||
============= | ||
|
||
ScanImageTiffImagingExtractors | ||
------------------------------- | ||
.. automodule:: roiextractors.extractors.tiffimagingextractors.scanimagetiffimagingextractor | ||
|
||
ScanImageTiffUtils | ||
------------------ | ||
.. automodule:: roiextractors.extractors.tiffimagingextractors.scanimagetiff_utils |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
TiffImagingExtractor | ||
-------------------- | ||
.. autoclass:: roiextractors.TiffImagingExtractor |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
API documentation | ||
================= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
base_imagingextractors | ||
base_segmentationextractors | ||
extraction_tools | ||
testing | ||
imaging_extractors/index | ||
segmentation_extractors/index |
3 changes: 3 additions & 0 deletions
3
docs/source/api/segmentation_extractors/caimansegmentationextractor.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CaimanSegmentationExtractor | ||
--------------------------- | ||
.. autoclass:: roiextractors.CaimanSegmentationExtractor |
3 changes: 3 additions & 0 deletions
3
docs/source/api/segmentation_extractors/cnmfesegmentationextractor.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CnmfeSegmentationExtractor | ||
-------------------------- | ||
.. autoclass:: roiextractors.CnmfeSegmentationExtractor |
3 changes: 3 additions & 0 deletions
3
docs/source/api/segmentation_extractors/extractsegmentationextractors.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ExtractSegmentationExtractors | ||
============================= | ||
.. automodule:: roiextractors.extractors.schnitzerextractor.extractsegmentationextractor |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
SegmentationExtractors | ||
====================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
numpysegmentationextractor | ||
nwbsegmentationextractor | ||
caimansegmentationextractor | ||
cnmfesegmentationextractor | ||
extractsegmentationextractors | ||
simasegmentationextractor | ||
suite2psegmentationextractor |
3 changes: 3 additions & 0 deletions
3
docs/source/api/segmentation_extractors/numpysegmentationextractor.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
NumpySegmentationExtractor | ||
-------------------------- | ||
.. autoclass:: roiextractors.NumpySegmentationExtractor |
3 changes: 3 additions & 0 deletions
3
docs/source/api/segmentation_extractors/nwbsegmentationextractor.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
NwbSegmentationExtractor | ||
------------------------ | ||
.. autoclass:: roiextractors.NwbSegmentationExtractor |
3 changes: 3 additions & 0 deletions
3
docs/source/api/segmentation_extractors/simasegmentationextractor.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SimaSegmentationExtractor | ||
------------------------- | ||
.. autoclass:: roiextractors.SimaSegmentationExtractor |
3 changes: 3 additions & 0 deletions
3
docs/source/api/segmentation_extractors/suite2psegmentationextractor.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Suite2pSegmentationExtractor | ||
---------------------------- | ||
.. autoclass:: roiextractors.Suite2pSegmentationExtractor |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Testing | ||
======= | ||
|
||
Testing | ||
------- | ||
.. automodule:: roiextractors.testing | ||
|
||
Toy Examples | ||
------------ | ||
.. automodule:: roiextractors.example_datasets.toy_example |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
docs/source/build_api/roiextractors.extractors.hdf5imagingextractor.rst
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
docs/source/build_api/roiextractors.extractors.numpyextractors.rst
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
docs/source/build_api/roiextractors.extractors.nwbextractors.rst
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
docs/source/build_api/roiextractors.extractors.schnitzerextractor.rst
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
docs/source/build_api/roiextractors.extractors.simaextractor.rst
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.