From 3482666c4681b9c79f89fa6f5a1f228be89a768f Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 19 Apr 2024 22:11:40 -0400 Subject: [PATCH] Remove initial slash from relative paths --- ieeg_visual/sub-01/ses-01/ieeg/sub-01_ses-01_coordsystem.json | 2 +- ieeg_visual/sub-02/ses-01/ieeg/sub-02_ses-01_coordsystem.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ieeg_visual/sub-01/ses-01/ieeg/sub-01_ses-01_coordsystem.json b/ieeg_visual/sub-01/ses-01/ieeg/sub-01_ses-01_coordsystem.json index 32bcd8ab0..bfc377a55 100644 --- a/ieeg_visual/sub-01/ses-01/ieeg/sub-01_ses-01_coordsystem.json +++ b/ieeg_visual/sub-01/ses-01/ieeg/sub-01_ses-01_coordsystem.json @@ -1,5 +1,5 @@ { - "IntendedFor": "/derivatives/surfaces/sub-01/ses-01/anat/sub-01_ses-01_hemi-R_pial.surf.gii", + "IntendedFor": "derivatives/surfaces/sub-01/ses-01/anat/sub-01_ses-01_hemi-R_pial.surf.gii", "iEEGCoordinateSystem": "ACPC", "iEEGCoordinateUnits": "mm", "iEEGCoordinateSystemDescription": "Coordinate system with the origin close to the anterior commissure (AC), negative y-axis going more or less through the posterior commissure (PC), z-axis going to a mid-hemisperic point which lies superior to the AC-PC line, x-axis going to the right", diff --git a/ieeg_visual/sub-02/ses-01/ieeg/sub-02_ses-01_coordsystem.json b/ieeg_visual/sub-02/ses-01/ieeg/sub-02_ses-01_coordsystem.json index 340f9688b..9bab99be2 100644 --- a/ieeg_visual/sub-02/ses-01/ieeg/sub-02_ses-01_coordsystem.json +++ b/ieeg_visual/sub-02/ses-01/ieeg/sub-02_ses-01_coordsystem.json @@ -1,5 +1,5 @@ { - "IntendedFor": "/sub-02/ses-01/anat/sub-02_ses-01_T1w.nii.gz", + "IntendedFor": "sub-02/ses-01/anat/sub-02_ses-01_T1w.nii.gz", "iEEGCoordinateSystem": "ACPC", "iEEGCoordinateUnits": "mm", "iEEGCoordinateSystemDescription": "Coordinate system with the origin close to the anterior commissure (AC), negative y-axis going more or less through the posterior commissure (PC), z-axis going to a mid-hemisperic point which lies superior to the AC-PC line, x-axis going to the right",