.dockerignore
.gitignore
.gitmodules
.pre-commit-config.yaml
AUTHORS.rst
Dockerfile-ci
Dockerfile-docs
LICENSE.md
README.md
codecov.yml
conda-env.yml
ignore_words.txt
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/dataset-request.yml
.github/ISSUE_TEMPLATE/documention-request.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/ISSUE_TEMPLATE/marker-request.yml
.github/workflows/check-stale.yml
.github/workflows/ci-docs.yml
.github/workflows/ci.yml
.github/workflows/docker-ci-publish.yml
.github/workflows/docker-docs-publish.yml
.github/workflows/docs-preview.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
docs/Makefile
docs/builtin.rst
docs/conf.py
docs/contribution.rst
docs/faq.rst
docs/help.rst
docs/index.rst
docs/installation.rst
docs/links.inc
docs/maintaining.rst
docs/redirect.html
docs/starting.rst
docs/whats_new.rst
docs/_static/css/custom.css
docs/_static/js/custom.js
docs/_templates/versions.html
docs/api/api.rst
docs/api/cli.rst
docs/api/configs.rst
docs/api/data.rst
docs/api/datagrabbers.rst
docs/api/datareaders.rst
docs/api/index.rst
docs/api/markers.rst
docs/api/nilearn.rst
docs/api/onthefly.rst
docs/api/pipeline.rst
docs/api/preprocessing.rst
docs/api/stats.rst
docs/api/storage.rst
docs/api/testing.rst
docs/api/utils.rst
docs/changes/contributors.inc
docs/changes/newsfragments/.gitignore
docs/changes/newsfragments/333.enh
docs/changes/newsfragments/429.change
docs/changes/newsfragments/429.enh
docs/changes/newsfragments/432.feature
docs/changes/newsfragments/441.misc
docs/changes/newsfragments/443.feature
docs/changes/newsfragments/444.bugfix
docs/changes/newsfragments/450.doc
docs/changes/newsfragments/450.feature
docs/changes/newsfragments/451.doc
docs/changes/newsfragments/451.feature
docs/changes/newsfragments/452.doc
docs/changes/newsfragments/452.feature
docs/changes/newsfragments/454.bugfix
docs/changes/newsfragments/456.misc
docs/changes/newsfragments/457.misc
docs/changes/newsfragments/458.change
docs/changes/newsfragments/458.feature
docs/changes/newsfragments/458.misc
docs/changes/newsfragments/460.feature
docs/changes/newsfragments/462.feature
docs/changes/newsfragments/464.misc
docs/changes/newsfragments/465.misc
docs/changes/newsfragments/466.misc
docs/changes/newsfragments/467.misc
docs/changes/newsfragments/468.misc
docs/extending/coordinates.rst
docs/extending/data_dump_asset.rst
docs/extending/data_registries.rst
docs/extending/data_types.rst
docs/extending/datagrabber.rst
docs/extending/dependencies.rst
docs/extending/extension.rst
docs/extending/index.rst
docs/extending/maps.rst
docs/extending/marker.rst
docs/extending/masks.rst
docs/extending/parcellations.rst
docs/extending/plugins.rst
docs/extending/preprocessor.rst
docs/images/junifer_logo.png
docs/understanding/data.rst
docs/understanding/datagrabber.rst
docs/understanding/datareader.rst
docs/understanding/index.rst
docs/understanding/marker.rst
docs/understanding/pipeline.rst
docs/understanding/preprocess.rst
docs/understanding/storage.rst
docs/using/codeless.rst
docs/using/configuring.rst
docs/using/dumping.rst
docs/using/index.rst
docs/using/masks.rst
docs/using/queueing.rst
docs/using/running.rst
examples/README.rst
examples/norun_hcpfc_pearson.py
examples/norun_ukbvm_gmd.py
examples/run_compute_parcel_mean.py
examples/run_datagrabber_bids_datalad.py
examples/run_ets_rss_marker.py
examples/run_junifer_julearn.py
examples/run_run_gmd_mean.py
examples/yamls/gmd_mean.yaml
examples/yamls/gmd_mean_htcondor.yaml
examples/yamls/partly_cloudy_agg_mean_tian.yml
examples/yamls/ukb_gmd_mean.yaml
junifer/__init__.py
junifer/__init__.pyi
junifer/_version.py
junifer/conftest.py
junifer/py.typed
junifer/stats.py
junifer.egg-info/PKG-INFO
junifer.egg-info/SOURCES.txt
junifer.egg-info/dependency_links.txt
junifer.egg-info/entry_points.txt
junifer.egg-info/requires.txt
junifer.egg-info/top_level.txt
junifer/api/__init__.py
junifer/api/__init__.pyi
junifer/api/decorators.py
junifer/api/functions.py
junifer/api/py.typed
junifer/api/queue_context/__init__.py
junifer/api/queue_context/__init__.pyi
junifer/api/queue_context/gnu_parallel_local_adapter.py
junifer/api/queue_context/htcondor_adapter.py
junifer/api/queue_context/py.typed
junifer/api/queue_context/queue_context_adapter.py
junifer/api/queue_context/tests/test_gnu_parallel_local_adapter.py
junifer/api/queue_context/tests/test_htcondor_adapter.py
junifer/api/res/run_conda.bash
junifer/api/res/run_conda.zsh
junifer/api/res/run_venv.bash
junifer/api/res/run_venv.zsh
junifer/api/res/afni/3dAFNItoNIFTI
junifer/api/res/afni/3dRSFC
junifer/api/res/afni/3dReHo
junifer/api/res/afni/afni
junifer/api/res/afni/run_afni_docker.sh
junifer/api/res/ants/ResampleImage
junifer/api/res/ants/antsApplyTransforms
junifer/api/res/ants/antsApplyTransformsToPoints
junifer/api/res/ants/run_ants_docker.sh
junifer/api/res/freesurfer/mri_binarize
junifer/api/res/freesurfer/mri_mc
junifer/api/res/freesurfer/mri_pretess
junifer/api/res/freesurfer/mris_convert
junifer/api/res/freesurfer/run_freesurfer_docker.sh
junifer/api/res/fsl/applywarp
junifer/api/res/fsl/flirt
junifer/api/res/fsl/img2imgcoord
junifer/api/res/fsl/run_fsl_docker.sh
junifer/api/res/fsl/std2imgcoord
junifer/api/tests/test_decorators.py
junifer/api/tests/test_functions.py
junifer/cli/__init__.py
junifer/cli/__init__.pyi
junifer/cli/cli.py
junifer/cli/parser.py
junifer/cli/py.typed
junifer/cli/utils.py
junifer/cli/tests/test_cli.py
junifer/cli/tests/test_cli_utils.py
junifer/cli/tests/test_parser.py
junifer/cli/tests/data/gmd_mean.yaml
junifer/cli/tests/data/gmd_mean_htcondor.yaml
junifer/cli/tests/data/partly_cloudy_agg_mean_tian.yml
junifer/configs/__init__.py
junifer/configs/juseless/__init__.py
junifer/configs/juseless/__init__.pyi
junifer/configs/juseless/py.typed
junifer/configs/juseless/datagrabbers/__init__.py
junifer/configs/juseless/datagrabbers/__init__.pyi
junifer/configs/juseless/datagrabbers/aomic_id1000_vbm.py
junifer/configs/juseless/datagrabbers/camcan_vbm.py
junifer/configs/juseless/datagrabbers/ixi_vbm.py
junifer/configs/juseless/datagrabbers/py.typed
junifer/configs/juseless/datagrabbers/ucla.py
junifer/configs/juseless/datagrabbers/ukb_vbm.py
junifer/configs/juseless/datagrabbers/tests/test_aomic_id1000_vbm.py
junifer/configs/juseless/datagrabbers/tests/test_camcan_vbm.py
junifer/configs/juseless/datagrabbers/tests/test_ixi_vbm.py
junifer/configs/juseless/datagrabbers/tests/test_ucla.py
junifer/configs/juseless/datagrabbers/tests/test_ukb_vbm.py
junifer/data/__init__.py
junifer/data/__init__.pyi
junifer/data/_dispatch.py
junifer/data/pipeline_data_registry_base.py
junifer/data/py.typed
junifer/data/template_spaces.py
junifer/data/utils.py
junifer/data/coordinates/__init__.py
junifer/data/coordinates/__init__.pyi
junifer/data/coordinates/_ants_coordinates_warper.py
junifer/data/coordinates/_coordinates.py
junifer/data/coordinates/_fsl_coordinates_warper.py
junifer/data/coordinates/tests/test_coordinates.py
junifer/data/maps/__init__.py
junifer/data/maps/__init__.pyi
junifer/data/maps/_ants_maps_warper.py
junifer/data/maps/_fsl_maps_warper.py
junifer/data/maps/_maps.py
junifer/data/maps/tests/test_maps.py
junifer/data/masks/__init__.py
junifer/data/masks/__init__.pyi
junifer/data/masks/_ants_mask_warper.py
junifer/data/masks/_fsl_mask_warper.py
junifer/data/masks/_masks.py
junifer/data/masks/tests/test_masks.py
junifer/data/parcellations/__init__.py
junifer/data/parcellations/__init__.pyi
junifer/data/parcellations/_ants_parcellation_warper.py
junifer/data/parcellations/_fsl_parcellation_warper.py
junifer/data/parcellations/_parcellations.py
junifer/data/parcellations/tests/test_parcellations.py
junifer/data/tests/test_data_utils.py
junifer/data/tests/test_dispatch.py
junifer/data/tests/test_template_spaces.py
junifer/datagrabber/__init__.py
junifer/datagrabber/__init__.pyi
junifer/datagrabber/base.py
junifer/datagrabber/datalad_base.py
junifer/datagrabber/dmcc13_benchmark.py
junifer/datagrabber/multiple.py
junifer/datagrabber/pattern.py
junifer/datagrabber/pattern_datalad.py
junifer/datagrabber/pattern_validation_mixin.py
junifer/datagrabber/py.typed
junifer/datagrabber/aomic/__init__.py
junifer/datagrabber/aomic/__init__.pyi
junifer/datagrabber/aomic/id1000.py
junifer/datagrabber/aomic/piop1.py
junifer/datagrabber/aomic/piop2.py
junifer/datagrabber/aomic/py.typed
junifer/datagrabber/aomic/tests/test_id1000.py
junifer/datagrabber/aomic/tests/test_piop1.py
junifer/datagrabber/aomic/tests/test_piop2.py
junifer/datagrabber/hcp1200/__init__.py
junifer/datagrabber/hcp1200/__init__.pyi
junifer/datagrabber/hcp1200/datalad_hcp1200.py
junifer/datagrabber/hcp1200/hcp1200.py
junifer/datagrabber/hcp1200/py.typed
junifer/datagrabber/hcp1200/tests/test_hcp1200.py
junifer/datagrabber/tests/test_base.py
junifer/datagrabber/tests/test_datalad_base.py
junifer/datagrabber/tests/test_dmcc13_benchmark.py
junifer/datagrabber/tests/test_multiple.py
junifer/datagrabber/tests/test_pattern.py
junifer/datagrabber/tests/test_pattern_datalad.py
junifer/datagrabber/tests/test_pattern_validation_mixin.py
junifer/datareader/__init__.py
junifer/datareader/__init__.pyi
junifer/datareader/default.py
junifer/datareader/py.typed
junifer/datareader/tests/test_default_reader.py
junifer/external/__init__.py
junifer/external/BrainPrint/brainprint/__init__.py
junifer/external/BrainPrint/brainprint/_version.py
junifer/external/BrainPrint/brainprint/asymmetry.py
junifer/external/BrainPrint/brainprint/brainprint.py
junifer/external/BrainPrint/brainprint/surfaces.py
junifer/external/BrainPrint/brainprint/utils/__init__.py
junifer/external/BrainPrint/brainprint/utils/_config.py
junifer/external/BrainPrint/brainprint/utils/utils.py
junifer/external/h5io/h5io/__init__.py
junifer/external/h5io/h5io/_h5io.py
junifer/external/h5io/h5io/_version.py
junifer/external/h5io/h5io/chunked_array.py
junifer/external/h5io/h5io/chunked_list.py
junifer/external/nilearn/__init__.py
junifer/external/nilearn/__init__.pyi
junifer/external/nilearn/junifer_connectivity_measure.py
junifer/external/nilearn/junifer_nifti_spheres_masker.py
junifer/external/nilearn/py.typed
junifer/external/nilearn/tests/test_junifer_connectivity_measure.py
junifer/external/nilearn/tests/test_junifer_nifti_spheres_masker.py
junifer/markers/__init__.py
junifer/markers/__init__.pyi
junifer/markers/base.py
junifer/markers/brainprint.py
junifer/markers/ets_rss.py
junifer/markers/maps_aggregation.py
junifer/markers/parcel_aggregation.py
junifer/markers/py.typed
junifer/markers/sphere_aggregation.py
junifer/markers/utils.py
junifer/markers/complexity/__init__.py
junifer/markers/complexity/__init__.pyi
junifer/markers/complexity/complexity_base.py
junifer/markers/complexity/hurst_exponent.py
junifer/markers/complexity/multiscale_entropy_auc.py
junifer/markers/complexity/perm_entropy.py
junifer/markers/complexity/py.typed
junifer/markers/complexity/range_entropy.py
junifer/markers/complexity/range_entropy_auc.py
junifer/markers/complexity/sample_entropy.py
junifer/markers/complexity/weighted_perm_entropy.py
junifer/markers/complexity/tests/test_complexity_base.py
junifer/markers/complexity/tests/test_hurst_exponent.py
junifer/markers/complexity/tests/test_multiscale_entropy_auc.py
junifer/markers/complexity/tests/test_perm_entropy.py
junifer/markers/complexity/tests/test_range_entropy.py
junifer/markers/complexity/tests/test_range_entropy_auc.py
junifer/markers/complexity/tests/test_sample_entropy.py
junifer/markers/complexity/tests/test_weighted_perm_entropy.py
junifer/markers/falff/__init__.py
junifer/markers/falff/__init__.pyi
junifer/markers/falff/_afni_falff.py
junifer/markers/falff/_junifer_falff.py
junifer/markers/falff/falff_base.py
junifer/markers/falff/falff_maps.py
junifer/markers/falff/falff_parcels.py
junifer/markers/falff/falff_spheres.py
junifer/markers/falff/py.typed
junifer/markers/falff/tests/test_falff_maps.py
junifer/markers/falff/tests/test_falff_parcels.py
junifer/markers/falff/tests/test_falff_spheres.py
junifer/markers/functional_connectivity/__init__.py
junifer/markers/functional_connectivity/__init__.pyi
junifer/markers/functional_connectivity/crossparcellation_functional_connectivity.py
junifer/markers/functional_connectivity/edge_functional_connectivity_maps.py
junifer/markers/functional_connectivity/edge_functional_connectivity_parcels.py
junifer/markers/functional_connectivity/edge_functional_connectivity_spheres.py
junifer/markers/functional_connectivity/functional_connectivity_base.py
junifer/markers/functional_connectivity/functional_connectivity_maps.py
junifer/markers/functional_connectivity/functional_connectivity_parcels.py
junifer/markers/functional_connectivity/functional_connectivity_spheres.py
junifer/markers/functional_connectivity/py.typed
junifer/markers/functional_connectivity/tests/test_crossparcellation_functional_connectivity.py
junifer/markers/functional_connectivity/tests/test_edge_functional_connectivity_maps.py
junifer/markers/functional_connectivity/tests/test_edge_functional_connectivity_parcels.py
junifer/markers/functional_connectivity/tests/test_edge_functional_connectivity_spheres.py
junifer/markers/functional_connectivity/tests/test_functional_connectivity_base.py
junifer/markers/functional_connectivity/tests/test_functional_connectivity_maps.py
junifer/markers/functional_connectivity/tests/test_functional_connectivity_parcels.py
junifer/markers/functional_connectivity/tests/test_functional_connectivity_spheres.py
junifer/markers/reho/__init__.py
junifer/markers/reho/__init__.pyi
junifer/markers/reho/_afni_reho.py
junifer/markers/reho/_junifer_reho.py
junifer/markers/reho/py.typed
junifer/markers/reho/reho_base.py
junifer/markers/reho/reho_maps.py
junifer/markers/reho/reho_parcels.py
junifer/markers/reho/reho_spheres.py
junifer/markers/reho/tests/test_reho_maps.py
junifer/markers/reho/tests/test_reho_parcels.py
junifer/markers/reho/tests/test_reho_spheres.py
junifer/markers/temporal_snr/__init__.py
junifer/markers/temporal_snr/__init__.pyi
junifer/markers/temporal_snr/py.typed
junifer/markers/temporal_snr/temporal_snr_base.py
junifer/markers/temporal_snr/temporal_snr_maps.py
junifer/markers/temporal_snr/temporal_snr_parcels.py
junifer/markers/temporal_snr/temporal_snr_spheres.py
junifer/markers/temporal_snr/tests/test_temporal_snr_base.py
junifer/markers/temporal_snr/tests/test_temporal_snr_maps.py
junifer/markers/temporal_snr/tests/test_temporal_snr_parcels.py
junifer/markers/temporal_snr/tests/test_temporal_snr_spheres.py
junifer/markers/tests/test_brainprint.py
junifer/markers/tests/test_ets_rss.py
junifer/markers/tests/test_maps_aggregation.py
junifer/markers/tests/test_marker_utils.py
junifer/markers/tests/test_markers_base.py
junifer/markers/tests/test_parcel_aggregation.py
junifer/markers/tests/test_sphere_aggregation.py
junifer/onthefly/__init__.py
junifer/onthefly/_brainprint.py
junifer/onthefly/read_transform.py
junifer/onthefly/tests/test_read_transform.py
junifer/pipeline/__init__.py
junifer/pipeline/__init__.pyi
junifer/pipeline/_data_object_dumper.py
junifer/pipeline/marker_collection.py
junifer/pipeline/pipeline_component_registry.py
junifer/pipeline/pipeline_step_mixin.py
junifer/pipeline/py.typed
junifer/pipeline/update_meta_mixin.py
junifer/pipeline/utils.py
junifer/pipeline/workdir_manager.py
junifer/pipeline/tests/test_data_object_dumper.py
junifer/pipeline/tests/test_marker_collection.py
junifer/pipeline/tests/test_pipeline_component_registry.py
junifer/pipeline/tests/test_pipeline_step_mixin.py
junifer/pipeline/tests/test_update_meta_mixin.py
junifer/pipeline/tests/test_workdir_manager.py
junifer/preprocess/__init__.py
junifer/preprocess/__init__.pyi
junifer/preprocess/_temporal_filter.py
junifer/preprocess/_temporal_slicer.py
junifer/preprocess/base.py
junifer/preprocess/py.typed
junifer/preprocess/confounds/__init__.py
junifer/preprocess/confounds/__init__.pyi
junifer/preprocess/confounds/fmriprep_confound_remover.py
junifer/preprocess/confounds/py.typed
junifer/preprocess/confounds/tests/test_fmriprep_confound_remover.py
junifer/preprocess/smoothing/__init__.py
junifer/preprocess/smoothing/__init__.pyi
junifer/preprocess/smoothing/_afni_smoothing.py
junifer/preprocess/smoothing/_fsl_smoothing.py
junifer/preprocess/smoothing/_nilearn_smoothing.py
junifer/preprocess/smoothing/py.typed
junifer/preprocess/smoothing/smoothing.py
junifer/preprocess/smoothing/tests/test_smoothing.py
junifer/preprocess/tests/test_preprocess_base.py
junifer/preprocess/tests/test_temporal_filter.py
junifer/preprocess/tests/test_temporal_slicer.py
junifer/preprocess/warping/__init__.py
junifer/preprocess/warping/__init__.pyi
junifer/preprocess/warping/_ants_warper.py
junifer/preprocess/warping/_fsl_warper.py
junifer/preprocess/warping/py.typed
junifer/preprocess/warping/space_warper.py
junifer/preprocess/warping/tests/test_space_warper.py
junifer/storage/__init__.py
junifer/storage/__init__.pyi
junifer/storage/base.py
junifer/storage/hdf5.py
junifer/storage/pandas_base.py
junifer/storage/py.typed
junifer/storage/sqlite.py
junifer/storage/utils.py
junifer/storage/tests/test_hdf5.py
junifer/storage/tests/test_pandas_base.py
junifer/storage/tests/test_sqlite.py
junifer/storage/tests/test_storage_base.py
junifer/storage/tests/test_utils.py
junifer/testing/__init__.py
junifer/testing/__init__.pyi
junifer/testing/datagrabbers.py
junifer/testing/py.typed
junifer/testing/registry.py
junifer/testing/utils.py
junifer/testing/data/sub-0001_task-anticipation_acq-seq_desc-confounds_regressors.tsv
junifer/testing/tests/test_oasisvmbtesting_datagrabber.py
junifer/testing/tests/test_partlycloudytesting_datagrabber.py
junifer/testing/tests/test_spmauditory_datagrabber.py
junifer/testing/tests/test_testing_registry.py
junifer/tests/test_main.py
junifer/tests/test_stats.py
junifer/typing/__init__.py
junifer/typing/__init__.pyi
junifer/typing/_typing.py
junifer/utils/__init__.py
junifer/utils/__init__.pyi
junifer/utils/_config.py
junifer/utils/_yaml.py
junifer/utils/fs.py
junifer/utils/helpers.py
junifer/utils/logging.py
junifer/utils/py.typed
junifer/utils/singleton.py
junifer/utils/tests/test_config.py
junifer/utils/tests/test_fs.py
junifer/utils/tests/test_helpers.py
junifer/utils/tests/test_logging.py
tools/create_aomic1000_example_dataset.py
tools/create_aomicpiop1_example_dataset.py
tools/create_aomicpiop2_example_dataset.py
tools/create_bids_example_dataset.py
tools/create_bids_example_dataset_sessions.py
tools/create_dmcc13_benchmark_example_dataset.py
tools/create_hcp1200_example_dataset.py