James Kerns
James Kerns
A new parameter has been added and will be in the newest pylinac version, in this case, due around March 16th. The image below is of your image set. The...
Now in v3.9
Ah, I looked for something similar but missed it. Thanks!
Ah, you mean of the original files? That makes sense if they are DICOM. On Mon, Jun 24, 2024 at 1:57 AM Alan Chamberlain ***@***.***> wrote: > It would be...
I definitely like option 2 and 3 as single images can be constructed from `.from_dataset` so the consistency makes sense. Loading from disk was indeed the initial assumption in 2014....
Tests are passing.
The DICOM tags are available in the `dicom_stack` object. If you know the slice ahead of time you can access individual slices by doing: ``` ct = CatPhan504.from_demo_images() print(ct.dicom_stack[11].metadata.Exposure) ```...
Yes, the localization of the phantom depends on there being both [high and low HU ROIs](https://pylinac.readthedocs.io/en/latest/cbct.html#pre-analysis). This was started back in the catphan days and has been extended (beyond its...
That's not a bug. That's intended behavior. You have to have both the A and B variants. The default format that is dumped by the machine should start with A...
I'm not following the statement: "where "self.meas_slice_thickness" inherently uses "self.slice_spacing" as newly defined during the measurement." Can you share a file set that this occurs with so I can potentially...