Skip to content

Commit d80e35a

Browse files
committed
DEV: filepath update
1 parent 02b35a3 commit d80e35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spacetop_prep/events/bidsify_fractional_combine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def parse_args():
9090
source_dir = args.source_dir
9191
beh_inputdir = join(source_dir, 'd_beh')
9292
# code_dir = Path(__file__).resolve().parent
93-
metadata_df = pd.read_csv(join(code_dir, 'events', 'spacetop_task-fractional_run-metadata.csv'))
93+
metadata_df = pd.read_csv(join(code_dir, 'events/spacetop-prep/spacetop_prep', 'spacetop_task-fractional_run-metadata.csv'))
9494

9595
# %% ---------------------------------------------------------------------------
9696
# 1. add task-fractional runtype metadata & 2. harmonize scans tsv and nifti files

0 commit comments

Comments
 (0)