Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Sep 18, 2023
1 parent 6c4be8e commit c487f9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dataset-conversion/crop_around_sc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# The script crops the input image, spinal cord GT, and lesion GT around the spinal cord segmentation (based on the
# dilated spinal cord GT)
#
#
# Note that the script outputs the cropped images (images, SC GT, lesion GT) in the data_processed folder, which is
# not BIDS-compatible.
#
# Usage:
# sct_run_batch -config config.json
#
Expand All @@ -14,6 +18,8 @@
# "jobs" : 8
# }
#
# Note that <PATH_TO_DATASET> has to have both SC and lesion GT in the derivatives/labels folder.
#
# The following global variables are retrieved from the caller sct_run_batch
# but could be overwritten by uncommenting the lines below:
# PATH_DATA_PROCESSED="~/data_processed"
Expand Down

0 comments on commit c487f9b

Please sign in to comment.