Cody Crewson

Results 33 issues of Cody Crewson

I would like to add a flag that ammends the output directory with the MRN, this is so that there is something useful in the folder or file name to...

Resolves issue #373 by creating a new max value for the rms method, which when invoked, returns the maximum of any list of rms values. For single axis calls this...

https://github.com/jrkerns/pylinac/blob/90f261b2754c7a5f7f2f1bcefc822bc339c43109/pylinac/winston_lutz.py#L569 https://github.com/jrkerns/pylinac/blob/90f261b2754c7a5f7f2f1bcefc822bc339c43109/pylinac/winston_lutz.py#L285 RMS Values in results_data() return array with single element no EPID sag measurement accessible

**Is your feature request related to a problem? Please describe.** No issues - Functionality extension **Describe the solution you'd like** - The ability to digest calibrated profile datasets from IC...

**Error Message** ``` /home/crcrewso/venv/pylinactest/lib64/python3.8/site-packages/numpy/core/fromnumeric.py:3334: RuntimeWarning: Mean of empty slice. return _methods._mean(a, axis=axis, dtype=dtype, /home/crcrewso/venv/pylinactest/lib64/python3.8/site-packages/numpy/core/_methods.py:161: RuntimeWarning: invalid value encountered in double_scalars ret = ret.dtype.type(ret / rcount) /home/crcrewso/venv/pylinactest/lib64/python3.8/site-packages/numpy/core/_methods.py:216: RuntimeWarning: Degrees of freedom

**Is your feature request related to a problem? Please describe.** There are a lot of unit tests in this repository, it takes a long long time to run them **Describe...

**Describe the bug** Catphan 604 HU Slice not correctly picking center of module **To Reproduce** Steps to reproduce the behavior: 1. How Do I provide you my dataset? 1. Run...

Uploading Catphan 604 datasets, one collected as a CT from a modern Seimens, the second as an iCBCT from a TrueBeam

**Is your feature request related to a problem? Please describe.** Real world problem - We noticed that the inital dose rate for one of our Linacs changed. This can be...

The readability of this code is quite hard, I would suggest migrating to classes for some objects where it makes sense to improve readability and code management. I have no...