Skip to content

Commit 699add3

Browse files
committed
Add new datatypes.
1 parent 8f8aa90 commit 699add3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datashuttle/configs/canonical_configs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@ def get_narrow_datatypes():
310310
The mapping between broad and narrow datatypes is required for validation.
311311
"""
312312
return {
313-
"ephys": ["ecephys", "icephys"],
313+
"behav": ["motion"],
314+
"ephys": ["ecephys", "icephys", "emg"],
314315
"funcimg": ["cscope", "f2pe", "fmri", "fusi"],
315316
"anat": [
316317
"2pe",

0 commit comments

Comments
 (0)