Skip to content

Commit

Permalink
Update test_CBCT_Segmentation.py
Browse files Browse the repository at this point in the history
Fix transform order
  • Loading branch information
MarkGardnerUSyd authored Aug 16, 2024
1 parent 821e5e7 commit 4a7e65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_CBCT_Segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def test_NiftiCBCTSegmentationGeneration():
test_pat_path = data_path.joinpath("LCTSC-Test-S1-201")
test_pat_path2 = data_path.joinpath("LCTSC-Test-S1-101")

#SegmentationMethods = ['Direct','Synthetic','Transform']#,'Test']
SegmentationMethods = ['Synthetic','Transform','Direct']#,'Test']
SegmentationMethods = ['Direct','Synthetic','Transform']#,'Test']
#SegmentationMethods = ['Synthetic','Transform','Direct']#,'Test']

#Use CT images to test functionality until we can get open source CBCT images
CBCTDir = str(test_pat_path2.joinpath("IMAGES/LCTSC_TEST_S1_101_0_CT_0.nii.gz")) #Is a nifti file
Expand Down

0 comments on commit 4a7e65a

Please sign in to comment.