File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 9999
100100 % set the return ctCube to the original Ct information because
101101 % there is no interpolation needed
102- interpCt.cubeIV{1 } = origCt ;
103- cfg = MatRad_Config .instance();
104-
102+ interpCt.cubeIV{1 } = origCt ;
105103 else
106104 % calculate new grid for the interpolation,
107105 % grid equals a range of the first pixel, to the original
Original file line number Diff line number Diff line change 5151 assertTrue(numel(dircontents ) > 0 )
5252
5353
54- function test_DicomImporter_loadFiles
54+ function test_DicomImporter_construct_with_path_and_file_load
5555 path = helper_temporaryFolder(' dicomIOtest' ,false );
5656 h = matRad_DicomImporter(path );
5757 assertTrue(isequal(h .patDir , path ));
7373 end
7474 assertTrue(resBool );
7575
76+ function test_DicomImporter_Import
77+ path = helper_temporaryFolder(' dicomIOtest' ,false );
78+ h = matRad_DicomImporter(path );
7679
80+ h .matRad_importDicom();
7781
7882
7983
You can’t perform that action at this time.
0 commit comments