setiastrosuitepro 1.7.1.post2__tar.gz → 1.7.2.post1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of setiastrosuitepro might be problematic. Click here for more details.
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/PKG-INFO +1 -1
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/pyproject.toml +1 -1
- setiastrosuitepro-1.7.2.post1/src/setiastro/images/3dplanet.png +0 -0
- setiastrosuitepro-1.7.2.post1/src/setiastro/saspro/_generated/build_info.py +3 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/main_window.py +24 -1
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/menu_mixin.py +1 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/toolbar_mixin.py +8 -1
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/imageops/serloader.py +101 -17
- setiastrosuitepro-1.7.2.post1/src/setiastro/saspro/planetprojection.py +2731 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/resources.py +2 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ser_stack_config.py +21 -1
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ser_stacker.py +8 -2
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ser_stacker_dialog.py +37 -10
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ser_tracking.py +57 -35
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/serviewer.py +164 -16
- setiastrosuitepro-1.7.1.post2/src/setiastro/saspro/_generated/build_info.py +0 -3
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/LICENSE +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/README.md +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/license.txt +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/__init__.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/SASP_data.fits +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/List_of_Galaxies_with_Distances_Gly.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/astrobin_filters.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/astrobin_filters_page1_local.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/cali2.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/cali2color.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/celestial_catalog - original.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/celestial_catalog.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/detected_stars.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/fits_header_data.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/test.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/data/catalogs/updated_celestial_catalog.csv +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/Astro_Spikes.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/Background_startup.jpg +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/HRDiagram.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/LExtract.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/LInsert.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/Oxygenation-atm-2.svg.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/RGB080604.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/TextureClarity.svg +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/abeicon.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/abeicon.svg +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/aberration.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/acv_icon.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/andromedatry.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/andromedatry_satellited.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/annotated.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/aperture.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/astrosuite.ico +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/astrosuite.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/astrosuitepro.icns +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/astrosuitepro.ico +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/astrosuitepro.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/background.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/background2.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/benchmark.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/big_moon_stabilizer_timeline.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/big_moon_stabilizer_timeline_clean.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/blaster.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/blink.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/clahe.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/collage.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/colorwheel.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/colorwheel.svg +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/contsub.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/convo.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/copyslot.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/cosmic.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/cosmic.svg +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/cosmicsat.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/cosmicsat.svg +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/crop1.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/cropicon.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/curves.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/cvs.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/debayer.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/denoise_cnn_custom.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/denoise_cnn_graph.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/disk.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/dse.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/exoicon.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/eye.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/first_quarter.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/fliphorizontal.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/flipvertical.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/font.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/freqsep.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/full_moon.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/functionbundle.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/graxpert.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/graxpert.svg +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/green.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/gridicon.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/halo.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/hdr.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/histogram.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/hubble.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/imagecombine.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/invert.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/isophote.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/isophote_demo_figure.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/isophote_demo_image.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/isophote_demo_model.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/isophote_demo_residual.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/jwstpupil.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/last_quarter.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/linearfit.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/linearfit.svg +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/livestacking.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/mask.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/maskapply.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/maskcreate.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/maskremove.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/morpho.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/mosaic.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/multiscale_decomp.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/narrowbandnormalization.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/nbtorgb.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/neutral.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/new_moon.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/nuke.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/openfile.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/pedestal.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/pen.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/pixelmath.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/pixelmath.svg +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/planetarystacker.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/platesolve.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/ppp.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/pro.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/project.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/psf.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/redo.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/redoicon.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/rescale.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/rgbalign.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/rgbcombo.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/rgbextract.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/rotate180.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/rotatearbitrary.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/rotateclockwise.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/rotatecounterclockwise.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/satellite.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/script.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/selectivecolor.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/simbad.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/slot0.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/slot1.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/slot2.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/slot3.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/slot4.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/slot5.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/slot6.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/slot7.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/slot8.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/slot9.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/spcc.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/spin_precession_vs_lunar_distance.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/spinner.gif +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/stacking.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/staradd.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/staralign.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/starnet.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/starregistration.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/starspike.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/starstretch.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/statstretch.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/supernova.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/uhs.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/undoicon.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/upscale.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/viewbundle.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waning_crescent_1.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waning_crescent_2.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waning_crescent_3.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waning_crescent_4.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waning_crescent_5.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waning_gibbous_1.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waning_gibbous_2.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waning_gibbous_3.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waning_gibbous_4.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waning_gibbous_5.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waxing_crescent_1.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waxing_crescent_2.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waxing_crescent_3.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waxing_crescent_4.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waxing_crescent_5.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waxing_gibbous_1.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waxing_gibbous_2.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waxing_gibbous_3.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waxing_gibbous_4.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/waxing_gibbous_5.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/whitebalance.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/wimi_icon_256x256.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/wimilogo.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/wims.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/wrench_icon.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/images/xisfliberator.png +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/qml/ResourceMonitor.qml +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/__init__.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/__main__.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/_generated/__init__.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/abe.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/abe_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/aberration_ai.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/aberration_ai_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/accel_installer.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/accel_workers.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/acv_exporter.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/add_stars.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/astrobin_exporter.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/astrospike.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/astrospike_python.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/autostretch.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/backgroundneutral.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/batch_convert.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/batch_renamer.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/blemish_blaster.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/blink_comparator_pro.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/bundles.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/bundles_dock.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/cheat_sheet.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/clahe.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/comet_stacking.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/common_tr.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/config.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/config_bootstrap.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/config_manager.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/continuum_subtract.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/convo.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/convo_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/copyastro.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/cosmicclarity.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/cosmicclarity_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/crop_dialog_pro.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/crop_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/curve_editor_pro.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/curves_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/debayer.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/debug_utils.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/dnd_mime.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/doc_manager.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/exoplanet_detector.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/file_utils.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/fitsmodifier.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/fix_bom.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/free_torch_memory.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/frequency_separation.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/function_bundle.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/generate_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ghs_dialog_pro.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ghs_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/graxpert.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/graxpert_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/__init__.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/__init__.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/dock_mixin.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/file_mixin.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/geometry_mixin.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/header_mixin.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/mask_mixin.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/theme_mixin.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/update_mixin.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/mixins/view_mixin.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/gui/statistics_dialog.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/halobgon.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/header_viewer.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/headless_utils.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/histogram.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/history_explorer.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/i18n.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/image_combine.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/image_peeker_pro.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/imageops/__init__.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/imageops/mdi_snap.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/imageops/narrowband_normalization.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/imageops/scnr.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/imageops/starbasedwhitebalance.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/imageops/stretch.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/isophote.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/layers.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/layers_dock.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/lazy_imports.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/legacy/__init__.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/legacy/image_manager.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/legacy/numba_utils.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/legacy/xisf.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/linear_fit.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/live_stacking.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/log_bus.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/logging_config.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/luminancerecombine.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/main_helpers.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/mask_creation.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/masks_core.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/mdi_widgets.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/memory_utils.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/metadata_patcher.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/mfdeconv.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/mfdeconv_earlystop.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/mfdeconvcudnn.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/mfdeconvsport.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/minorbodycatalog.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/morphology.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/multiscale_decomp.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/narrowband_normalization.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/nbtorgb_stars.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/numba_utils.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/numba_warmup.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ops/__init__.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ops/command_help_dialog.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ops/command_runner.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ops/commands.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ops/script_editor.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ops/scripts.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/ops/settings.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/parallel_utils.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/pedestal.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/perfect_palette_picker.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/pipeline.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/pixelmath.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/plate_solver.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/project_io.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/psf_utils.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/psf_viewer.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/pyi_rthook_astroquery.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/remove_green.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/remove_stars.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/remove_stars_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/rgb_combination.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/rgb_extract.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/rgbalign.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/runtime_imports.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/runtime_torch.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/save_options.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/selective_color.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/sfcc.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/shortcuts.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/signature_insert.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/stacking_suite.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/star_alignment.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/star_alignment_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/star_metrics.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/star_spikes.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/star_stretch.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/stat_stretch.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/status_log_dock.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/subwindow.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/supernovaasteroidhunter.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/swap_manager.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/texture_clarity.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/torch_backend.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/torch_rejection.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/all_source_strings.json +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/ar_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/de_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/es_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/fr_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/hi_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/integrate_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/it_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/ja_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/pt_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/ru_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_ar.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_ar.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_de.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_de.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_es.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_es.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_fr.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_fr.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_hi.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_hi.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_it.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_it.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_ja.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_ja.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_pt.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_pt.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_ru.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_ru.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_sw.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_sw.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_uk.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_uk.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_zh.qm +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/saspro_zh.ts +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/sw_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/uk_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/translations/zh_translations.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/versioning.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/view_bundle.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/wavescale_hdr.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/wavescale_hdr_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/wavescalede.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/wavescalede_preset.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/wcs_update.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/whitebalance.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/__init__.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/common_utilities.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/graphics_views.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/image_utils.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/minigame/game.js +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/minigame/index.html +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/minigame/style.css +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/preview_dialogs.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/resource_monitor.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/spinboxes.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/themed_buttons.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/widgets/wavelet_utils.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/wimi.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/wims.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/window_shelf.py +0 -0
- {setiastrosuitepro-1.7.1.post2 → setiastrosuitepro-1.7.2.post1}/src/setiastro/saspro/xisf.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: setiastrosuitepro
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.2.post1
|
|
4
4
|
Summary: Seti Astro Suite Pro - Advanced astrophotography toolkit for image calibration, stacking, registration, photometry, and visualization
|
|
5
5
|
License: GPL-3.0
|
|
6
6
|
License-File: LICENSE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "setiastrosuitepro"
|
|
3
|
-
version = "1.7.
|
|
3
|
+
version = "1.7.2.post1"
|
|
4
4
|
description = "Seti Astro Suite Pro - Advanced astrophotography toolkit for image calibration, stacking, registration, photometry, and visualization"
|
|
5
5
|
authors = ["Franklin Marek <info@setiastro.com>"]
|
|
6
6
|
readme = "README.md"
|
|
Binary file
|
|
@@ -196,7 +196,7 @@ from setiastro.saspro.resources import (
|
|
|
196
196
|
colorwheel_path, font_path, csv_icon_path, spinner_path, wims_path, narrowbandnormalization_path,
|
|
197
197
|
wimi_path, linearfit_path, debayer_path, aberration_path, acv_icon_path,
|
|
198
198
|
functionbundles_path, viewbundles_path, selectivecolor_path, rgbalign_path, planetarystacker_path,
|
|
199
|
-
background_path, script_icon_path
|
|
199
|
+
background_path, script_icon_path, planetprojection_path,
|
|
200
200
|
)
|
|
201
201
|
|
|
202
202
|
import faulthandler
|
|
@@ -4280,6 +4280,29 @@ class AstroSuiteProMainWindow(
|
|
|
4280
4280
|
dlg.setWindowIcon(QIcon(planetarystacker_path))
|
|
4281
4281
|
dlg.show()
|
|
4282
4282
|
|
|
4283
|
+
def _open_planet_projection(self):
|
|
4284
|
+
from setiastro.saspro.planetprojection import PlanetProjectionDialog
|
|
4285
|
+
sw = self.mdi.activeSubWindow()
|
|
4286
|
+
if not sw:
|
|
4287
|
+
QMessageBox.information(self, "No image", "Open an image first.")
|
|
4288
|
+
return
|
|
4289
|
+
|
|
4290
|
+
view = sw.widget()
|
|
4291
|
+
doc = self.doc_manager.get_document_for_view(view)
|
|
4292
|
+
|
|
4293
|
+
dlg = PlanetProjectionDialog(self, doc)
|
|
4294
|
+
try:
|
|
4295
|
+
# dlg.setWindowIcon(QIcon(planetprojection_path))
|
|
4296
|
+
pass
|
|
4297
|
+
except Exception:
|
|
4298
|
+
pass
|
|
4299
|
+
dlg.resize(980, 720)
|
|
4300
|
+
dlg.setWindowFlag(Qt.WindowType.Window, True)
|
|
4301
|
+
dlg.setWindowIcon(QIcon(planetprojection_path))
|
|
4302
|
+
dlg.show()
|
|
4303
|
+
self._log("Functions: opened Planet Projection.")
|
|
4304
|
+
|
|
4305
|
+
|
|
4283
4306
|
def _open_stacking_suite(self):
|
|
4284
4307
|
# Reuse if we already have one
|
|
4285
4308
|
dlg = getattr(self, "_stacking_suite", None)
|
|
@@ -207,6 +207,7 @@ class MenuMixin:
|
|
|
207
207
|
m_star.addAction(self.act_isophote)
|
|
208
208
|
m_star.addAction(self.act_live_stacking)
|
|
209
209
|
m_star.addAction(self.act_mosaic_master)
|
|
210
|
+
m_star.addAction(self.act_planet_projection)
|
|
210
211
|
m_star.addAction(self.act_planetary_stacker)
|
|
211
212
|
m_star.addAction(self.act_plate_solve)
|
|
212
213
|
m_star.addAction(self.act_psf_viewer)
|
|
@@ -36,7 +36,7 @@ from setiastro.saspro.resources import (
|
|
|
36
36
|
nbtorgb_path, freqsep_path, multiscale_decomp_path, contsub_path, halo_path, cosmic_path,
|
|
37
37
|
satellite_path, imagecombine_path, wims_path, wimi_path, linearfit_path,
|
|
38
38
|
debayer_path, aberration_path, functionbundles_path, viewbundles_path, planetarystacker_path,
|
|
39
|
-
selectivecolor_path, rgbalign_path,
|
|
39
|
+
selectivecolor_path, rgbalign_path, planetprojection_path,
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
# Import shortcuts module
|
|
@@ -307,6 +307,7 @@ class ToolbarMixin:
|
|
|
307
307
|
tb_star.addAction(self.act_stacking_suite)
|
|
308
308
|
tb_star.addAction(self.act_live_stacking)
|
|
309
309
|
tb_star.addAction(self.act_planetary_stacker)
|
|
310
|
+
tb_star.addAction(self.act_planet_projection)
|
|
310
311
|
tb_star.addAction(self.act_plate_solve)
|
|
311
312
|
tb_star.addAction(self.act_star_align)
|
|
312
313
|
tb_star.addAction(self.act_star_register)
|
|
@@ -1195,6 +1196,11 @@ class ToolbarMixin:
|
|
|
1195
1196
|
self.act_planetary_stacker.setStatusTip(self.tr("Stack SER videos (planetary/solar/lunar)"))
|
|
1196
1197
|
self.act_planetary_stacker.triggered.connect(self._open_planetary_stacker)
|
|
1197
1198
|
|
|
1199
|
+
self.act_planet_projection = QAction(QIcon(planetprojection_path), self.tr("Planetary Projection..."), self)
|
|
1200
|
+
self.act_planet_projection.setIconVisibleInMenu(True)
|
|
1201
|
+
self.act_planet_projection.setStatusTip(self.tr("View your planets with stereographic projection"))
|
|
1202
|
+
self.act_planet_projection.triggered.connect(self._open_planet_projection)
|
|
1203
|
+
|
|
1198
1204
|
self.act_plate_solve = QAction(QIcon(platesolve_path), self.tr("Plate Solver..."), self)
|
|
1199
1205
|
self.act_plate_solve.setIconVisibleInMenu(True)
|
|
1200
1206
|
self.act_plate_solve.setStatusTip(self.tr("Solve WCS/SIP for the active image or a file"))
|
|
@@ -1439,6 +1445,7 @@ class ToolbarMixin:
|
|
|
1439
1445
|
reg("image_peeker", self.act_image_peeker)
|
|
1440
1446
|
reg("live_stacking", self.act_live_stacking)
|
|
1441
1447
|
reg("stacking_suite", self.act_stacking_suite)
|
|
1448
|
+
reg("planet_projection", self.act_planet_projection)
|
|
1442
1449
|
reg("supernova_hunter", self.act_supernova_hunter)
|
|
1443
1450
|
reg("star_spikes", self.act_star_spikes)
|
|
1444
1451
|
reg("astrospike", self.act_astrospike)
|
|
@@ -10,6 +10,7 @@ from typing import Optional, Tuple, Dict, List, Sequence, Union, Callable
|
|
|
10
10
|
from collections import OrderedDict
|
|
11
11
|
import numpy as np
|
|
12
12
|
import time
|
|
13
|
+
from PyQt6 import sip
|
|
13
14
|
|
|
14
15
|
import cv2
|
|
15
16
|
|
|
@@ -115,6 +116,20 @@ def _bytes_per_sample(pixel_depth_bits: int) -> int:
|
|
|
115
116
|
def _is_bayer(color_name: str) -> bool:
|
|
116
117
|
return color_name in BAYER_NAMES
|
|
117
118
|
|
|
119
|
+
def _roi_unrotate_180(roi: Tuple[int, int, int, int], W: int, H: int) -> Tuple[int, int, int, int]:
|
|
120
|
+
"""
|
|
121
|
+
Convert an ROI specified in *post-rot180/display coords* into *raw/pre-rot coords*.
|
|
122
|
+
"""
|
|
123
|
+
x, y, w, h = [int(v) for v in roi]
|
|
124
|
+
x2 = x + w
|
|
125
|
+
y2 = y + h
|
|
126
|
+
|
|
127
|
+
x_raw = int(W - x2)
|
|
128
|
+
y_raw = int(H - y2)
|
|
129
|
+
|
|
130
|
+
return (x_raw, y_raw, int(w), int(h))
|
|
131
|
+
|
|
132
|
+
|
|
118
133
|
def _rot180(img: np.ndarray) -> np.ndarray:
|
|
119
134
|
# Works for mono (H,W) and RGB(A) (H,W,C)
|
|
120
135
|
return img[::-1, ::-1].copy()
|
|
@@ -847,7 +862,9 @@ class SERReader:
|
|
|
847
862
|
|
|
848
863
|
# ROI (apply before debayer; for Bayer enforce even-even origin)
|
|
849
864
|
if roi is not None:
|
|
850
|
-
|
|
865
|
+
# ✅ roi is specified in DISPLAY coords (post-rot180)
|
|
866
|
+
x, y, w, h = _roi_unrotate_180(roi, meta.width, meta.height)
|
|
867
|
+
|
|
851
868
|
x = max(0, min(meta.width - 1, x))
|
|
852
869
|
y = max(0, min(meta.height - 1, y))
|
|
853
870
|
w = max(1, min(meta.width - x, w))
|
|
@@ -862,7 +879,6 @@ class SERReader:
|
|
|
862
879
|
|
|
863
880
|
# --- SER global orientation fix (rotate 180) ---
|
|
864
881
|
img = _rot180(img)
|
|
865
|
-
|
|
866
882
|
# Convert BGR->RGB if needed
|
|
867
883
|
if color_name == "BGR" and img.ndim == 3 and img.shape[2] >= 3:
|
|
868
884
|
img = img[..., ::-1].copy()
|
|
@@ -1075,15 +1091,16 @@ class AVIReader(PlanetaryFrameSource):
|
|
|
1075
1091
|
|
|
1076
1092
|
# ROI first (but if we are going to debayer mosaic, ROI origin must be even-even)
|
|
1077
1093
|
if roi is not None:
|
|
1078
|
-
x, y, w, h = [int(v) for v in roi]
|
|
1079
1094
|
H, W = frame.shape[:2]
|
|
1095
|
+
|
|
1096
|
+
# ✅ roi is specified in DISPLAY coords (post-rot180)
|
|
1097
|
+
x, y, w, h = _roi_unrotate_180(roi, W, H)
|
|
1098
|
+
|
|
1080
1099
|
x = max(0, min(W - 1, x))
|
|
1081
1100
|
y = max(0, min(H - 1, y))
|
|
1082
1101
|
w = max(1, min(W - x, w))
|
|
1083
1102
|
h = max(1, min(H - y, h))
|
|
1084
1103
|
|
|
1085
|
-
# If user explicitly requests debayering, preserve Bayer phase
|
|
1086
|
-
# (even-even origin) exactly like SER
|
|
1087
1104
|
if debayer and user_pat is not None:
|
|
1088
1105
|
x, y = _roi_evenize_for_bayer(x, y)
|
|
1089
1106
|
w = max(1, min(W - x, w))
|
|
@@ -1160,13 +1177,45 @@ class AVIReader(PlanetaryFrameSource):
|
|
|
1160
1177
|
|
|
1161
1178
|
def _imread_any(path: str) -> np.ndarray:
|
|
1162
1179
|
"""
|
|
1163
|
-
Read PNG/JPG/TIF/etc into numpy.
|
|
1164
|
-
Tries cv2 first (fast), falls back to PIL.
|
|
1180
|
+
Read PNG/JPG/TIF/FITS/etc into numpy.
|
|
1165
1181
|
Returns:
|
|
1166
|
-
- grayscale: (H,W)
|
|
1167
|
-
- color: (H,W,3)
|
|
1182
|
+
- grayscale: (H,W)
|
|
1183
|
+
- color: (H,W,3) in RGB when applicable
|
|
1168
1184
|
"""
|
|
1169
1185
|
p = os.fspath(path)
|
|
1186
|
+
ext = os.path.splitext(p)[1].lower()
|
|
1187
|
+
|
|
1188
|
+
# ---- FITS / FIT ----
|
|
1189
|
+
if ext in (".fit", ".fits"):
|
|
1190
|
+
try:
|
|
1191
|
+
from astropy.io import fits
|
|
1192
|
+
|
|
1193
|
+
data = fits.getdata(p, memmap=False)
|
|
1194
|
+
if data is None:
|
|
1195
|
+
raise ValueError("Empty FITS data.")
|
|
1196
|
+
|
|
1197
|
+
arr = np.asarray(data)
|
|
1198
|
+
|
|
1199
|
+
# Common shapes:
|
|
1200
|
+
# (H,W) -> mono
|
|
1201
|
+
# (C,H,W) -> convert to (H,W,C)
|
|
1202
|
+
# (H,W,C) -> already fine
|
|
1203
|
+
if arr.ndim == 3:
|
|
1204
|
+
# If first axis is small (1/3/4), assume CHW
|
|
1205
|
+
if arr.shape[0] in (1, 3, 4) and arr.shape[1] > 8 and arr.shape[2] > 8:
|
|
1206
|
+
arr = np.moveaxis(arr, 0, -1) # CHW -> HWC
|
|
1207
|
+
|
|
1208
|
+
# If now HWC and has alpha, drop it
|
|
1209
|
+
if arr.shape[-1] >= 4:
|
|
1210
|
+
arr = arr[..., :3]
|
|
1211
|
+
|
|
1212
|
+
# If single channel, squeeze
|
|
1213
|
+
if arr.shape[-1] == 1:
|
|
1214
|
+
arr = arr[..., 0]
|
|
1215
|
+
|
|
1216
|
+
return arr
|
|
1217
|
+
except Exception as e:
|
|
1218
|
+
raise RuntimeError(f"Failed to read FITS: {p}\n{e}")
|
|
1170
1219
|
|
|
1171
1220
|
# Prefer cv2 if available
|
|
1172
1221
|
if cv2 is not None:
|
|
@@ -1194,6 +1243,47 @@ def _imread_any(path: str) -> np.ndarray:
|
|
|
1194
1243
|
im = im.convert("RGB")
|
|
1195
1244
|
return np.array(im)
|
|
1196
1245
|
|
|
1246
|
+
def _to_float01_robust(img: np.ndarray) -> np.ndarray:
|
|
1247
|
+
"""
|
|
1248
|
+
Robust float01 conversion for preview:
|
|
1249
|
+
- uint8/uint16/int types scale by dtype max
|
|
1250
|
+
- float types:
|
|
1251
|
+
* if already ~[0,1], keep
|
|
1252
|
+
* else percentile-scale (0.1..99.9) to [0,1]
|
|
1253
|
+
Works for mono or RGB arrays.
|
|
1254
|
+
"""
|
|
1255
|
+
a = np.asarray(img)
|
|
1256
|
+
|
|
1257
|
+
if a.dtype == np.uint8:
|
|
1258
|
+
return a.astype(np.float32) / 255.0
|
|
1259
|
+
if a.dtype == np.uint16:
|
|
1260
|
+
return a.astype(np.float32) / 65535.0
|
|
1261
|
+
if np.issubdtype(a.dtype, np.integer):
|
|
1262
|
+
info = np.iinfo(a.dtype)
|
|
1263
|
+
denom = float(info.max) if info.max > 0 else 1.0
|
|
1264
|
+
return (a.astype(np.float32) / denom).clip(0.0, 1.0)
|
|
1265
|
+
|
|
1266
|
+
# float path
|
|
1267
|
+
f = a.astype(np.float32, copy=False)
|
|
1268
|
+
|
|
1269
|
+
# If it already looks like [0,1], don’t mess with it
|
|
1270
|
+
mn = float(np.nanmin(f))
|
|
1271
|
+
mx = float(np.nanmax(f))
|
|
1272
|
+
if (mn >= -1e-3) and (mx <= 1.0 + 1e-3):
|
|
1273
|
+
return np.clip(f, 0.0, 1.0)
|
|
1274
|
+
|
|
1275
|
+
# Percentile scale (planetary-friendly)
|
|
1276
|
+
lo = float(np.nanpercentile(f, 0.1))
|
|
1277
|
+
hi = float(np.nanpercentile(f, 99.9))
|
|
1278
|
+
if not np.isfinite(lo) or not np.isfinite(hi) or hi <= lo + 1e-12:
|
|
1279
|
+
# fallback to min/max
|
|
1280
|
+
lo, hi = mn, mx
|
|
1281
|
+
if not np.isfinite(lo) or not np.isfinite(hi) or hi <= lo + 1e-12:
|
|
1282
|
+
return np.zeros_like(f, dtype=np.float32)
|
|
1283
|
+
|
|
1284
|
+
out = (f - lo) / (hi - lo)
|
|
1285
|
+
return np.clip(out, 0.0, 1.0)
|
|
1286
|
+
|
|
1197
1287
|
|
|
1198
1288
|
def _infer_bit_depth(arr: np.ndarray) -> int:
|
|
1199
1289
|
if arr.dtype == np.uint16:
|
|
@@ -1295,13 +1385,7 @@ class ImageSequenceReader(PlanetaryFrameSource):
|
|
|
1295
1385
|
|
|
1296
1386
|
# Normalize to float01
|
|
1297
1387
|
if to_float01:
|
|
1298
|
-
|
|
1299
|
-
img = img.astype(np.float32) / 255.0
|
|
1300
|
-
elif img.dtype == np.uint16:
|
|
1301
|
-
img = img.astype(np.float32) / 65535.0
|
|
1302
|
-
else:
|
|
1303
|
-
img = img.astype(np.float32)
|
|
1304
|
-
img = np.clip(img, 0.0, 1.0)
|
|
1388
|
+
img = _to_float01_robust(img)
|
|
1305
1389
|
|
|
1306
1390
|
self._cache.put(key, img)
|
|
1307
1391
|
return img
|
|
@@ -1339,7 +1423,7 @@ def open_planetary_source(
|
|
|
1339
1423
|
return AVIReader(path, cache_items=cache_items)
|
|
1340
1424
|
|
|
1341
1425
|
# If user passes a single image, treat it as a 1-frame sequence
|
|
1342
|
-
if ext in (".png", ".tif", ".tiff", ".jpg", ".jpeg", ".bmp", ".webp"):
|
|
1426
|
+
if ext in (".png", ".tif", ".tiff", ".jpg", ".jpeg", ".bmp", ".webp", ".fit", ".fits"):
|
|
1343
1427
|
return ImageSequenceReader([path], cache_items=cache_items)
|
|
1344
1428
|
|
|
1345
1429
|
raise ValueError(f"Unsupported input: {path}")
|