Skip to content

Commit

Permalink
Upstream R8836
Browse files Browse the repository at this point in the history
  • Loading branch information
johannestoger committed May 20, 2021
1 parent 876fc13 commit 4bbb7df
Show file tree
Hide file tree
Showing 458 changed files with 29,053 additions and 39,631 deletions.
Binary file modified source/+bruker/brukerreader.p
Binary file not shown.
Binary file modified source/+corelab/corelab.fig
Binary file not shown.
Binary file modified source/+corelab/corelab.p
Binary file not shown.
Binary file removed source/+ct/CTBoneSegmentation.p
Binary file not shown.
Binary file modified source/+ct/CTLVSegmentation.p
Binary file not shown.
Binary file removed source/+ct/CTWholeHeartSegmentation.p
Binary file not shown.
Binary file removed source/+ct/WholeHeartCT.oldprototype
Binary file not shown.
Binary file removed source/+ct/WholeHeartIntensityMap.mat
Binary file not shown.
Binary file added source/+ct/autogeneratesax.p
Binary file not shown.
Binary file removed source/+ct/coronaryOstiaSearch.p
Binary file not shown.
11 changes: 6 additions & 5 deletions source/+ct/ctautocontrast.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ function autocontrastcardiac(no)

global SET NO DATA

set(DATA.Handles.autocontrasticon,'state','off');

if nargin == 0
no = NO;
end
Expand Down Expand Up @@ -116,7 +114,12 @@ function autocontrastcardiac(no)
SET(no).IntensityMapping.Brightness=brightness;

%update image
drawfunctions('drawcontrastimage',no);
for p = find(DATA.ViewPanels==no)
DATA.ViewIM{p} = [];
drawfunctions('drawimages',p)
createfunctions('addcolorbar',p)
end


myworkoff;

Expand All @@ -128,8 +131,6 @@ function autocontrastcardiac(no)

global SET DATA

set(DATA.Handles.autocontrastallicon,'state','off');

h = mywaitbarstart(length(SET)*2,'Auto contrast in process',0,DATA.GUI.Segment);
for no = 1:length(SET)
h = mywaitbarupdate(h);
Expand Down
Binary file modified source/+ct/ctlicensecheck.p
Binary file not shown.
Binary file modified source/+ct/ctperfusion.p
Binary file not shown.
Binary file modified source/+ct/imagestacksct.p
Binary file not shown.
Binary file removed source/+ct/newfischerclassification.mat
Binary file not shown.
Binary file removed source/+ct/showSegmentation.fig
Binary file not shown.
Loading

0 comments on commit 4bbb7df

Please sign in to comment.