Skip to content

Commit 28b927c

Browse files
authored
mention negative section_thickness as per #43
This is a temporary fix until we implement something more substantive
1 parent 47bd8a3 commit 28b927c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ Model.propagate_angles()
121121
#To reorder your sections according to the section numbers
122122
Model.enforce_index_order()
123123
#alternatively if you know the precise spacing (ie; 1, 2, 4, indicates that section 3 has been left out of the series) Then you can use
124-
#Furthermore if you know the exact section thickness in microns this can be included instead of None
124+
#Furthermore if you know the exact section thickness in microns this can be included instead of None
125+
#if your sections are numbered rostral to caudal you will need to specify a negative section_thickness
125126
Model.enforce_index_spacing(section_thickness = None)
126127
#now we save which will produce a json file which can be placed in the same directory as your images and then opened with QuickNII.
127128
Model.save_predictions(folderpath + 'MyResults')

0 commit comments

Comments
 (0)