jrkerns / pylinac

An image analysis library for medical physics
https://pylinac.readthedocs.io/en/latest/
MIT License
153 stars 98 forks source link

catphan PDF report: more space for metadata #292

Open AlainSottiaux opened 4 years ago

AlainSottiaux commented 4 years ago

(V2.3.1) I generate a PDF report for CatPhan analysis. I would like to include some extra information, regarding acquisition conditions (date/time, device, kV used, ...). We think this can be usefull for result archiving.

Space for metadata looks to small. I tried to include 8 metadata (just a short selection of available DICOM metadata), but after the 5th, this overlaps with analysis results. catphan metadata overlap

A quick workaround is to condense several metadate on the same line by concatenating several info on the same data. I didn't try yet with other module's PDF.

LuisOlivaresJ commented 1 year ago

I guess this is a similar problem as issue #453. I will try a new pull request for this, to give the posibility to show up to 7 metadata rows.