Niffler icon indicating copy to clipboard operation
Niffler copied to clipboard

Niffler: A DICOM Framework for Machine Learning and Processing Pipelines.

Results 10 Niffler issues
Sort by recently updated
recently updated
newest added

Currently, the processes are scheduled manually or the workflows are developed manually per each execution. This workflow module will enable chaining of processes: One common workflow is, cold-extraction -> png-extraction,...

enhancement
gsoc
Niffler-0.9.0

This is slightly tricky since Niffler is not just Python. Among the modules, the below are in Python: * cold-extraction * dicom-anonymization * meta-extraction * nifti-extraction * png-extraction * rta-extraction...

enhancement

PACS stores AccessionNumber as a string with the year in YY format compared to other clinical systems with the year in YYYY format. This variance in representations raises the problem...

enhancement
good first issue

Niffler will need some modification that when we use an external AE to store the images, storescp does not need to be stared locally. I will create a bug report...

A service framework deployment might help with more visibility across communities such as Libre Health.

Currently, Niffler png-extraction is containerized (#262). However, other modules are not containerized. What we propose is a global Niffler container from where different modules can be executed. While this can...

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 3.0.0 This is a feature...

dependencies
python

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies
python

Currently, we support querying multiple sources by running ColdDataRetriever twice (or more times), by changing these parameters in the system.json. * NifflerID: The ID of the current execution. Default is...