This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import bisect | |
from glob import glob | |
from os.path import join, splitext | |
from bids.layout import BIDSLayout | |
from dateutil.parser import parse | |
# subj_dir *must* have trailing /, use os.path.join to make sure | |
subj_dir = join("/my_dir","") | |
subj='NDARINVZ02PLW9B' |