Skip to content

Module dcm2bids.utils.schema_data⚓︎

default stable BIDS schema resources available upon dcm2bids release.

This module exposes:

  • file: a pointer to the json.
View Source
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# inspiration from

# https://learn.scientific-python.org/development/patterns/data-files/#using-the-init

"""

default _stable_ BIDS schema resources available upon dcm2bids release.

This module exposes:

- `file`: a pointer to the json.

"""

from importlib import resources

file = resources.files(__name__)

Variables⚓︎

1
file