LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
setup.py
tox.ini
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/DataIO.py
PynPoint/Core/Processing.py
PynPoint/Core/Pypeline.py
PynPoint/Core/__init__.py
PynPoint/IOmodules/FitsReading.py
PynPoint/IOmodules/FitsWriting.py
PynPoint/IOmodules/Hdf5Reading.py
PynPoint/IOmodules/Hdf5Writing.py
PynPoint/IOmodules/TextReading.py
PynPoint/IOmodules/TextWriting.py
PynPoint/IOmodules/__init__.py
PynPoint/ProcessingModules/BackgroundSubtraction.py
PynPoint/ProcessingModules/BadPixelCleaning.py
PynPoint/ProcessingModules/BasicOperations.py
PynPoint/ProcessingModules/DarkAndFlatCalibration.py
PynPoint/ProcessingModules/DetectionLimits.py
PynPoint/ProcessingModules/FluxAndPosition.py
PynPoint/ProcessingModules/FrameSelection.py
PynPoint/ProcessingModules/ImageResizing.py
PynPoint/ProcessingModules/PSFSubtractionPCA.py
PynPoint/ProcessingModules/PSFpreparation.py
PynPoint/ProcessingModules/StackingAndSubsampling.py
PynPoint/ProcessingModules/StarAlignment.py
PynPoint/ProcessingModules/TimeDenoising.py
PynPoint/ProcessingModules/__init__.py
PynPoint/Util/AnalysisTools.py
PynPoint/Util/Continuous.py
PynPoint/Util/ImageTools.py
PynPoint/Util/MCMCtools.py
PynPoint/Util/ModuleTools.py
PynPoint/Util/Multiprocessing.py
PynPoint/Util/MultiprocessingPCA.py
PynPoint/Util/TestTools.py
PynPoint/Util/WaveletAnalysis.py
PynPoint/Util/__init__.py
docs/Makefile
docs/PynPoint.Core.rst
docs/PynPoint.IOmodules.rst
docs/PynPoint.ProcessingModules.rst
docs/PynPoint.Util.rst
docs/PynPoint.rst
docs/about.rst
docs/architecture.rst
docs/conf.py
docs/index.rst
docs/mailing.rst
docs/modules.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
tests/__init__.py
tests/test_core/__init__.py
tests/test_core/test_DataStorage.py
tests/test_core/test_InputPort.py
tests/test_core/test_OutputPort.py
tests/test_core/test_Pypeline.py
tests/test_io/__init__.py
tests/test_io/test_TextReading.py
tests/test_io/test_TextWriting.py
tests/test_processing/__init__.py
tests/test_processing/test_BackgroundSubtraction.py
tests/test_processing/test_BadPixelCleaning.py
tests/test_processing/test_BasicOperations.py
tests/test_processing/test_DarkAndFlatCalibration.py
tests/test_processing/test_DetectionLimits.py
tests/test_processing/test_Documentation.py
tests/test_processing/test_FluxAndPosition.py
tests/test_processing/test_PSFSubtractionPCA.py
tests/test_processing/test_PSFpreparation.py
tests/test_processing/test_StarAlignment.py
tests/test_processing/test_TimeDenoising.py