Skip to content

optimized mapping - datatypes #81

@lzehl

Description

@lzehl

we can retrieve datatypes from bidsschematool (not now but for revising the converter later)

import bidsschematools as bst
import bidsschematools.schema

schema = bst.schema.load_schema()
# list of data types (high level folder structure in bids)
dtypes = [term for term in schema.objects.datatypes.values()]
for dt in dtypes:
    print(dt['value'])
print()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions