siibra 0.4a87__tar.gz → 0.4a89__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of siibra might be problematic. Click here for more details.
- {siibra-0.4a87/siibra.egg-info → siibra-0.4a89}/PKG-INFO +3 -2
- siibra-0.4a89/siibra/VERSION +1 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/commons.py +1 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/configuration/factory.py +4 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/feature.py +4 -1
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/image/__init__.py +2 -1
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/image/volume_of_interest.py +8 -0
- {siibra-0.4a87 → siibra-0.4a89/siibra.egg-info}/PKG-INFO +3 -2
- siibra-0.4a87/siibra/VERSION +0 -1
- {siibra-0.4a87 → siibra-0.4a89}/LICENSE +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/MANIFEST.in +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/README.rst +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/setup.cfg +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/setup.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/configuration/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/configuration/configuration.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/core/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/core/atlas.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/core/concept.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/core/parcellation.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/core/region.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/core/relation_qualification.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/core/space.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/explorer/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/explorer/url.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/explorer/util.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/anchor.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/connectivity/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/connectivity/functional_connectivity.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/connectivity/regional_connectivity.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/connectivity/streamline_counts.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/connectivity/streamline_lengths.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/connectivity/tracing_connectivity.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/dataset/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/dataset/ebrains.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/image/image.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/image/sections.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/bigbrain_intensity_profile.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/cell_density_profile.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/cortical_profile.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/gene_expression.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/layerwise_bigbrain_intensities.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/layerwise_cell_density.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/receptor_density_fingerprint.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/receptor_density_profile.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/regional_timeseries_activity.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/features/tabular/tabular.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/livequeries/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/livequeries/allen.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/livequeries/bigbrain.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/livequeries/ebrains.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/livequeries/query.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/locations/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/locations/boundingbox.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/locations/location.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/locations/point.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/locations/pointset.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/retrieval/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/retrieval/cache.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/retrieval/datasets.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/retrieval/exceptions/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/retrieval/repositories.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/retrieval/requests.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/vocabularies/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/vocabularies/gene_names.json +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/vocabularies/receptor_symbols.json +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/vocabularies/region_aliases.json +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/volumes/__init__.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/volumes/gifti.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/volumes/neuroglancer.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/volumes/nifti.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/volumes/parcellationmap.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/volumes/sparsemap.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra/volumes/volume.py +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra.egg-info/SOURCES.txt +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra.egg-info/dependency_links.txt +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra.egg-info/requires.txt +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/siibra.egg-info/top_level.txt +0 -0
- {siibra-0.4a87 → siibra-0.4a89}/test/test_siibra.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: siibra
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4a89
|
|
4
4
|
Summary: siibra - Software interfaces for interacting with brain atlases
|
|
5
5
|
Home-page: https://github.com/FZJ-INM1-BDA/siibra-python
|
|
6
6
|
Author: Big Data Analytics Group, Forschungszentrum Juelich, Institute of Neuroscience and Medicine (INM-1)
|
|
@@ -31,6 +31,7 @@ Dynamic: classifier
|
|
|
31
31
|
Dynamic: description
|
|
32
32
|
Dynamic: description-content-type
|
|
33
33
|
Dynamic: home-page
|
|
34
|
+
Dynamic: license-file
|
|
34
35
|
Dynamic: requires-dist
|
|
35
36
|
Dynamic: requires-python
|
|
36
37
|
Dynamic: summary
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.4a89
|
|
@@ -460,6 +460,10 @@ class Factory:
|
|
|
460
460
|
return volume_of_interest.LSFMVolumeOfInterest(
|
|
461
461
|
modality="Light Sheet Fluorescence Microscopy", **kwargs
|
|
462
462
|
)
|
|
463
|
+
elif modality == "morphometry":
|
|
464
|
+
return volume_of_interest.MorphometryVolumeOfInterest(
|
|
465
|
+
modality="Morphometry", **kwargs
|
|
466
|
+
)
|
|
463
467
|
else:
|
|
464
468
|
raise ValueError(f"No method for building image section feature type {modality}.")
|
|
465
469
|
|
|
@@ -219,7 +219,10 @@ class Feature:
|
|
|
219
219
|
from ..configuration.configuration import Configuration
|
|
220
220
|
conf = Configuration()
|
|
221
221
|
Configuration.register_cleanup(cls.clean_instances)
|
|
222
|
-
|
|
222
|
+
if cls._configuration_folder not in conf.folders:
|
|
223
|
+
logger.debug(f"{cls._configuration_folder} is not in current configuration")
|
|
224
|
+
return []
|
|
225
|
+
|
|
223
226
|
cls._preconfigured_instances = [
|
|
224
227
|
o for o in conf.build_objects(cls._configuration_folder)
|
|
225
228
|
if isinstance(o, cls)
|
|
@@ -21,7 +21,8 @@ from .volume_of_interest import (
|
|
|
21
21
|
MRIVolumeOfInterest,
|
|
22
22
|
XPCTVolumeOfInterest,
|
|
23
23
|
LSFMVolumeOfInterest,
|
|
24
|
-
DTIVolumeOfInterest
|
|
24
|
+
DTIVolumeOfInterest,
|
|
25
|
+
MorphometryVolumeOfInterest
|
|
25
26
|
# SegmentedVolumeOfInterest
|
|
26
27
|
)
|
|
27
28
|
from .sections import CellbodyStainedSection
|
|
@@ -79,6 +79,14 @@ class LSFMVolumeOfInterest(
|
|
|
79
79
|
def __init__(self, modality, **kwargs):
|
|
80
80
|
image.Image.__init__(self, **kwargs, modality=modality)
|
|
81
81
|
|
|
82
|
+
class MorphometryVolumeOfInterest(
|
|
83
|
+
image.Image,
|
|
84
|
+
configuration_folder="features/images/vois/morphometry",
|
|
85
|
+
category="macrostructural"
|
|
86
|
+
):
|
|
87
|
+
def __init__(self, modality, **kwargs):
|
|
88
|
+
image.Image.__init__(self, **kwargs, modality=modality)
|
|
89
|
+
|
|
82
90
|
# class SegmentedVolumeOfInterest(
|
|
83
91
|
# image.Image,
|
|
84
92
|
# configuration_folder="features/images/vois/segmentation",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: siibra
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4a89
|
|
4
4
|
Summary: siibra - Software interfaces for interacting with brain atlases
|
|
5
5
|
Home-page: https://github.com/FZJ-INM1-BDA/siibra-python
|
|
6
6
|
Author: Big Data Analytics Group, Forschungszentrum Juelich, Institute of Neuroscience and Medicine (INM-1)
|
|
@@ -31,6 +31,7 @@ Dynamic: classifier
|
|
|
31
31
|
Dynamic: description
|
|
32
32
|
Dynamic: description-content-type
|
|
33
33
|
Dynamic: home-page
|
|
34
|
+
Dynamic: license-file
|
|
34
35
|
Dynamic: requires-dist
|
|
35
36
|
Dynamic: requires-python
|
|
36
37
|
Dynamic: summary
|
siibra-0.4a87/siibra/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.4a87
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|