Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 22, 2024
1 parent 1e4a914 commit e76304e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cubids/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
"""Constants for CuBIDS."""
# Names of identifier variables.
# Used to place KeyGroup and ParamGroup at the beginning of a dataframe,
# but both are hardcoded in the relevant function.
ID_VARS = set(["KeyGroup", "ParamGroup", "FilePath"])
# Entities that should not be used to group parameter sets
NON_KEY_ENTITIES = set(["subject", "session", "extension"])
# Multi-dimensional keys SliceTiming
# List of metadata fields and parameters (calculated by CuBIDS)
# Not sure what this specific list is used for.
IMAGING_PARAMS = set(
[
"ParallelReductionFactorInPlane",
Expand Down

0 comments on commit e76304e

Please sign in to comment.