FNNDSC / pypx

Python wrapper to interact with a PACS (based off DCMTK and PyDicom)
90 stars 26 forks source link

"Really Efficient" mode #20

Closed jennydaman closed 1 year ago

jennydaman commented 1 year ago

This PR introduces a mechanism for calling px-repack once at the end of the series, instead of for each DICOM file. As a result, performance is greatly improved.

Design Overview

https://github.com/FNNDSC/pypx/blob/a6ebedbcc838ef5990bde68939fadfc0783410ce/README.rst#L267-L296

A Rust project, px-recount, is added to this repo. Its functionality is described here: https://github.com/FNNDSC/pypx/blob/a6ebedbcc838ef5990bde68939fadfc0783410ce/px-recount/src/main.rs#L11-L41