You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move BIDS session logic and grouping constants to bids/session.py
Moves SessionTables, load_session, iter_session_files, and the BIDS
grouping constants (SUB_SES_QUERY, ANAT_GROUP_ENTITIES,
FUNC_GROUP_ENTITIES) from cli/ into bids/session.py so that cli/
exclusively handles CLI concerns.
Constants are renamed to drop the leading underscore since they are
now public API in the bids package.
Closes#259.
0 commit comments