Skip to content

Commit

Permalink
clean path
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Mar 12, 2024
1 parent 034bf1f commit 6e9143c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# Load data and bg
# Download data from

data_folder = Path("/Users/talon.chandler/Downloads/Anisotropic_target_small/")
data_folder = Path("/path/to/Anisotropic_target_small/")
PTI_file_name = data_folder / "Anisotropic_target_small_raw.zarr"
reader = zarr.open(PTI_file_name, mode="r")
I_meas = np.transpose(
Expand Down Expand Up @@ -733,3 +733,5 @@
hist_cmap="gray",
top_hemi=True,
)

# %%

0 comments on commit 6e9143c

Please sign in to comment.