Metadata-Version: 2.3
Name: pyxu_ldct_reader
Version: 0.1.1
Summary: Data loader that reads and parses clinical CT sinograms in the LDCT-and-Projection-data repository and map them to Pyxu's XRayTransform
Project-URL: download, https://github.com/EPFL-Center-for-Imaging/pyxu-ldct-reader
Author-email: Joan Rue Queralt <joan.rue.q@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pycsou
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.13,>=3.10
Requires-Dist: pydicom
Requires-Dist: pyxu
Provides-Extra: dev
Requires-Dist: pyxu[dev]; extra == 'dev'
Description-Content-Type: text/x-rst

pyxu-ldct-reader
================

.. image:: https://img.shields.io/pypi/l/pyxu-ldct-reader.svg?color=green
   :target: https://github.com/EPFL-Center-for-Imaging/pyxu-ldct-reader/raw/main/LICENSE
   :alt: License MIT
.. image:: https://img.shields.io/pypi/v/pyxu-ldct-reader.svg?color=green
   :target: https://pypi.org/project/pyxu-ldct-reader
   :alt: PyPI
.. image:: https://github.com/EPFL-Center-for-Imaging/pyxu-ldct-reader/workflows/tests/badge.svg
   :target: https://github.com/EPFL-Center-for-Imaging/pyxu-ldct-reader/actions
   :alt: tests
.. image:: https://codecov.io/gh/EPFL-Center-for-Imaging/pyxu-ldct-reader/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/EPFL-Center-for-Imaging/pyxu-ldct-reader
   :alt: codecov
.. .. image:: https://img.shields.io/endpoint?url=https://pyxu-org.github.io/fair/shields/pyxu-ldct-reader
..    :alt: Pyxu score
..    :target: https://pyxu-org.github.io/fair/score.html

Data loader that reads and parses clinical CT sinograms in the LDCT-and-Projection-data repository and map them to Pyxu's XRayTransform
---------------------------------------------------------------------------------------------------------------------------------------

This `Pyxu`_ plugin was generated with `Cookiecutter`_ using the `cookiecutter-pyxu`_ template.

.. Don't miss the `contributing-guide`_ to set up your new package and to review the Pyxu `developer notes`_.

Installation
------------

You can install ``pyxu-ldct-reader`` via `pip`_:

.. code-block:: bash

   pip install pyxu-ldct-reader


To install latest development version :

.. code-block:: bash

   pip install git+https://github.com/EPFL-Center-for-Imaging/pyxu-ldct-reader.git


Contributing
------------

Contributions are very welcome. Tests can be run with `tox`_, please ensure
the coverage at least stays the same before you submit a pull request.

License
-------

Distributed under the terms of the `MIT`_ license,
``pyxu-ldct-reader`` is free and open source software

Issues
------

If you encounter any problems, please `file an issue`_ along with a detailed description.

.. _Pyxu: https://github.com/pyxu-org/pyxu
.. _contributing-guide: https://pyxu-org.github.io/fair/contribute.html
.. _developer notes: https://pyxu-org.github.io/fair/dev_notes.html
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _MIT: http://opensource.org/licenses/MIT
.. _BSD-3: http://opensource.org/licenses/BSD-3-Clause
.. _GNU GPL v3.0: http://www.gnu.org/licenses/gpl-3.0.txt
.. _GNU LGPL v3.0: http://www.gnu.org/licenses/lgpl-3.0.txt
.. _Apache Software License 2.0: http://www.apache.org/licenses/LICENSE-2.0
.. _Mozilla Public License 2.0: https://www.mozilla.org/media/MPL/2.0/index.txt
.. _cookiecutter-pyxu: https://github.com/pyxu-org/cookiecutter-pyxu

.. _file an issue: https://github.com/EPFL-Center-for-Imaging/pyxu-ldct-reader/issues

.. _tox: https://tox.readthedocs.io/en/latest/
.. _pip: https://pypi.org/project/pip/
