Denis Brojan
Denis Brojan
Hi. Sorry for the late reply. The line is this: https://github.com/jrkerns/pylinac/blob/06a48d97e3650923e0f5929ae1dcb72c1562f958/pylinac/ct.py#L251 It may perhaps be better to have a mean of std values.
Hi there, like this: `var parameters = context.StructureSet.GetDefaultSearchBodyParameters();` `parameters.LowerHUThreshold = -300;` `parameters.KeepLargestParts = false;` `parameters.NumberOfLargestPartsToKeep = 1;` `parameters.PreDisconnect = false;` `parameters.FillAllCavities = true;` `parameters.PreCloseOpenings = false;` `parameters.Smoothing = true;` `parameters.SmoothingLevel...
Hi there. Your problem is likely caused by ``` using (Application app = Application.CreateApplication(null, null)) { Execute(app); } ``` Use CreateApplication() instead. Newer versions of Eclipse use Windows credentials. So...
Hi there, Would it be possible to fix the code for the newer version of Windows? For some reason, the program does not start, but it also does not give...