Skip to content

Commit a6572f8

Browse files
committed
BUG: metadata path update
1 parent d80e35a commit a6572f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spacetop_prep/events/bidsify_fractional_combine.py

Lines changed: 2 additions & 2 deletions
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-prep/spacetop_prep', 'spacetop_task-fractional_run-metadata.csv'))
93+
metadata_df = pd.read_csv(join(code_dir, 'spacetop-prep/spacetop_prep/events', 'spacetop_task-fractional_run-metadata.csv'))
9494

9595
# %% ---------------------------------------------------------------------------
9696
# 1. add task-fractional runtype metadata & 2. harmonize scans tsv and nifti files
@@ -109,7 +109,7 @@ def parse_args():
109109
# 'event03_question_onset', 'event04_response_onset',
110110
# 'event04_RT','accuracy'
111111

112-
task_name = 'tomsaxe'
112+
task_name = 'tomsaxe'
113113
filtered_saxe_flist = None
114114
if bids_string:
115115
# Retrieve the task name from the bids_string using the provided metadata DataFrame

0 commit comments

Comments
 (0)