Skip to content

Commit

Permalink
passed segResultPath as an input
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaapte committed Dec 18, 2018
1 parent 25f6b75 commit ab81f4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CERR_core/Contouring/BABS/babsSegmentation.m
@@ -1,5 +1,5 @@
function success = babsSegmentation(cerrPath,fullSessionPath,babsPath)
% function success = babsSegmentation(inputDicomPath,fullSessionPath,babsPath)
function success = babsSegmentation(cerrPath,fullSessionPath,babsPath,segResultCERRRPath)
% function success = babsSegmentation(inputDicomPath,fullSessionPath,babsPath,segResultCERRRPath)
%
% APA, 12/14/2018

Expand Down
2 changes: 1 addition & 1 deletion CERR_core/Contouring/BABS/runSegClinic.m
Expand Up @@ -54,7 +54,7 @@
case 'BABS'

babsPath = varargin{1};
success = babsSegmentation(cerrPath,fullSessionPath,babsPath);
success = babsSegmentation(cerrPath,fullSessionPath,babsPath,segResultCERRRPath);


case 'MRIprostDeepLabV3'
Expand Down

0 comments on commit ab81f4a

Please sign in to comment.