LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
setup.py
docs/Makefile
docs/about.rst
docs/architecture.rst
docs/conf.py
docs/index.rst
docs/mailing.rst
docs/modules.rst
docs/pynpoint.core.rst
docs/pynpoint.processing.rst
docs/pynpoint.readwrite.rst
docs/pynpoint.rst
docs/pynpoint.util.rst
docs/quickstart.rst
docs/tutorial.rst
docs/writing.rst
docs/_images/eso.jpg
docs/_images/logo.png
docs/_images/module.jpg
docs/_images/residuals.png
docs/_images/uml.png
pynpoint/__init__.py
pynpoint.egg-info/PKG-INFO
pynpoint.egg-info/SOURCES.txt
pynpoint.egg-info/dependency_links.txt
pynpoint.egg-info/not-zip-safe
pynpoint.egg-info/requires.txt
pynpoint.egg-info/top_level.txt
pynpoint/core/__init__.py
pynpoint/core/attributes.py
pynpoint/core/dataio.py
pynpoint/core/processing.py
pynpoint/core/pypeline.py
pynpoint/processing/__init__.py
pynpoint/processing/background.py
pynpoint/processing/badpixel.py
pynpoint/processing/basic.py
pynpoint/processing/centering.py
pynpoint/processing/darkflat.py
pynpoint/processing/fluxposition.py
pynpoint/processing/frameselection.py
pynpoint/processing/limits.py
pynpoint/processing/pcabackground.py
pynpoint/processing/psfpreparation.py
pynpoint/processing/psfsubtraction.py
pynpoint/processing/resizing.py
pynpoint/processing/stacksubset.py
pynpoint/processing/timedenoising.py
pynpoint/readwrite/__init__.py
pynpoint/readwrite/fitsreading.py
pynpoint/readwrite/fitswriting.py
pynpoint/readwrite/hdf5reading.py
pynpoint/readwrite/hdf5writing.py
pynpoint/readwrite/textreading.py
pynpoint/readwrite/textwriting.py
pynpoint/util/__init__.py
pynpoint/util/analysis.py
pynpoint/util/continuous.py
pynpoint/util/image.py
pynpoint/util/limits.py
pynpoint/util/mcmc.py
pynpoint/util/module.py
pynpoint/util/multipca.py
pynpoint/util/multiproc.py
pynpoint/util/psf.py
pynpoint/util/remove.py
pynpoint/util/residuals.py
pynpoint/util/tests.py
pynpoint/util/wavelets.py
tests/__init__.py
tests/test_core/__init__.py
tests/test_core/test_configport.py
tests/test_core/test_datastorage.py
tests/test_core/test_inputport.py
tests/test_core/test_outputport.py
tests/test_core/test_processing.py
tests/test_core/test_pypeline.py
tests/test_processing/__init__.py
tests/test_processing/test_background.py
tests/test_processing/test_badpixel.py
tests/test_processing/test_basic.py
tests/test_processing/test_centering.py
tests/test_processing/test_darkflat.py
tests/test_processing/test_documentation.py
tests/test_processing/test_fluxposition.py
tests/test_processing/test_frameselection.py
tests/test_processing/test_limits.py
tests/test_processing/test_psfpreparation.py
tests/test_processing/test_psfsubtraction.py
tests/test_processing/test_resizing.py
tests/test_processing/test_stacksubsample.py
tests/test_processing/test_timedenoising.py
tests/test_readwrite/__init__.py
tests/test_readwrite/test_fitsreading.py
tests/test_readwrite/test_fitswriting.py
tests/test_readwrite/test_hdf5reading.py
tests/test_readwrite/test_hdf5writing.py
tests/test_readwrite/test_textreading.py
tests/test_readwrite/test_textwriting.py