Cody Crewson
Cody Crewson
When adding egsphsp using addphsp, if the number of particles crosses the ~56 GiB barrier, with the number of particles exceeding a 32-bit int, addphsp fails with an exception. ```#bash...
We've been dealing with the 80 character limit for a while. Under old installs I would manually correct the mortran files when the issue arose. With the transition to git...
1. It would be a huge quality of life improvement if, as you're watching a 4D movie play, that a ruler set up on one static phase stuck around as...
I see that there are duplications of tags and branches for some of our older versions. Is there any plan to delete any of these branches? The list is getting...
[tps_compare](https://github.com/pymedphys/pymedphys/blob/8c55ae66c182f7e268f235322b498fc1ac34eccf/examples/drafts/tps_compare.ipynb) ```python import pymedphys.experimental.tpscompare ``` In the last line of the import init cell there is a reference to tpscompare. It looks like this code has been significantly refactored since...
Edit: - original command for clarification - `pymedphys experimental pinnacle export 246-extracted/Patient -v -o extracted/Patient` - Python 3.9 - Fedora 34 - pymedphys installed in venv from master branch I'm...
When parsing pinnacle plans with Experimental Pinnacle I've found the color 'greyscale' in a couple more recent plans. Here's the POI definition. I'm not sure what the fix should be?...
https://github.com/pymedphys/pymedphys/blob/3ccfb2d2a32749e11e5fff9e1b5fd2aa03b0713c/lib/pymedphys/_experimental/pinnacle/rtstruct.py#L520 I'm in the middle of troubleshooting an issue, but I have one structure set where the ct center and the iso center are both non-zero. the structure set is...
Should the pinnacle module be rounding the MU's in the final dose file? I don't remember machines of that era being able to handle more than 2 digits of precision...
[Documentation](https://docs.pymedphys.com/lib/ref/dicom.html#anonymisation) The anonymization tools look like a benefit. It would be nice if access to these were built into the GUI too. I.e. a sane replacement to [DICOM Cleaner](http://www.dclunie.com/pixelmed/software/webstart/DicomCleanerUsage.html)