Simon Biggs

Results 652 comments of Simon Biggs

> not Eclipse specific, but conversion of Elekta log files plus original RT Plan in to a "Plan As Delivered"? Yeah, that'd definitely be awesome. I'm currently on the hunt...

Sounds good. Keep me updated :slightly_smiling_face:

Hi @RemcoWouters95 :) Here's the issue that is currently tracking this: https://github.com/pymedphys/pymedphys/issues/1285 But not much movement has occurred there. It would be amazing if you can think of a solution...

Thank you oh so very much @Matthew-Jennings for doing this!! :)

As a first pass we may be able to do an upper pin on streamlit to have the tests pass?

I suspect DICOM standards land has struggled through all of this and come out the other side with solutions. I propose that we see if we can, as much as...

Also, when it comes to the axis ordering of data, the common indexing order in scientific libraries (for example tensorflow https://www.tensorflow.org/xla/operation_semantics#convwithgeneralpadding_convolution) is to be slice, row, column. Essentially if I...

> This is where I think your mistaken. There is no requirement that x corresponds with column number. Yup, fair point. And, I think @sjswerdloff has actually given us the...

We could create an Enum that corresponds to the standardised orientation naming conventions, and have that orientation name be part of a function output that is output along with the...

I guess the rule then, is that whenever we have public facing APIs that use dose, or gamma, or another 3D array we just always also require as a part...