setiastrosuitepro 1.6.0__tar.gz → 1.6.5.post2__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.6.0 → setiastrosuitepro-1.6.5.post2}/PKG-INFO +15 -3
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/README.md +14 -2
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/pyproject.toml +1 -7
- setiastrosuitepro-1.6.5.post2/src/setiastro/images/Background_startup.jpg +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/images/rotatearbitrary.png +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/qml/ResourceMonitor.qml +126 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/__main__.py +241 -67
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/_generated/build_info.py +3 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/abe.py +76 -25
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/aberration_ai.py +22 -18
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/add_stars.py +15 -12
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/astrobin_exporter.py +61 -58
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/astrospike_python.py +3 -1
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/autostretch.py +4 -2
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/backgroundneutral.py +65 -14
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/batch_convert.py +8 -5
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/batch_renamer.py +39 -36
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/blemish_blaster.py +15 -12
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/blink_comparator_pro.py +605 -379
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/cheat_sheet.py +62 -17
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/clahe.py +34 -8
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/comet_stacking.py +103 -38
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/common_tr.py +107 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/continuum_subtract.py +7 -7
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/convo.py +12 -9
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/copyastro.py +3 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/cosmicclarity.py +77 -52
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/crop_dialog_pro.py +80 -45
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/curve_editor_pro.py +51 -33
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/debayer.py +6 -3
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/doc_manager.py +49 -19
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/exoplanet_detector.py +11 -11
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/fitsmodifier.py +48 -44
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/fix_bom.py +32 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/frequency_separation.py +18 -12
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/function_bundle.py +18 -16
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/generate_translations.py +3092 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/ghs_dialog_pro.py +19 -16
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/graxpert.py +3 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/main_window.py +515 -227
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/dock_mixin.py +123 -11
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/file_mixin.py +25 -20
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/geometry_mixin.py +115 -15
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/header_mixin.py +6 -6
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/mask_mixin.py +8 -8
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/menu_mixin.py +62 -33
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/toolbar_mixin.py +533 -238
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/update_mixin.py +50 -36
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/gui/statistics_dialog.py +47 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/halobgon.py +29 -3
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/header_viewer.py +21 -18
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/histogram.py +29 -26
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/history_explorer.py +2 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/i18n.py +168 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/image_combine.py +3 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/image_peeker_pro.py +52 -44
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/imageops/stretch.py +5 -13
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/isophote.py +3 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/legacy/image_manager.py +154 -20
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/legacy/numba_utils.py +64 -47
- {setiastrosuitepro-1.6.0/src/setiastro/saspro → setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/legacy}/xisf.py +101 -11
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/linear_fit.py +3 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/live_stacking.py +13 -2
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/luminancerecombine.py +510 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/mask_creation.py +180 -22
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/mfdeconv.py +89 -21
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/mfdeconvcudnn.py +83 -21
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/mfdeconvsport.py +84 -21
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/morphology.py +38 -13
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/multiscale_decomp.py +713 -256
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/nbtorgb_stars.py +12 -2
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/numba_utils.py +149 -48
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/ops/script_editor.py +5 -2
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/ops/scripts.py +80 -17
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/ops/settings.py +177 -100
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/perfect_palette_picker.py +25 -7
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/pixelmath.py +114 -110
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/plate_solver.py +118 -108
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/remove_green.py +24 -7
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/remove_stars.py +136 -162
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/remove_stars_preset.py +55 -13
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/resources.py +46 -15
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/rgb_combination.py +19 -18
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/rgbalign.py +11 -11
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/save_options.py +5 -4
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/selective_color.py +84 -25
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/sfcc.py +119 -72
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/shortcuts.py +345 -36
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/signature_insert.py +4 -1
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/stacking_suite.py +2525 -1171
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/star_alignment.py +291 -331
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/star_spikes.py +137 -53
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/star_stretch.py +47 -10
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/stat_stretch.py +52 -16
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/status_log_dock.py +1 -1
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/subwindow.py +423 -283
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/supernovaasteroidhunter.py +68 -61
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/swap_manager.py +134 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/all_source_strings.json +4726 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/ar_translations.py +4096 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/de_translations.py +3728 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/es_translations.py +4169 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/fr_translations.py +4090 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/hi_translations.py +3803 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/integrate_translations.py +271 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/it_translations.py +4728 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/ja_translations.py +3834 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/pt_translations.py +3847 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/ru_translations.py +3082 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_ar.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_ar.ts +16019 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_de.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_de.ts +14548 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_es.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_es.ts +16202 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_fr.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_fr.ts +15870 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_hi.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_hi.ts +14855 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_it.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_it.ts +19046 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_ja.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_ja.ts +14980 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_pt.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_pt.ts +15024 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_ru.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_ru.ts +11835 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_sw.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_sw.ts +15237 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_uk.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_uk.ts +15248 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_zh.qm +0 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/saspro_zh.ts +15289 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/sw_translations.py +3897 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/uk_translations.py +3929 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/translations/zh_translations.py +3910 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/versioning.py +77 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/view_bundle.py +20 -17
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/wavescale_hdr.py +54 -33
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/wavescale_hdr_preset.py +6 -5
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/wavescalede.py +54 -31
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/wavescalede_preset.py +9 -7
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/whitebalance.py +80 -23
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/widgets/common_utilities.py +12 -11
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/widgets/minigame/game.js +991 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/widgets/minigame/index.html +53 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/widgets/minigame/style.css +241 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/widgets/preview_dialogs.py +8 -8
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/widgets/resource_monitor.py +263 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/widgets/spinboxes.py +18 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/widgets/wavelet_utils.py +52 -20
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/wimi.py +7996 -0
- setiastrosuitepro-1.6.5.post2/src/setiastro/saspro/wims.py +578 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/window_shelf.py +2 -2
- {setiastrosuitepro-1.6.0/src/setiastro/saspro/legacy → setiastrosuitepro-1.6.5.post2/src/setiastro/saspro}/xisf.py +240 -98
- setiastrosuitepro-1.6.0/src/setiastro/saspro/_generated/build_info.py +0 -2
- setiastrosuitepro-1.6.0/src/setiastro/saspro/luminancerecombine.py +0 -309
- setiastrosuitepro-1.6.0/src/setiastro/saspro/swap_manager.py +0 -99
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/LICENSE +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/license.txt +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/__init__.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/SASP_data.fits +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/List_of_Galaxies_with_Distances_Gly.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/astrobin_filters.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/astrobin_filters_page1_local.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/cali2.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/cali2color.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/celestial_catalog - original.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/celestial_catalog.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/detected_stars.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/fits_header_data.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/test.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/data/catalogs/updated_celestial_catalog.csv +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/Astro_Spikes.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/HRDiagram.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/LExtract.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/LInsert.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/Oxygenation-atm-2.svg.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/RGB080604.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/abeicon.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/aberration.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/andromedatry.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/andromedatry_satellited.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/annotated.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/aperture.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/astrosuite.ico +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/astrosuite.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/astrosuitepro.icns +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/astrosuitepro.ico +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/astrosuitepro.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/background.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/background2.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/benchmark.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/big_moon_stabilizer_timeline.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/big_moon_stabilizer_timeline_clean.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/blaster.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/blink.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/clahe.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/collage.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/colorwheel.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/contsub.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/convo.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/copyslot.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/cosmic.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/cosmicsat.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/crop1.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/cropicon.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/curves.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/cvs.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/debayer.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/denoise_cnn_custom.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/denoise_cnn_graph.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/disk.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/dse.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/exoicon.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/eye.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/fliphorizontal.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/flipvertical.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/font.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/freqsep.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/functionbundle.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/graxpert.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/green.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/gridicon.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/halo.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/hdr.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/histogram.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/hubble.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/imagecombine.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/invert.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/isophote.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/isophote_demo_figure.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/isophote_demo_image.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/isophote_demo_model.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/isophote_demo_residual.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/jwstpupil.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/linearfit.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/livestacking.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/mask.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/maskapply.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/maskcreate.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/maskremove.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/morpho.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/mosaic.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/multiscale_decomp.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/nbtorgb.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/neutral.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/nuke.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/openfile.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/pedestal.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/pen.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/pixelmath.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/platesolve.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/ppp.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/pro.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/project.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/psf.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/redo.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/redoicon.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/rescale.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/rgbalign.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/rgbcombo.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/rgbextract.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/rotate180.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/rotateclockwise.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/rotatecounterclockwise.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/satellite.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/script.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/selectivecolor.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/simbad.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/slot0.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/slot1.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/slot2.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/slot3.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/slot4.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/slot5.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/slot6.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/slot7.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/slot8.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/slot9.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/spcc.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/spin_precession_vs_lunar_distance.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/spinner.gif +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/stacking.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/staradd.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/staralign.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/starnet.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/starregistration.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/starspike.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/starstretch.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/statstretch.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/supernova.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/uhs.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/undoicon.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/upscale.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/viewbundle.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/whitebalance.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/wimi_icon_256x256.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/wimilogo.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/wims.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/wrench_icon.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2/src/setiastro}/images/xisfliberator.png +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/__init__.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/_generated/__init__.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/abe_preset.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/aberration_ai_preset.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/accel_installer.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/accel_workers.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/astrospike.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/bundles.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/bundles_dock.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/config.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/config_bootstrap.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/config_manager.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/convo_preset.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/cosmicclarity_preset.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/crop_preset.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/curves_preset.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/debug_utils.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/dnd_mime.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/file_utils.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/free_torch_memory.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/ghs_preset.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/graxpert_preset.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/__init__.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/__init__.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/theme_mixin.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/gui/mixins/view_mixin.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/headless_utils.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/imageops/__init__.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/imageops/mdi_snap.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/imageops/scnr.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/imageops/starbasedwhitebalance.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/layers.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/layers_dock.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/lazy_imports.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/legacy/__init__.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/log_bus.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/logging_config.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/main_helpers.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/masks_core.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/mdi_widgets.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/memory_utils.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/metadata_patcher.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/mfdeconv_earlystop.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/minorbodycatalog.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/numba_warmup.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/ops/__init__.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/ops/command_help_dialog.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/ops/command_runner.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/ops/commands.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/parallel_utils.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/pedestal.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/pipeline.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/project_io.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/psf_utils.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/psf_viewer.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/pyi_rthook_astroquery.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/rgb_extract.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/runtime_imports.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/runtime_torch.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/star_alignment_preset.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/star_metrics.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/torch_backend.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/torch_rejection.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/wcs_update.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/widgets/__init__.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/widgets/graphics_views.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/widgets/image_utils.py +0 -0
- {setiastrosuitepro-1.6.0 → setiastrosuitepro-1.6.5.post2}/src/setiastro/saspro/widgets/themed_buttons.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: setiastrosuitepro
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.5.post2
|
|
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
|
|
@@ -64,8 +64,20 @@ Description-Content-Type: text/markdown
|
|
|
64
64
|
#### Website: [www.setiastro.com](http://www.setiastro.com)
|
|
65
65
|
|
|
66
66
|
### Other contributors:
|
|
67
|
-
- Fabio Tempera
|
|
68
|
-
|
|
67
|
+
- [Fabio Tempera](https://github.com/Ft2801) 🥇
|
|
68
|
+
- Complete code refactoring of `setiastrosuitepro.py` (20,000+ lines), and duplicated code removal across the project
|
|
69
|
+
- Addition of AstroSpikes tool, secret minigame, system resources monitor, app statistics, and 10+ language translations
|
|
70
|
+
- Implementation of UI elements, startup window, caching methods, lazy imports, utils functions, better memory management, and other important code optimizations across the entire project
|
|
71
|
+
- [Joaquin Rodriguez](https://github.com/jrhuerta)
|
|
72
|
+
- Project migration to Poetry
|
|
73
|
+
- [Tim Dicke](https://github.com/dickett)
|
|
74
|
+
- Windows and MacOS installer development
|
|
75
|
+
- MacOS Wiki instructions maintenance
|
|
76
|
+
- App testing and small bugfixes
|
|
77
|
+
- [Michael Lev](https://github.com/MichaelLevAstro)
|
|
78
|
+
- Addition of hebrew language
|
|
79
|
+
- [Andrew Witwicki](https://github.com/awitwicki)
|
|
80
|
+
- Addition of ukrainian language
|
|
69
81
|
---
|
|
70
82
|
|
|
71
83
|
## Overview
|
|
@@ -4,8 +4,20 @@
|
|
|
4
4
|
#### Website: [www.setiastro.com](http://www.setiastro.com)
|
|
5
5
|
|
|
6
6
|
### Other contributors:
|
|
7
|
-
- Fabio Tempera
|
|
8
|
-
|
|
7
|
+
- [Fabio Tempera](https://github.com/Ft2801) 🥇
|
|
8
|
+
- Complete code refactoring of `setiastrosuitepro.py` (20,000+ lines), and duplicated code removal across the project
|
|
9
|
+
- Addition of AstroSpikes tool, secret minigame, system resources monitor, app statistics, and 10+ language translations
|
|
10
|
+
- Implementation of UI elements, startup window, caching methods, lazy imports, utils functions, better memory management, and other important code optimizations across the entire project
|
|
11
|
+
- [Joaquin Rodriguez](https://github.com/jrhuerta)
|
|
12
|
+
- Project migration to Poetry
|
|
13
|
+
- [Tim Dicke](https://github.com/dickett)
|
|
14
|
+
- Windows and MacOS installer development
|
|
15
|
+
- MacOS Wiki instructions maintenance
|
|
16
|
+
- App testing and small bugfixes
|
|
17
|
+
- [Michael Lev](https://github.com/MichaelLevAstro)
|
|
18
|
+
- Addition of hebrew language
|
|
19
|
+
- [Andrew Witwicki](https://github.com/awitwicki)
|
|
20
|
+
- Addition of ukrainian language
|
|
9
21
|
---
|
|
10
22
|
|
|
11
23
|
## Overview
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "setiastrosuitepro"
|
|
3
|
-
version = "1.6.
|
|
3
|
+
version = "1.6.5.post2"
|
|
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"
|
|
@@ -16,12 +16,6 @@ classifiers = [
|
|
|
16
16
|
"Topic :: Scientific/Engineering :: Astronomy",
|
|
17
17
|
]
|
|
18
18
|
packages = [{include = "setiastro", from = "src"}]
|
|
19
|
-
include = [
|
|
20
|
-
{path = "images", format = "sdist"},
|
|
21
|
-
{path = "data", format = "sdist"},
|
|
22
|
-
{path = "images/**/*", format = "sdist"},
|
|
23
|
-
{path = "data/**/*", format = "sdist"},
|
|
24
|
-
]
|
|
25
19
|
|
|
26
20
|
[tool.poetry.dependencies]
|
|
27
21
|
python = "^3.10"
|
|
Binary file
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import QtQuick 2.15
|
|
2
|
+
import QtQuick.Controls 2.15
|
|
3
|
+
import QtQuick.Layouts 1.15
|
|
4
|
+
|
|
5
|
+
Rectangle {
|
|
6
|
+
id: root
|
|
7
|
+
// Wider to fit 3 gauges + spacing
|
|
8
|
+
width: 200
|
|
9
|
+
height: 60
|
|
10
|
+
// 50% opacity black
|
|
11
|
+
color: "#80000000"
|
|
12
|
+
radius: 30
|
|
13
|
+
border.color: "#555"
|
|
14
|
+
border.width: 1
|
|
15
|
+
|
|
16
|
+
property double cpuUsage: 0.0
|
|
17
|
+
property double ramUsage: 0.0
|
|
18
|
+
property double gpuUsage: 0.0
|
|
19
|
+
property double appRamUsage: 0.0
|
|
20
|
+
property string appRamString: "0 MB"
|
|
21
|
+
|
|
22
|
+
// Helper component for gauges
|
|
23
|
+
component MiniGauge: Item {
|
|
24
|
+
Layout.preferredWidth: 40
|
|
25
|
+
Layout.preferredHeight: 40
|
|
26
|
+
property string label: ""
|
|
27
|
+
property color barColor: "#0f0"
|
|
28
|
+
property double value: 0
|
|
29
|
+
|
|
30
|
+
// Trigger repaint when value changes
|
|
31
|
+
onValueChanged: if (gaugeCanvas) gaugeCanvas.requestPaint()
|
|
32
|
+
|
|
33
|
+
Canvas {
|
|
34
|
+
id: gaugeCanvas
|
|
35
|
+
anchors.fill: parent
|
|
36
|
+
antialiasing: true
|
|
37
|
+
onPaint: {
|
|
38
|
+
var ctx = getContext("2d");
|
|
39
|
+
var cx = width / 2;
|
|
40
|
+
var cy = height / 2;
|
|
41
|
+
var r = (width / 2) - 3;
|
|
42
|
+
|
|
43
|
+
ctx.reset();
|
|
44
|
+
|
|
45
|
+
// Track
|
|
46
|
+
ctx.beginPath();
|
|
47
|
+
ctx.arc(cx, cy, r, 0, 2*Math.PI);
|
|
48
|
+
ctx.lineWidth = 4;
|
|
49
|
+
ctx.strokeStyle = "#444";
|
|
50
|
+
ctx.stroke();
|
|
51
|
+
|
|
52
|
+
// Value Arc
|
|
53
|
+
// start at -90 deg (top)
|
|
54
|
+
var start = -Math.PI/2;
|
|
55
|
+
var end = start + (value/100 * 2*Math.PI);
|
|
56
|
+
|
|
57
|
+
ctx.beginPath();
|
|
58
|
+
ctx.arc(cx, cy, r, start, end);
|
|
59
|
+
ctx.lineWidth = 4;
|
|
60
|
+
ctx.lineCap = "round";
|
|
61
|
+
ctx.strokeStyle = barColor;
|
|
62
|
+
ctx.stroke();
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// Numeric Percent in center
|
|
67
|
+
Text {
|
|
68
|
+
anchors.centerIn: parent
|
|
69
|
+
text: Math.round(value) + "%"
|
|
70
|
+
font.pixelSize: 10
|
|
71
|
+
font.bold: true
|
|
72
|
+
color: "#fff"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
RowLayout {
|
|
77
|
+
anchors.centerIn: parent
|
|
78
|
+
spacing: 15
|
|
79
|
+
|
|
80
|
+
// --- CPU ---
|
|
81
|
+
ColumnLayout {
|
|
82
|
+
spacing: 2
|
|
83
|
+
MiniGauge {
|
|
84
|
+
value: root.cpuUsage
|
|
85
|
+
// Dynamic color
|
|
86
|
+
barColor: root.cpuUsage > 80 ? "#ff4444" : (root.cpuUsage > 50 ? "#ffbb33" : "#00C851")
|
|
87
|
+
}
|
|
88
|
+
Text {
|
|
89
|
+
Layout.alignment: Qt.AlignHCenter
|
|
90
|
+
text: "CPU"
|
|
91
|
+
color: "#aaaaaa"
|
|
92
|
+
font.pixelSize: 9
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// --- RAM ---
|
|
97
|
+
ColumnLayout {
|
|
98
|
+
spacing: 2
|
|
99
|
+
MiniGauge {
|
|
100
|
+
value: root.ramUsage
|
|
101
|
+
barColor: "#33b5e5"
|
|
102
|
+
}
|
|
103
|
+
Text {
|
|
104
|
+
Layout.alignment: Qt.AlignHCenter
|
|
105
|
+
text: "RAM"
|
|
106
|
+
color: "#aaaaaa"
|
|
107
|
+
font.pixelSize: 9
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// --- GPU ---
|
|
112
|
+
ColumnLayout {
|
|
113
|
+
spacing: 2
|
|
114
|
+
MiniGauge {
|
|
115
|
+
value: root.gpuUsage
|
|
116
|
+
barColor: "#aa66cc"
|
|
117
|
+
}
|
|
118
|
+
Text {
|
|
119
|
+
Layout.alignment: Qt.AlignHCenter
|
|
120
|
+
text: "GPU"
|
|
121
|
+
color: "#aaaaaa"
|
|
122
|
+
font.pixelSize: 9
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|