James Kerns

Results 125 comments of James Kerns

``` pf = PicketFence() pf.analyze(required_prominence=0.1) pf.plot_analyzed_image() ``` This works for me. The reason it won't analyze is due to the narrow y-range of the MLCs. Opening the Y-jaws more will...

Ugh, you're right. How embarrassing 🤦. I'll adjust that in the next release

TIL about that site. I like it very much!

Set up a while ago. Works in all our CI/CD pipelines 👍https://github.com/jrkerns/pylinac/blob/5b040007f1150feb90d7affda3286aa1b2021c81/pyproject.toml#L56

Hey, so we had a few RadMachine customers have 604 datasets that had slightly lower slice thickness than expected. After evaluating the datasets, this issue was the cause, specifically for...

Closing d/t being stale/no response

Got it, thanks for the dataset. I'll investigate.

Yes. I tried using a Hough circle detection algorithm as that isn't inversion-specific. However, it didn't pan out as it wasn't precise enough. I think I may have to simply...