Skip to content

Commit

Permalink
Changed the template path of the downloaded files from Zenodo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbwuzhe committed Jan 31, 2024
1 parent 2964b03 commit 669034b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/lit/examples/joss_demo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ The following file, [`recon_config_joss_demo.jl`](@__REPO_ROOT_URL__/docs/lit/ex
includes general configuration for spiral reconstruction.
It is necessary to execute this file to make sure all parameters are loaded.
Sample Data that works with this script can be found [here](https://doi.org/10.5281/zenodo.7779044).
Please download, extract and set the `root_project_path` as the top level folder (should be something like `/your/path/here/data`)
Please download, extract and set the `root_project_path` as the top level folder (should be something like `/your/path/joss_data_zenodo/`)
=#

root_project_path = "[Your/Extracted/Data/Folder]" # Root path of the data extracted from Zenodo
root_project_path = "/your/path/joss_data_zenodo/" # Root path of the data extracted from Zenodo
include("recon_config_joss_demo.jl")

plotlyjs()
Expand All @@ -48,7 +48,7 @@ reload_spiral_data = true; # Set true if we need to reload raw data compulsively
reload_girf_data = true; # Set true if we need to reload GIRF data compulsively.

#=
Choose Slice ([single number] OR [1,2,31,...])
Choose Slice ([single number] OR [1, 2, 31, ...])
Leave an empty array ([]) or remove this line to select all slices
=#
slice_choice = [];
Expand Down

0 comments on commit 669034b

Please sign in to comment.