LICENSE.txt
MANIFEST.in
setup.py
experimental/deconvolution.py
experimental/diffraction.py
experimental/ellipses.py
experimental/flat.py
experimental/fwhm.py
experimental/noise_reduction.py
experimental/sky-magnitude.py
experimental/snr.py
experimental/sr.py
profiling/performance.py
src/c_modules/clusterization/module.cc
src/c_modules/clusterization/lib/run_valgrind_tests.sh
src/c_modules/clusterization/lib/include/clusters.hpp
src/c_modules/clusterization/lib/src/clusters.cc
src/c_modules/clusterization/lib/tests/clusters_test.cc
src/c_modules/fine_movement/libimagedeform/run_valgrind_tests.sh
src/c_modules/fine_movement/libimagedeform/include/image_deform.h
src/c_modules/fine_movement/libimagedeform/include/image_deform_gc.h
src/c_modules/fine_movement/libimagedeform/include/image_deform_lc.h
src/c_modules/fine_movement/libimagedeform/include/image_grid.h
src/c_modules/fine_movement/libimagedeform/include/interpolation.h
src/c_modules/fine_movement/libimagedeform/src/image_deform.c
src/c_modules/fine_movement/libimagedeform/src/image_deform_gc.c
src/c_modules/fine_movement/libimagedeform/src/image_deform_lc.c
src/c_modules/fine_movement/libimagedeform/src/image_grid.c
src/c_modules/fine_movement/libimagedeform/src/interpolation.c
src/c_modules/fine_movement/libimagedeform/tests/deform_test.cc
src/c_modules/fine_movement/libimagedeform/tests/deform_test_gc.cc
src/c_modules/fine_movement/module/imagedeform.c
src/c_modules/fine_movement/module/imagedeform.h
src/c_modules/fine_movement/module/imagedeform_gc.c
src/c_modules/fine_movement/module/imagedeform_gc.h
src/c_modules/fine_movement/module/imagedeform_lc.c
src/c_modules/fine_movement/module/imagedeform_lc.h
src/c_modules/fine_movement/module/imagedeform_module.c
src/c_modules/fine_movement/module/imagegrid.c
src/c_modules/fine_movement/module/imagegrid.h
src/c_modules/movements/module.c
src/c_modules/movements/lib/flat.c
src/c_modules/movements/lib/flat.h
src/c_modules/movements/lib/sphere.c
src/c_modules/movements/lib/sphere.h
src/c_modules/projections/module.c
src/c_modules/projections/projection_module.h
src/c_modules/projections/lib/equirectangular.c
src/c_modules/projections/lib/equirectangular.h
src/c_modules/projections/lib/orthographic.c
src/c_modules/projections/lib/orthographic.h
src/c_modules/projections/lib/perspective.c
src/c_modules/projections/lib/perspective.h
src/c_modules/projections/lib/projection.h
src/c_modules/projections/lib/projection_common.h
src/vstarstack/__init__.py
src/vstarstack/entry.py
src/vstarstack/library/__init__.py
src/vstarstack/library/common.py
src/vstarstack/library/data.py
src/vstarstack/library/fwhm.py
src/vstarstack/library/planetmap.py
src/vstarstack/library/calibration/__init__.py
src/vstarstack/library/calibration/dark.py
src/vstarstack/library/calibration/flat.py
src/vstarstack/library/calibration/removehot.py
src/vstarstack/library/clusters/clusters.py
src/vstarstack/library/debayer/__init__.py
src/vstarstack/library/debayer/bayer.py
src/vstarstack/library/debayer/yuv422.py
src/vstarstack/library/fine_movement/__init__.py
src/vstarstack/library/fine_movement/aligner.py
src/vstarstack/library/image_process/__init__.py
src/vstarstack/library/image_process/blur.py
src/vstarstack/library/image_process/border.py
src/vstarstack/library/image_process/cut.py
src/vstarstack/library/image_process/distorsion.py
src/vstarstack/library/image_process/nanmean_filter.py
src/vstarstack/library/image_process/normalize.py
src/vstarstack/library/image_process/remove_sky.py
src/vstarstack/library/image_process/togray.py
src/vstarstack/library/loaders/__init__.py
src/vstarstack/library/loaders/classic.py
src/vstarstack/library/loaders/fits.py
src/vstarstack/library/loaders/nef.py
src/vstarstack/library/loaders/ser.py
src/vstarstack/library/loaders/video.py
src/vstarstack/library/loaders/yuv.py
src/vstarstack/library/merge/__init__.py
src/vstarstack/library/merge/kappa_sigma.py
src/vstarstack/library/merge/simple_add.py
src/vstarstack/library/merge/simple_mean.py
src/vstarstack/library/movement/__init__.py
src/vstarstack/library/movement/basic_movement.py
src/vstarstack/library/movement/find_shift.py
src/vstarstack/library/movement/flat.py
src/vstarstack/library/movement/move_image.py
src/vstarstack/library/movement/select_shift.py
src/vstarstack/library/movement/sphere.py
src/vstarstack/library/objects/__init__.py
src/vstarstack/library/objects/brightness_detector.py
src/vstarstack/library/objects/disc_detector.py
src/vstarstack/library/objects/features.py
src/vstarstack/library/projection/__init__.py
src/vstarstack/library/projection/tools.py
src/vstarstack/library/sky_model/__init__.py
src/vstarstack/library/sky_model/gradient.py
src/vstarstack/library/sky_model/isoline.py
src/vstarstack/library/sky_model/quadratic.py
src/vstarstack/library/sky_model/remove_stars.py
src/vstarstack/library/stars/__init__.py
src/vstarstack/library/stars/cut.py
src/vstarstack/library/stars/describe.py
src/vstarstack/library/stars/detect.py
src/vstarstack/library/stars/match.py
src/vstarstack/tool/__init__.py
src/vstarstack/tool/calibration.py
src/vstarstack/tool/cfg.py
src/vstarstack/tool/clean.py
src/vstarstack/tool/cluster.py
src/vstarstack/tool/common.py
src/vstarstack/tool/config.py
src/vstarstack/tool/configuration.py
src/vstarstack/tool/darks_library.py
src/vstarstack/tool/decode.py
src/vstarstack/tool/image.py
src/vstarstack/tool/manage_project.py
src/vstarstack/tool/merge.py
src/vstarstack/tool/process.py
src/vstarstack/tool/readimage.py
src/vstarstack/tool/shift.py
src/vstarstack/tool/usage.py
src/vstarstack/tool/analyzers/__init__.py
src/vstarstack/tool/analyzers/analyzers.py
src/vstarstack/tool/analyzers/measure_fwhm.py
src/vstarstack/tool/analyzers/measure_mag.py
src/vstarstack/tool/fine_shift/__init__.py
src/vstarstack/tool/fine_shift/align_apply.py
src/vstarstack/tool/fine_shift/align_clusters.py
src/vstarstack/tool/fine_shift/align_correlation.py
src/vstarstack/tool/fine_shift/config.py
src/vstarstack/tool/fine_shift/fine_shift.py
src/vstarstack/tool/generators/__init__.py
src/vstarstack/tool/generators/generators.py
src/vstarstack/tool/image_processing/__init__.py
src/vstarstack/tool/image_processing/blur.py
src/vstarstack/tool/image_processing/border.py
src/vstarstack/tool/image_processing/deconvolution.py
src/vstarstack/tool/image_processing/distorsion.py
src/vstarstack/tool/image_processing/drop_unsharp.py
src/vstarstack/tool/image_processing/fixes.py
src/vstarstack/tool/image_processing/normalize.py
src/vstarstack/tool/image_processing/remove_sky.py
src/vstarstack/tool/objects/__init__.py
src/vstarstack/tool/objects/config.py
src/vstarstack/tool/objects/cut.py
src/vstarstack/tool/objects/detect.py
src/vstarstack/tool/objects/find_features.py
src/vstarstack/tool/objects/match_features.py
src/vstarstack/tool/objects/objects.py
src/vstarstack/tool/objects/show.py
src/vstarstack/tool/planets/__init__.py
src/vstarstack/tool/planets/buildmap.py
src/vstarstack/tool/planets/config.py
src/vstarstack/tool/planets/planets.py
src/vstarstack/tool/stars/__init__.py
src/vstarstack/tool/stars/config.py
src/vstarstack/tool/stars/describe.py
src/vstarstack/tool/stars/detect.py
src/vstarstack/tool/stars/match.py
src/vstarstack/tool/stars/show.py
src/vstarstack/tool/stars/stars.py
tests/test_cluster_movements.py
tests/test_clusters.py
tests/test_configuration.py
tests/test_cut.py
tests/test_darks.py
tests/test_dataframe.py
tests/test_debayer.py
tests/test_equirectangular.py
tests/test_find_shift.py
tests/test_fine_shift.py
tests/test_flat_approximation.py
tests/test_merge.py
tests/test_movement_flat.py
tests/test_movement_sphere.py
tests/test_nanmean.py
tests/test_normalization.py
tests/test_projection_orthographic.py
tests/test_projection_perspective.py
tests/test_sky_gradient.py
tests/test_star_description.py
tests/test_star_detection.py
tests/test_star_match.py
tests/test_stars_pipeline.py
tests/test_usage.py
vstarstack.egg-info/PKG-INFO
vstarstack.egg-info/SOURCES.txt
vstarstack.egg-info/dependency_links.txt
vstarstack.egg-info/entry_points.txt
vstarstack.egg-info/requires.txt
vstarstack.egg-info/top_level.txt