setiastrosuitepro 1.7.3__tar.gz → 1.7.3.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.3 → setiastrosuitepro-1.7.3.post1}/PKG-INFO +1 -1
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/pyproject.toml +1 -1
- setiastrosuitepro-1.7.3.post1/src/setiastro/saspro/_generated/build_info.py +3 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/abe.py +3 -3
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/autostretch.py +18 -18
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/main_window.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ops/settings.py +6 -6
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/pixelmath.py +1 -1
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/stacking_suite.py +47 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/subwindow.py +28 -35
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/all_source_strings.json +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/ar_translations.py +3 -3
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/de_translations.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/es_translations.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/fr_translations.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/hi_translations.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/it_translations.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/ja_translations.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/pt_translations.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/ru_translations.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_ar.ts +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_de.ts +4 -4
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_es.ts +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_fr.ts +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_hi.ts +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_it.ts +4 -4
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_ja.ts +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_pt.ts +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_ru.ts +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_sw.ts +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_uk.ts +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_zh.ts +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/sw_translations.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/uk_translations.py +2 -2
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/zh_translations.py +2 -2
- setiastrosuitepro-1.7.3/src/setiastro/saspro/_generated/build_info.py +0 -3
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/LICENSE +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/README.md +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/license.txt +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/__init__.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/SASP_data.fits +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/List_of_Galaxies_with_Distances_Gly.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/astrobin_filters.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/astrobin_filters_page1_local.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/cali2.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/cali2color.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/celestial_catalog - original.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/celestial_catalog.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/detected_stars.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/fits_header_data.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/test.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/data/catalogs/updated_celestial_catalog.csv +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/3dplanet.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/Astro_Spikes.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/Background_startup.jpg +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/HRDiagram.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/LExtract.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/LInsert.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/Oxygenation-atm-2.svg.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/RGB080604.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/TextureClarity.svg +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/abeicon.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/abeicon.svg +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/aberration.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/acv_icon.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/andromedatry.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/andromedatry_satellited.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/annotated.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/aperture.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/astrosuite.ico +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/astrosuite.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/astrosuitepro.icns +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/astrosuitepro.ico +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/astrosuitepro.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/background.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/background2.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/benchmark.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/big_moon_stabilizer_timeline.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/big_moon_stabilizer_timeline_clean.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/blaster.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/blink.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/clahe.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/collage.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/colorwheel.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/colorwheel.svg +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/contsub.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/convo.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/copyslot.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/cosmic.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/cosmic.svg +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/cosmicsat.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/cosmicsat.svg +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/crop1.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/cropicon.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/curves.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/cvs.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/debayer.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/denoise_cnn_custom.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/denoise_cnn_graph.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/disk.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/dse.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/exoicon.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/eye.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/first_quarter.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/fliphorizontal.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/flipvertical.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/font.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/freqsep.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/full_moon.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/functionbundle.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/graxpert.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/graxpert.svg +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/green.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/gridicon.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/halo.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/hdr.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/histogram.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/hubble.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/imagecombine.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/invert.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/isophote.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/isophote_demo_figure.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/isophote_demo_image.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/isophote_demo_model.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/isophote_demo_residual.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/jwstpupil.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/last_quarter.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/linearfit.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/linearfit.svg +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/livestacking.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/mask.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/maskapply.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/maskcreate.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/maskremove.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/morpho.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/mosaic.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/multiscale_decomp.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/narrowbandnormalization.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/nbtorgb.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/neutral.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/new_moon.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/nuke.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/openfile.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/pedestal.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/pen.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/pixelmath.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/pixelmath.svg +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/planetarystacker.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/platesolve.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/ppp.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/pro.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/project.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/psf.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/redo.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/redoicon.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/rescale.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/rgbalign.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/rgbcombo.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/rgbextract.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/rotate180.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/rotatearbitrary.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/rotateclockwise.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/rotatecounterclockwise.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/satellite.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/script.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/selectivecolor.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/simbad.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/slot0.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/slot1.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/slot2.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/slot3.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/slot4.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/slot5.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/slot6.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/slot7.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/slot8.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/slot9.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/spcc.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/spin_precession_vs_lunar_distance.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/spinner.gif +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/stacking.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/staradd.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/staralign.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/starnet.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/starregistration.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/starspike.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/starstretch.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/statstretch.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/supernova.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/uhs.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/undoicon.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/upscale.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/viewbundle.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waning_crescent_1.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waning_crescent_2.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waning_crescent_3.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waning_crescent_4.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waning_crescent_5.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waning_gibbous_1.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waning_gibbous_2.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waning_gibbous_3.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waning_gibbous_4.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waning_gibbous_5.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waxing_crescent_1.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waxing_crescent_2.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waxing_crescent_3.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waxing_crescent_4.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waxing_crescent_5.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waxing_gibbous_1.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waxing_gibbous_2.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waxing_gibbous_3.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waxing_gibbous_4.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/waxing_gibbous_5.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/whitebalance.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/wimi_icon_256x256.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/wimilogo.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/wims.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/wrench_icon.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/images/xisfliberator.png +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/qml/ResourceMonitor.qml +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/__init__.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/__main__.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/_generated/__init__.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/abe_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/aberration_ai.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/aberration_ai_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/accel_installer.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/accel_workers.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/acv_exporter.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/add_stars.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/astrobin_exporter.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/astrospike.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/astrospike_python.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/backgroundneutral.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/batch_convert.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/batch_renamer.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/blemish_blaster.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/blink_comparator_pro.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/bundles.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/bundles_dock.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/cheat_sheet.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/clahe.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/comet_stacking.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/common_tr.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/config.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/config_bootstrap.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/config_manager.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/continuum_subtract.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/convo.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/convo_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/copyastro.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/cosmicclarity.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/cosmicclarity_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/crop_dialog_pro.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/crop_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/curve_editor_pro.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/curves_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/debayer.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/debug_utils.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/dnd_mime.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/doc_manager.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/exoplanet_detector.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/file_utils.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/fitsmodifier.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/fix_bom.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/free_torch_memory.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/frequency_separation.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/function_bundle.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/generate_translations.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ghs_dialog_pro.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ghs_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/graxpert.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/graxpert_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/__init__.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/__init__.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/dock_mixin.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/file_mixin.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/geometry_mixin.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/header_mixin.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/mask_mixin.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/menu_mixin.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/theme_mixin.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/toolbar_mixin.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/update_mixin.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/mixins/view_mixin.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/statistics_dialog.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/halobgon.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/header_viewer.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/headless_utils.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/histogram.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/history_explorer.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/i18n.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/image_combine.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/image_peeker_pro.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/imageops/__init__.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/imageops/mdi_snap.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/imageops/narrowband_normalization.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/imageops/scnr.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/imageops/serloader.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/imageops/starbasedwhitebalance.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/imageops/stretch.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/isophote.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/layers.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/layers_dock.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/lazy_imports.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/legacy/__init__.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/legacy/image_manager.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/legacy/numba_utils.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/legacy/xisf.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/linear_fit.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/live_stacking.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/log_bus.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/logging_config.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/luminancerecombine.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/main_helpers.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/mask_creation.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/masks_core.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/mdi_widgets.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/memory_utils.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/metadata_patcher.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/mfdeconv.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/mfdeconv_earlystop.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/mfdeconvcudnn.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/mfdeconvsport.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/minorbodycatalog.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/morphology.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/multiscale_decomp.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/narrowband_normalization.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/nbtorgb_stars.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/numba_utils.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/numba_warmup.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ops/__init__.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ops/command_help_dialog.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ops/command_runner.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ops/commands.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ops/script_editor.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ops/scripts.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/parallel_utils.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/pedestal.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/perfect_palette_picker.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/pipeline.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/planetprojection.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/plate_solver.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/project_io.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/psf_utils.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/psf_viewer.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/pyi_rthook_astroquery.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/remove_green.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/remove_stars.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/remove_stars_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/resources.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/rgb_combination.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/rgb_extract.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/rgbalign.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/runtime_imports.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/runtime_torch.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/save_options.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/selective_color.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ser_stack_config.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ser_stacker.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ser_stacker_dialog.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ser_tracking.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/serviewer.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/sfcc.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/shortcuts.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/signature_insert.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/star_alignment.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/star_alignment_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/star_metrics.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/star_spikes.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/star_stretch.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/stat_stretch.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/status_log_dock.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/supernovaasteroidhunter.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/swap_manager.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/texture_clarity.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/torch_backend.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/torch_rejection.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/integrate_translations.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_ar.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_de.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_es.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_fr.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_hi.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_it.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_ja.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_pt.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_ru.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_sw.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_uk.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/translations/saspro_zh.qm +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/versioning.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/view_bundle.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/wavescale_hdr.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/wavescale_hdr_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/wavescalede.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/wavescalede_preset.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/wcs_update.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/whitebalance.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/__init__.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/common_utilities.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/graphics_views.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/image_utils.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/minigame/game.js +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/minigame/index.html +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/minigame/style.css +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/preview_dialogs.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/resource_monitor.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/spinboxes.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/themed_buttons.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/widgets/wavelet_utils.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/wimi.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/wims.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/window_shelf.py +0 -0
- {setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.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
|
|
3
|
+
Version: 1.7.3.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"
|
|
3
|
+
version = "1.7.3.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"
|
|
@@ -1229,7 +1229,7 @@ class ABEDialog(QDialog):
|
|
|
1229
1229
|
self._preview_source_f01 = a # ← no np.clip
|
|
1230
1230
|
|
|
1231
1231
|
src_to_show = (hard_autostretch(self._preview_source_f01, target_median=0.5, sigma=2,
|
|
1232
|
-
linked=False,
|
|
1232
|
+
linked=False, use_24bit=True)
|
|
1233
1233
|
if getattr(self, "_autostretch_on", False) else self._preview_source_f01)
|
|
1234
1234
|
|
|
1235
1235
|
if src_to_show.ndim == 2 or (src_to_show.ndim == 3 and src_to_show.shape[2] == 1):
|
|
@@ -1349,7 +1349,7 @@ class ABEDialog(QDialog):
|
|
|
1349
1349
|
# Prefer float source (avoids 8-bit clipping); fall back to decoding _last_preview if needed
|
|
1350
1350
|
arr = self._preview_source_f01 if self._preview_source_f01 is not None else (self._last_preview.astype(np.float32)/255.0)
|
|
1351
1351
|
|
|
1352
|
-
stretched = hard_autostretch(arr, target_median=0.5, sigma=2, linked=False,
|
|
1352
|
+
stretched = hard_autostretch(arr, target_median=0.5, sigma=2, linked=False, use_24bit=True)
|
|
1353
1353
|
|
|
1354
1354
|
buf8 = (np.clip(stretched, 0.0, 1.0) * 255.0).astype(np.uint8)
|
|
1355
1355
|
if buf8.ndim == 2:
|
|
@@ -1367,7 +1367,7 @@ class ABEDialog(QDialog):
|
|
|
1367
1367
|
if self._preview_source_f01 is None:
|
|
1368
1368
|
return
|
|
1369
1369
|
stretched = hard_autostretch(self._preview_source_f01, target_median=0.5, sigma=2,
|
|
1370
|
-
linked=False,
|
|
1370
|
+
linked=False, use_24bit=True)
|
|
1371
1371
|
buf8 = (np.clip(stretched, 0.0, 1.0) * 255.0).astype(np.uint8)
|
|
1372
1372
|
if buf8.ndim == 2:
|
|
1373
1373
|
buf8 = np.stack([buf8] * 3, axis=-1)
|
{setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/autostretch.py
RENAMED
|
@@ -4,12 +4,18 @@ import numpy as np
|
|
|
4
4
|
_MAX_STATS_PIXELS = 1_000_000
|
|
5
5
|
_DEFAULT_SIGMA = 3
|
|
6
6
|
_U8_MAX = 4095 # 12-bit output for better gradations than 255
|
|
7
|
-
|
|
7
|
+
_U24_MAX = 16777215 # 24-bit output for better gradations
|
|
8
8
|
|
|
9
9
|
# ---------- helpers (generic N-level pipeline) ----------
|
|
10
10
|
def _to_uN(a: np.ndarray, maxv: int) -> np.ndarray:
|
|
11
|
-
"""Convert to uint8/uint16 [0..maxv] for cheap hist/LUT work."""
|
|
12
|
-
|
|
11
|
+
"""Convert to uint8/uint16/uint32 [0..maxv] for cheap hist/LUT work."""
|
|
12
|
+
# uint8 for maxv <= 255, uint16 for 256..65535, uint32 for larger (24-bit)
|
|
13
|
+
if maxv > 65535:
|
|
14
|
+
tgt_dtype = np.uint32
|
|
15
|
+
elif maxv > 255:
|
|
16
|
+
tgt_dtype = np.uint16
|
|
17
|
+
else:
|
|
18
|
+
tgt_dtype = np.uint8
|
|
13
19
|
if a.dtype == tgt_dtype:
|
|
14
20
|
return a
|
|
15
21
|
if np.issubdtype(a.dtype, np.integer):
|
|
@@ -17,10 +23,12 @@ def _to_uN(a: np.ndarray, maxv: int) -> np.ndarray:
|
|
|
17
23
|
if info.max <= 0:
|
|
18
24
|
return np.zeros_like(a, dtype=tgt_dtype)
|
|
19
25
|
scaled = np.clip(a.astype(np.float32), 0, info.max) * (maxv / float(info.max))
|
|
20
|
-
|
|
26
|
+
# Clamp to maxv to avoid index-out-of-bounds when used as LUT indices
|
|
27
|
+
return np.minimum((scaled + 0.5).astype(tgt_dtype), maxv)
|
|
21
28
|
# float-ish
|
|
22
29
|
af = np.clip(a.astype(np.float32), 0.0, 1.0)
|
|
23
|
-
|
|
30
|
+
# Clamp to maxv: when af=1.0, af*maxv+0.5 can exceed maxv
|
|
31
|
+
return np.minimum((af * maxv + 0.5).astype(tgt_dtype), maxv)
|
|
24
32
|
|
|
25
33
|
def _choose_stride(h: int, w: int, max_pixels: int) -> tuple[int, int]:
|
|
26
34
|
n = h * w
|
|
@@ -132,29 +140,21 @@ def autostretch(
|
|
|
132
140
|
linked: bool = False,
|
|
133
141
|
sigma: float = _DEFAULT_SIGMA,
|
|
134
142
|
*,
|
|
135
|
-
|
|
143
|
+
use_24bit: bool | None = None,
|
|
136
144
|
) -> np.ndarray:
|
|
137
|
-
"""
|
|
138
|
-
High-quality autostretch that can operate in 16-bit (HQ, default) or 8-bit (fast) mode.
|
|
139
145
|
|
|
140
|
-
• 16-bit mode: smooth gradients, minimal posterization (recommended).
|
|
141
|
-
• 8-bit mode: slightly faster on very large images, lower fidelity.
|
|
142
|
-
|
|
143
|
-
If use_16bit is None, we try to read QSettings("display/autostretch_16bit") and
|
|
144
|
-
default to True on failure (no Qt in context).
|
|
145
|
-
"""
|
|
146
146
|
if img is None:
|
|
147
147
|
return None
|
|
148
148
|
|
|
149
149
|
# Optional auto-read from QSettings if caller didn’t pass a flag.
|
|
150
|
-
if
|
|
150
|
+
if use_24bit is None:
|
|
151
151
|
try:
|
|
152
152
|
from PyQt6.QtCore import QSettings
|
|
153
|
-
|
|
153
|
+
use_24bit = QSettings().value("display/autostretch_24bit", True, type=bool)
|
|
154
154
|
except Exception:
|
|
155
|
-
|
|
155
|
+
use_24bit = True
|
|
156
156
|
|
|
157
|
-
maxv =
|
|
157
|
+
maxv = _U24_MAX if use_24bit else _U8_MAX
|
|
158
158
|
a = np.asarray(img)
|
|
159
159
|
|
|
160
160
|
# MONO (or pseudo-mono)
|
{setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/gui/main_window.py
RENAMED
|
@@ -2798,7 +2798,7 @@ class AstroSuiteProMainWindow(
|
|
|
2798
2798
|
target = float(self.settings.value("display/target", 0.30, type=float))
|
|
2799
2799
|
sigma = float(self.settings.value("display/sigma", 5.0, type=float))
|
|
2800
2800
|
linked = bool(self.settings.value("display/stretch_linked", False, type=bool))
|
|
2801
|
-
|
|
2801
|
+
use_24 = self.settings.value("display/autostretch_24bit", True, type=bool)
|
|
2802
2802
|
|
|
2803
2803
|
# if your view exposes per-view overrides, prefer those
|
|
2804
2804
|
if hasattr(view, "autostretch_target"):
|
|
@@ -2824,7 +2824,7 @@ class AstroSuiteProMainWindow(
|
|
|
2824
2824
|
target_median=target,
|
|
2825
2825
|
linked=linked,
|
|
2826
2826
|
sigma=sigma,
|
|
2827
|
-
|
|
2827
|
+
use_24bit=use_24,
|
|
2828
2828
|
)
|
|
2829
2829
|
except Exception as e:
|
|
2830
2830
|
QMessageBox.warning(self, "Display-Stretch", f"Failed to apply autostretch:\n{e}")
|
{setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/ops/settings.py
RENAMED
|
@@ -96,8 +96,8 @@ class SettingsDialog(QDialog):
|
|
|
96
96
|
self.sp_min_alt = QDoubleSpinBox(); self.sp_min_alt.setRange(0.0, 90.0); self.sp_min_alt.setDecimals(1)
|
|
97
97
|
self.sp_obj_limit = QSpinBox(); self.sp_obj_limit.setRange(1, 1000)
|
|
98
98
|
|
|
99
|
-
self.
|
|
100
|
-
self.
|
|
99
|
+
self.chk_autostretch_24bit = QCheckBox(self.tr("High-quality autostretch (24-bit; better gradients)"))
|
|
100
|
+
self.chk_autostretch_24bit.setToolTip(self.tr("Compute autostretch on a 24-bit histogram (smoother gradients)."))
|
|
101
101
|
|
|
102
102
|
self.slider_bg_opacity = QSlider(Qt.Orientation.Horizontal)
|
|
103
103
|
self.slider_bg_opacity.setRange(0, 100)
|
|
@@ -178,7 +178,7 @@ class SettingsDialog(QDialog):
|
|
|
178
178
|
|
|
179
179
|
# ---- Display (moved under Theme) ----
|
|
180
180
|
left_col.addRow(QLabel(self.tr("<b>Display</b>")))
|
|
181
|
-
left_col.addRow(self.
|
|
181
|
+
left_col.addRow(self.chk_autostretch_24bit)
|
|
182
182
|
left_col.addRow(self.tr("Background Opacity:"), w_bg_opacity)
|
|
183
183
|
left_col.addRow(self.tr("Background Image:"), w_bg_image)
|
|
184
184
|
|
|
@@ -296,8 +296,8 @@ class SettingsDialog(QDialog):
|
|
|
296
296
|
self.sp_obj_limit.setValue(self.settings.value("object_limit", 100, type=int))
|
|
297
297
|
|
|
298
298
|
# Display
|
|
299
|
-
self.
|
|
300
|
-
self.settings.value("display/
|
|
299
|
+
self.chk_autostretch_24bit.setChecked(
|
|
300
|
+
self.settings.value("display/autostretch_24bit", True, type=bool)
|
|
301
301
|
)
|
|
302
302
|
|
|
303
303
|
current_opacity = self.settings.value("display/bg_opacity", 50, type=int)
|
|
@@ -464,7 +464,7 @@ class SettingsDialog(QDialog):
|
|
|
464
464
|
# Updates + Display
|
|
465
465
|
self.settings.setValue("updates/check_on_startup", self.chk_updates_startup.isChecked())
|
|
466
466
|
self.settings.setValue("updates/url", self.le_updates_url.text().strip())
|
|
467
|
-
self.settings.setValue("display/
|
|
467
|
+
self.settings.setValue("display/autostretch_24bit", self.chk_autostretch_24bit.isChecked())
|
|
468
468
|
|
|
469
469
|
# Custom background: persist the chosen path (empty -> remove)
|
|
470
470
|
bg_path = (self.le_bg_path.text() or "").strip()
|
|
@@ -1179,7 +1179,7 @@ class PixelMathDialogPro(QDialog):
|
|
|
1179
1179
|
target_median=float(getattr(self, "_as_target", 0.25)),
|
|
1180
1180
|
linked=bool(getattr(self, "_as_linked", True)),
|
|
1181
1181
|
sigma=float(getattr(self, "_as_sigma", 3.0)),
|
|
1182
|
-
|
|
1182
|
+
use_24bit=bool(getattr(self, "_as_24bit", True)),
|
|
1183
1183
|
)
|
|
1184
1184
|
|
|
1185
1185
|
self._set_preview_image(out)
|
{setiastrosuitepro-1.7.3 → setiastrosuitepro-1.7.3.post1}/src/setiastro/saspro/stacking_suite.py
RENAMED
|
@@ -7202,6 +7202,8 @@ class StackingSuiteDialog(QDialog):
|
|
|
7202
7202
|
)
|
|
7203
7203
|
main_layout.addWidget(self.clear_master_flat_selection_btn)
|
|
7204
7204
|
self.override_dark_combo.currentIndexChanged[int].connect(self.override_selected_master_dark_for_flats)
|
|
7205
|
+
# Connect selection change to update combobox
|
|
7206
|
+
self.flat_tree.itemSelectionChanged.connect(self._on_flat_tree_selection_changed)
|
|
7205
7207
|
self.update_override_dark_combo()
|
|
7206
7208
|
self.rebuild_flat_tree()
|
|
7207
7209
|
|
|
@@ -11703,6 +11705,51 @@ class StackingSuiteDialog(QDialog):
|
|
|
11703
11705
|
|
|
11704
11706
|
|
|
11705
11707
|
|
|
11708
|
+
def _on_flat_tree_selection_changed(self):
|
|
11709
|
+
"""Update the override_dark_combo to reflect the value stored in the selected row."""
|
|
11710
|
+
items = self.flat_tree.selectedItems()
|
|
11711
|
+
if not items:
|
|
11712
|
+
return
|
|
11713
|
+
|
|
11714
|
+
# Get the first top-level item (group row, not a leaf)
|
|
11715
|
+
selected_item = None
|
|
11716
|
+
for it in items:
|
|
11717
|
+
if not it.parent(): # Top-level item (group row)
|
|
11718
|
+
selected_item = it
|
|
11719
|
+
break
|
|
11720
|
+
|
|
11721
|
+
if not selected_item:
|
|
11722
|
+
return
|
|
11723
|
+
|
|
11724
|
+
# Read the stored value from column 2
|
|
11725
|
+
ud = selected_item.data(2, Qt.ItemDataRole.UserRole)
|
|
11726
|
+
|
|
11727
|
+
# Block signals to avoid triggering override_selected_master_dark_for_flats
|
|
11728
|
+
self.override_dark_combo.blockSignals(True)
|
|
11729
|
+
try:
|
|
11730
|
+
# Find the matching index in the combobox
|
|
11731
|
+
if ud is None:
|
|
11732
|
+
# "None (Use Auto-Select)" should be at index 0
|
|
11733
|
+
self.override_dark_combo.setCurrentIndex(0)
|
|
11734
|
+
elif ud == "__NO_DARK__":
|
|
11735
|
+
# "None (Use no Dark to Calibrate)" should be at index 1
|
|
11736
|
+
self.override_dark_combo.setCurrentIndex(1)
|
|
11737
|
+
else:
|
|
11738
|
+
# Find the item with matching userData (path)
|
|
11739
|
+
found_idx = -1
|
|
11740
|
+
for i in range(self.override_dark_combo.count()):
|
|
11741
|
+
item_ud = self.override_dark_combo.itemData(i)
|
|
11742
|
+
if item_ud == ud:
|
|
11743
|
+
found_idx = i
|
|
11744
|
+
break
|
|
11745
|
+
if found_idx >= 0:
|
|
11746
|
+
self.override_dark_combo.setCurrentIndex(found_idx)
|
|
11747
|
+
else:
|
|
11748
|
+
# If not found, default to index 0
|
|
11749
|
+
self.override_dark_combo.setCurrentIndex(0)
|
|
11750
|
+
finally:
|
|
11751
|
+
self.override_dark_combo.blockSignals(False)
|
|
11752
|
+
|
|
11706
11753
|
def override_selected_master_dark_for_flats(self, idx: int):
|
|
11707
11754
|
"""Apply combo choice to selected flat groups; stores path/token in row + dict."""
|
|
11708
11755
|
items = self.flat_tree.selectedItems()
|
|
@@ -589,7 +589,7 @@ class ImageSubWindow(QWidget):
|
|
|
589
589
|
# Context menu + shortcuts
|
|
590
590
|
self.setContextMenuPolicy(Qt.ContextMenuPolicy.CustomContextMenu)
|
|
591
591
|
self.customContextMenuRequested.connect(self._show_ctx_menu)
|
|
592
|
-
QShortcut(QKeySequence("F2"), self, activated=self.
|
|
592
|
+
QShortcut(QKeySequence("F2"), self, activated=self._rename_document)
|
|
593
593
|
QShortcut(QKeySequence("F3"), self, activated=self._rename_document)
|
|
594
594
|
#QShortcut(QKeySequence("A"), self, activated=self.toggle_autostretch)
|
|
595
595
|
QShortcut(QKeySequence("Ctrl+Space"), self, activated=self.toggle_autostretch)
|
|
@@ -1726,8 +1726,8 @@ class ImageSubWindow(QWidget):
|
|
|
1726
1726
|
|
|
1727
1727
|
def _show_ctx_menu(self, pos):
|
|
1728
1728
|
menu = QMenu(self)
|
|
1729
|
-
a_view = menu.addAction(self.tr("Rename View… (F2)"))
|
|
1730
|
-
a_doc = menu.addAction(self.tr("Rename Document… (
|
|
1729
|
+
#a_view = menu.addAction(self.tr("Rename View… (F2)"))
|
|
1730
|
+
a_doc = menu.addAction(self.tr("Rename Document… (F2)"))
|
|
1731
1731
|
menu.addSeparator()
|
|
1732
1732
|
a_min = menu.addAction(self.tr("Send to Shelf"))
|
|
1733
1733
|
a_clear = menu.addAction(self.tr("Clear View Name (use doc name)"))
|
|
@@ -1763,9 +1763,7 @@ class ImageSubWindow(QWidget):
|
|
|
1763
1763
|
|
|
1764
1764
|
act = menu.exec(self.mapToGlobal(pos))
|
|
1765
1765
|
|
|
1766
|
-
if act ==
|
|
1767
|
-
self._rename_view()
|
|
1768
|
-
elif act == a_doc:
|
|
1766
|
+
if act == a_doc:
|
|
1769
1767
|
self._rename_document()
|
|
1770
1768
|
elif act == a_min:
|
|
1771
1769
|
self._send_to_shelf()
|
|
@@ -1801,39 +1799,34 @@ class ImageSubWindow(QWidget):
|
|
|
1801
1799
|
sub.hide()
|
|
1802
1800
|
mw.window_shelf.add_entry(sub)
|
|
1803
1801
|
|
|
1804
|
-
|
|
1805
1802
|
def _rename_view(self):
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
if ok and new.strip():
|
|
1809
|
-
self._view_title_override = new.strip()
|
|
1810
|
-
self._sync_host_title() # calls _rebuild_title → emits viewTitleChanged
|
|
1803
|
+
"""LEGACY: View rename removed. Keep as shim so older calls don't break."""
|
|
1804
|
+
return self._rename_document()
|
|
1811
1805
|
|
|
1812
|
-
# optional: directly ping layers dock (defensive)
|
|
1813
|
-
mw = self._find_main_window()
|
|
1814
|
-
if mw and hasattr(mw, "layers_dock") and mw.layers_dock:
|
|
1815
|
-
try:
|
|
1816
|
-
mw.layers_dock._refresh_titles_only()
|
|
1817
|
-
except Exception:
|
|
1818
|
-
pass
|
|
1819
1806
|
|
|
1820
1807
|
def _rename_document(self):
|
|
1821
1808
|
current = self.document.display_name()
|
|
1822
|
-
new, ok = QInputDialog.getText(
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1809
|
+
new, ok = QInputDialog.getText(
|
|
1810
|
+
self, self.tr("Rename Document"), self.tr("New name:"), text=current
|
|
1811
|
+
)
|
|
1812
|
+
if not (ok and new.strip()):
|
|
1813
|
+
return
|
|
1814
|
+
|
|
1815
|
+
new_name = new.strip()
|
|
1816
|
+
if new_name == current:
|
|
1817
|
+
return
|
|
1818
|
+
|
|
1819
|
+
self.document.metadata["display_name"] = new_name
|
|
1820
|
+
self.document.changed.emit() # everyone listening updates
|
|
1821
|
+
self._sync_host_title() # update this subwindow title immediately
|
|
1822
|
+
|
|
1823
|
+
mw = self._find_main_window()
|
|
1824
|
+
if mw and hasattr(mw, "layers_dock") and mw.layers_dock:
|
|
1825
|
+
try:
|
|
1826
|
+
mw.layers_dock._refresh_titles_only()
|
|
1827
|
+
except Exception:
|
|
1828
|
+
pass
|
|
1829
|
+
|
|
1837
1830
|
|
|
1838
1831
|
def set_scale(self, s: float):
|
|
1839
1832
|
# Programmatic scale changes must schedule final smooth redraw
|
|
@@ -2528,7 +2521,7 @@ class ImageSubWindow(QWidget):
|
|
|
2528
2521
|
target_median=self.autostretch_target,
|
|
2529
2522
|
sigma=self.autostretch_sigma,
|
|
2530
2523
|
linked=(not is_mono and self._autostretch_linked),
|
|
2531
|
-
|
|
2524
|
+
use_24bit=None,
|
|
2532
2525
|
)
|
|
2533
2526
|
else:
|
|
2534
2527
|
vis = arr
|
|
@@ -2459,7 +2459,7 @@
|
|
|
2459
2459
|
"Choose SASP Data Folder",
|
|
2460
2460
|
"Choose…",
|
|
2461
2461
|
"Clear",
|
|
2462
|
-
"Compute autostretch on a
|
|
2462
|
+
"Compute autostretch on a 24-bit histogram (smoother gradients).",
|
|
2463
2463
|
"Cosmic Clarity",
|
|
2464
2464
|
"Cosmic Clarity Denoise Path:",
|
|
2465
2465
|
"Cosmic Clarity Executable Path (XL model included)",
|
|
@@ -2515,7 +2515,7 @@
|
|
|
2515
2515
|
"Grid Overlay",
|
|
2516
2516
|
"Hard",
|
|
2517
2517
|
"High",
|
|
2518
|
-
"High-quality autostretch (
|
|
2518
|
+
"High-quality autostretch (24-bit; better gradients)",
|
|
2519
2519
|
"Image cache size (slots):",
|
|
2520
2520
|
"Image Quality",
|
|
2521
2521
|
"Image Viewer",
|
|
@@ -1671,15 +1671,15 @@ TRANSLATIONS_AR = {
|
|
|
1671
1671
|
"Chinese": "الصينية",
|
|
1672
1672
|
"Choose Background…": "اختر الخلفية...",
|
|
1673
1673
|
"Clear": "مسح",
|
|
1674
|
-
"Compute autostretch on a
|
|
1675
|
-
"Cosmic Clarity folder:": "مجلد Cosmic Clarity:"
|
|
1674
|
+
"Compute autostretch on a 24-bit histogram (smoother gradients).": "حساب التمدد التلقائي على هيستوجرام 24-بت (تدرجات أكثر سلاسة).",
|
|
1675
|
+
"Cosmic Clarity folder:": "مجلد Cosmic Clarity:"
|
|
1676
1676
|
"Customize…": "تخصيص...",
|
|
1677
1677
|
"Edit custom colors and font": "تحرير الألوان والخطوط المخصصة",
|
|
1678
1678
|
"English": "الإنجليزية",
|
|
1679
1679
|
"French": "الفرنسية",
|
|
1680
1680
|
"German": "الألمانية",
|
|
1681
1681
|
"GraXpert executable:": "ملف GraXpert التنفيذي:",
|
|
1682
|
-
"High-quality autostretch (
|
|
1682
|
+
"High-quality autostretch (24-bit; better gradients)": "تمدد تلقائي عالي الجودة (24-بت؛ تدرجات أفضل)",
|
|
1683
1683
|
"Italian": "الإيطالية",
|
|
1684
1684
|
"Japanese": "اليابانية",
|
|
1685
1685
|
"Language changed. Please manually restart the application to apply the new language.": "تم تغيير اللغة. يرجى إعادة تشغيل التطبيق يدويًا لتطبيق اللغة الجديدة.",
|
|
@@ -1563,7 +1563,7 @@ TRANSLATIONS_DE = {
|
|
|
1563
1563
|
"Chinese": "Chinesisch",
|
|
1564
1564
|
"Choose Background…": "Hintergrund wählen…",
|
|
1565
1565
|
"Clear": "Löschen",
|
|
1566
|
-
"Compute autostretch on a
|
|
1566
|
+
"Compute autostretch on a 24-bit histogram (smoother gradients).": "Autostretch auf einem 24-Bit-Histogramm berechnen (glattere Gradienten).",
|
|
1567
1567
|
"Cosmic Clarity folder:": "Cosmic Clarity Ordner:",
|
|
1568
1568
|
"Customize…": "Anpassen…",
|
|
1569
1569
|
"Edit custom colors and font": "Benutzerdefinierte Farben und Schriftart bearbeiten",
|
|
@@ -1571,7 +1571,7 @@ TRANSLATIONS_DE = {
|
|
|
1571
1571
|
"French": "Französisch",
|
|
1572
1572
|
"German": "Deutsch",
|
|
1573
1573
|
"GraXpert executable:": "GraXpert-Ausführbare Datei:",
|
|
1574
|
-
"High-quality autostretch (
|
|
1574
|
+
"High-quality autostretch (24-bit; better gradients)": "Hochwertiger Autostretch (24-Bit; bessere Gradienten)",
|
|
1575
1575
|
"Italian": "Italienisch",
|
|
1576
1576
|
"Japanese": "Japanisch",
|
|
1577
1577
|
"Language changed. Please manually restart the application to apply the new language.": "Sprache geändert. Bitte starten Sie die Anwendung manuell neu, um die neue Sprache anzuwenden.",
|
|
@@ -2392,7 +2392,7 @@ TRANSLATIONS_ES = {
|
|
|
2392
2392
|
"Choose SASP Data Folder": "Elegir Carpeta de Datos SASP",
|
|
2393
2393
|
"Choose…": "Elegir…",
|
|
2394
2394
|
"Clear": "Limpiar",
|
|
2395
|
-
"Compute autostretch on a
|
|
2395
|
+
"Compute autostretch on a 24-bit histogram (smoother gradients).": "Calcular auto-estiramiento en histograma de 24-bit (gradientes más suaves).",
|
|
2396
2396
|
"Cosmic Clarity": "Cosmic Clarity",
|
|
2397
2397
|
"Cosmic Clarity Denoise Path:": "Ruta de Cosmic Clarity Denoise:",
|
|
2398
2398
|
"Cosmic Clarity Executable Path (XL model included)": "Ruta del Ejecutable Cosmic Clarity (modelo XL incluido)",
|
|
@@ -2447,7 +2447,7 @@ TRANSLATIONS_ES = {
|
|
|
2447
2447
|
"Grid line color:": "Color de línea de cuadrícula:",
|
|
2448
2448
|
"Hard": "Duro",
|
|
2449
2449
|
"High": "Alta",
|
|
2450
|
-
"High-quality autostretch (
|
|
2450
|
+
"High-quality autostretch (24-bit; better gradients)": "Auto-estiramiento de alta calidad (24-bit; mejores gradientes)",
|
|
2451
2451
|
"Image Quality": "Calidad de Imagen",
|
|
2452
2452
|
"Image Viewer": "Visor de Imágenes",
|
|
2453
2453
|
"Image cache size (slots):": "Tamaño de caché de imagen (slots):",
|
|
@@ -2436,7 +2436,7 @@ TRANSLATIONS_FR = {
|
|
|
2436
2436
|
"Chinese": "Chinois",
|
|
2437
2437
|
"Choose Background…": "Choisir l'Arrière-plan…",
|
|
2438
2438
|
"Clear": "Effacer",
|
|
2439
|
-
"Compute autostretch on a
|
|
2439
|
+
"Compute autostretch on a 24-bit histogram (smoother gradients).": "Calculer l'auto-étirement sur un histogramme 24-bit (dégradés plus doux).",
|
|
2440
2440
|
"Cosmic Clarity folder:": "Dossier Cosmic Clarity:",
|
|
2441
2441
|
"Customize…": "Personnaliser…",
|
|
2442
2442
|
"Dark": "Sombre",
|
|
@@ -2454,7 +2454,7 @@ TRANSLATIONS_FR = {
|
|
|
2454
2454
|
"German": "Allemand",
|
|
2455
2455
|
"GraXpert executable:": "Exécutable GraXpert:",
|
|
2456
2456
|
"High": "Haute",
|
|
2457
|
-
"High-quality autostretch (
|
|
2457
|
+
"High-quality autostretch (24-bit; better gradients)": "Auto-étirement haute qualité (24-bit; meilleurs dégradés)",
|
|
2458
2458
|
"Interface": "Interface",
|
|
2459
2459
|
"Interval (minutes)": "Intervalle (minutes)",
|
|
2460
2460
|
"Italian": "Italien",
|
|
@@ -1750,7 +1750,7 @@ TRANSLATIONS_HI = {
|
|
|
1750
1750
|
"Chinese": "चीनी (Chinese)",
|
|
1751
1751
|
"Choose Background…": "पृष्ठभूमि चुनें…",
|
|
1752
1752
|
"Clear": "साफ़ करें",
|
|
1753
|
-
"Compute autostretch on a
|
|
1753
|
+
"Compute autostretch on a 24-bit histogram (smoother gradients).": "24-बिट हिस्टोग्राम पर ऑटोस्ट्रेच की गणना करें (सुचारू ग्रेडिएंट्स)।",
|
|
1754
1754
|
"Cosmic Clarity folder:": "Cosmic Clarity फ़ोल्डर:",
|
|
1755
1755
|
"Customize…": "निजीकृत (Customize) करें…",
|
|
1756
1756
|
"Edit custom colors and font": "कस्टम रंग और फ़ॉन्ट संपादित करें",
|
|
@@ -1758,7 +1758,7 @@ TRANSLATIONS_HI = {
|
|
|
1758
1758
|
"French": "फ्रेंच (French)",
|
|
1759
1759
|
"German": "जर्मन (German)",
|
|
1760
1760
|
"GraXpert executable:": "GraXpert निष्पादन योग्य:",
|
|
1761
|
-
"High-quality autostretch (
|
|
1761
|
+
"High-quality autostretch (24-bit; better gradients)": "उच्च गुणवत्ता वाला ऑटोस्ट्रेच (24-बिट; बेहतर ग्रेडिएंट्स)",
|
|
1762
1762
|
"Italian": "इतालवी (Italian)",
|
|
1763
1763
|
"Japanese": "जापानी (Japanese)",
|
|
1764
1764
|
"Language changed. Please manually restart the application to apply the new language.": "भाषा बदल गई है। नई भाषा लागू करने के लिए कृपया एप्लिकेशन को मैन्युअल रूप से पुनरारंभ करें।",
|
|
@@ -2462,7 +2462,7 @@ TRANSLATIONS_IT = {
|
|
|
2462
2462
|
"Choose SASP Data Folder": "Choose SASP Data Folder",
|
|
2463
2463
|
"Choose…": "Choose…",
|
|
2464
2464
|
"Clear": "Cancella",
|
|
2465
|
-
"Compute autostretch on a
|
|
2465
|
+
"Compute autostretch on a 24-bit histogram (smoother gradients).": "Calcola autostretch su istogramma 24-bit (gradienti più uniformi).",
|
|
2466
2466
|
"Cosmic Clarity": "Cosmic Clarity",
|
|
2467
2467
|
"Cosmic Clarity Denoise Path:": "Cosmic Clarity Denoise Path:",
|
|
2468
2468
|
"Cosmic Clarity Executable Path (XL model included)": "Cosmic Clarity Executable Path (XL model included)",
|
|
@@ -2517,7 +2517,7 @@ TRANSLATIONS_IT = {
|
|
|
2517
2517
|
"Grid line color:": "Grid line color:",
|
|
2518
2518
|
"Hard": "Hard",
|
|
2519
2519
|
"High": "Alto",
|
|
2520
|
-
"High-quality autostretch (
|
|
2520
|
+
"High-quality autostretch (24-bit; better gradients)": "Autostretch alta qualità (24-bit; gradienti migliori)",
|
|
2521
2521
|
"Image Quality": "Image Quality",
|
|
2522
2522
|
"Image Viewer": "Image Viewer",
|
|
2523
2523
|
"Image cache size (slots):": "Image cache size (slots):",
|
|
@@ -1679,7 +1679,7 @@ TRANSLATIONS_JA = {
|
|
|
1679
1679
|
"Chinese": "中国語",
|
|
1680
1680
|
"Choose Background…": "背景を選択…",
|
|
1681
1681
|
"Clear": "消去",
|
|
1682
|
-
"Compute autostretch on a
|
|
1682
|
+
"Compute autostretch on a 24-bit histogram (smoother gradients).": "24ビットヒストグラムでオートストレッチを計算(より滑らかなグラデーション)。",
|
|
1683
1683
|
"Cosmic Clarity folder:": "Cosmic Clarity フォルダ:",
|
|
1684
1684
|
"Customize…": "カスタマイズ…",
|
|
1685
1685
|
"Edit custom colors and font": "カスタムの色とフォントを編集",
|
|
@@ -1687,7 +1687,7 @@ TRANSLATIONS_JA = {
|
|
|
1687
1687
|
"French": "フランス語",
|
|
1688
1688
|
"German": "ドイツ語",
|
|
1689
1689
|
"GraXpert executable:": "GraXpert 実行ファイル:",
|
|
1690
|
-
"High-quality autostretch (
|
|
1690
|
+
"High-quality autostretch (24-bit; better gradients)": "高品質オートストレッチ(24ビット、より良いグラデーション)",
|
|
1691
1691
|
"Italian": "イタリア語",
|
|
1692
1692
|
"Japanese": "日本語",
|
|
1693
1693
|
"Language changed. Please manually restart the application to apply the new language.": "言語が変更されました。新しい言語を適用するには、アプリを手動で再起動してください。",
|
|
@@ -1680,7 +1680,7 @@ TRANSLATIONS_PT = {
|
|
|
1680
1680
|
"Chinese": "Chinês",
|
|
1681
1681
|
"Choose Background…": "Escolher plano de fundo…",
|
|
1682
1682
|
"Clear": "Limpar",
|
|
1683
|
-
"Compute autostretch on a
|
|
1683
|
+
"Compute autostretch on a 24-bit histogram (smoother gradients).": "Calcular autostretch em um histograma de 24 bits (gradientes mais suaves).",
|
|
1684
1684
|
"Cosmic Clarity folder:": "Pasta Cosmic Clarity:",
|
|
1685
1685
|
"Customize…": "Personalizar…",
|
|
1686
1686
|
"Edit custom colors and font": "Editar cores e fontes personalizadas",
|
|
@@ -1688,7 +1688,7 @@ TRANSLATIONS_PT = {
|
|
|
1688
1688
|
"French": "Francês",
|
|
1689
1689
|
"German": "Alemão",
|
|
1690
1690
|
"GraXpert executable:": "Executável GraXpert:",
|
|
1691
|
-
"High-quality autostretch (
|
|
1691
|
+
"High-quality autostretch (24-bit; better gradients)": "Autostretch de alta qualidade (24 bits; melhores gradientes)",
|
|
1692
1692
|
"Italian": "Italiano",
|
|
1693
1693
|
"Japanese": "Japonês",
|
|
1694
1694
|
"Language changed. Please manually restart the application to apply the new language.": "Idioma alterado. Reinicie manualmente a aplicação para aplicar o novo idioma.",
|
|
@@ -1350,7 +1350,7 @@ TRANSLATIONS_RU = {
|
|
|
1350
1350
|
"Chinese": "Китайский",
|
|
1351
1351
|
"Choose Background…": "Выбрать фон…",
|
|
1352
1352
|
"Clear": "Очистить",
|
|
1353
|
-
"Compute autostretch on a
|
|
1353
|
+
"Compute autostretch on a 24-bit histogram (smoother gradients).": "Авто-растяжение по 24-бит гистограмме (плавные градиенты).",
|
|
1354
1354
|
"Cosmic Clarity folder:": "Папка Cosmic Clarity:",
|
|
1355
1355
|
"Customize…": "Настроить…",
|
|
1356
1356
|
"Edit custom colors and font": "Редактировать цвета и шрифт",
|
|
@@ -1358,7 +1358,7 @@ TRANSLATIONS_RU = {
|
|
|
1358
1358
|
"French": "Французский",
|
|
1359
1359
|
"German": "Немецкий",
|
|
1360
1360
|
"GraXpert executable:": "Исполняемый файл GraXpert:",
|
|
1361
|
-
"High-quality autostretch (
|
|
1361
|
+
"High-quality autostretch (24-bit; better gradients)": "Высококачественное авто-растяжение (24-бит)",
|
|
1362
1362
|
"Italian": "Итальянский",
|
|
1363
1363
|
"Japanese": "Японский",
|
|
1364
1364
|
"Language changed. Please manually restart the application to apply the new language.": "Язык изменен. Пожалуйста, перезапустите приложение вручную, чтобы применить новый язык.",
|
|
@@ -6463,7 +6463,7 @@ Set it in Preferences → ASTAP executable.</source>
|
|
|
6463
6463
|
<translation>مسح</translation>
|
|
6464
6464
|
</message>
|
|
6465
6465
|
<message>
|
|
6466
|
-
<source>Compute autostretch on a
|
|
6466
|
+
<source>Compute autostretch on a 24-bit histogram (smoother gradients).</source>
|
|
6467
6467
|
<translation>حساب التمدد التلقائي على هيستوجرام 16-بت (تدرجات أكثر سلاسة).</translation>
|
|
6468
6468
|
</message>
|
|
6469
6469
|
<message>
|
|
@@ -6495,7 +6495,7 @@ Set it in Preferences → ASTAP executable.</source>
|
|
|
6495
6495
|
<translation>ملف GraXpert التنفيذي:</translation>
|
|
6496
6496
|
</message>
|
|
6497
6497
|
<message>
|
|
6498
|
-
<source>High-quality autostretch (
|
|
6498
|
+
<source>High-quality autostretch (24-bit; better gradients)</source>
|
|
6499
6499
|
<translation>تمدد تلقائي عالي الجودة (16-بت؛ تدرجات أفضل)</translation>
|
|
6500
6500
|
</message>
|
|
6501
6501
|
<message>
|
|
@@ -6037,8 +6037,8 @@ Legen Sie ihn in Einstellungen → ASTAP-Programmdatei fest.</translation>
|
|
|
6037
6037
|
<translation>Löschen</translation>
|
|
6038
6038
|
</message>
|
|
6039
6039
|
<message>
|
|
6040
|
-
<source>Compute autostretch on a
|
|
6041
|
-
<translation>Autostretch auf einem
|
|
6040
|
+
<source>Compute autostretch on a 24-bit histogram (smoother gradients).</source>
|
|
6041
|
+
<translation>Autostretch auf einem 24-Bit-Histogramm berechnen (glattere Gradienten).</translation>
|
|
6042
6042
|
</message>
|
|
6043
6043
|
<message>
|
|
6044
6044
|
<source>Cosmic Clarity folder:</source>
|
|
@@ -6069,8 +6069,8 @@ Legen Sie ihn in Einstellungen → ASTAP-Programmdatei fest.</translation>
|
|
|
6069
6069
|
<translation>GraXpert-Ausführbare Datei:</translation>
|
|
6070
6070
|
</message>
|
|
6071
6071
|
<message>
|
|
6072
|
-
<source>High-quality autostretch (
|
|
6073
|
-
<translation>Hochwertiger Autostretch (
|
|
6072
|
+
<source>High-quality autostretch (24-bit; better gradients)</source>
|
|
6073
|
+
<translation>Hochwertiger Autostretch (24-Bit; bessere Gradienten)</translation>
|
|
6074
6074
|
</message>
|
|
6075
6075
|
<message>
|
|
6076
6076
|
<source>Italian</source>
|
|
@@ -9236,7 +9236,7 @@ Configúrelo en Preferencias → Ejecutable ASTAP.</translation>
|
|
|
9236
9236
|
<translation>Limpiar</translation>
|
|
9237
9237
|
</message>
|
|
9238
9238
|
<message>
|
|
9239
|
-
<source>Compute autostretch on a
|
|
9239
|
+
<source>Compute autostretch on a 24-bit histogram (smoother gradients).</source>
|
|
9240
9240
|
<translation>Calcular auto-estiramiento en histograma de 16-bit (gradientes más suaves).</translation>
|
|
9241
9241
|
</message>
|
|
9242
9242
|
<message>
|
|
@@ -9458,7 +9458,7 @@ Configúrelo en Preferencias → Ejecutable ASTAP.</translation>
|
|
|
9458
9458
|
<translation>Alta</translation>
|
|
9459
9459
|
</message>
|
|
9460
9460
|
<message>
|
|
9461
|
-
<source>High-quality autostretch (
|
|
9461
|
+
<source>High-quality autostretch (24-bit; better gradients)</source>
|
|
9462
9462
|
<translation>Auto-estiramiento de alta calidad (16-bit; mejores gradientes)</translation>
|
|
9463
9463
|
</message>
|
|
9464
9464
|
<message>
|