setiastrosuitepro 1.6.1.post1__py3-none-any.whl → 1.6.2__py3-none-any.whl
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.
- setiastro/images/Background_startup.jpg +0 -0
- setiastro/qml/ResourceMonitor.qml +126 -0
- setiastro/saspro/__main__.py +162 -25
- setiastro/saspro/_generated/build_info.py +2 -1
- setiastro/saspro/abe.py +62 -11
- setiastro/saspro/aberration_ai.py +3 -3
- setiastro/saspro/add_stars.py +5 -2
- setiastro/saspro/astrobin_exporter.py +3 -0
- setiastro/saspro/astrospike_python.py +3 -1
- setiastro/saspro/autostretch.py +4 -2
- setiastro/saspro/backgroundneutral.py +52 -10
- setiastro/saspro/batch_convert.py +3 -0
- setiastro/saspro/batch_renamer.py +3 -0
- setiastro/saspro/blemish_blaster.py +3 -0
- setiastro/saspro/cheat_sheet.py +50 -15
- setiastro/saspro/clahe.py +27 -1
- setiastro/saspro/comet_stacking.py +103 -38
- setiastro/saspro/convo.py +3 -0
- setiastro/saspro/copyastro.py +3 -0
- setiastro/saspro/cosmicclarity.py +70 -45
- setiastro/saspro/crop_dialog_pro.py +17 -0
- setiastro/saspro/curve_editor_pro.py +18 -0
- setiastro/saspro/debayer.py +3 -0
- setiastro/saspro/doc_manager.py +39 -16
- setiastro/saspro/fitsmodifier.py +3 -0
- setiastro/saspro/frequency_separation.py +8 -2
- setiastro/saspro/function_bundle.py +2 -0
- setiastro/saspro/generate_translations.py +715 -1
- setiastro/saspro/ghs_dialog_pro.py +3 -0
- setiastro/saspro/graxpert.py +3 -0
- setiastro/saspro/gui/main_window.py +272 -29
- setiastro/saspro/gui/mixins/dock_mixin.py +100 -1
- setiastro/saspro/gui/mixins/file_mixin.py +7 -0
- setiastro/saspro/gui/mixins/menu_mixin.py +28 -0
- setiastro/saspro/gui/statistics_dialog.py +47 -0
- setiastro/saspro/halobgon.py +29 -3
- setiastro/saspro/histogram.py +3 -0
- setiastro/saspro/history_explorer.py +2 -0
- setiastro/saspro/i18n.py +22 -10
- setiastro/saspro/image_combine.py +3 -0
- setiastro/saspro/image_peeker_pro.py +3 -0
- setiastro/saspro/imageops/stretch.py +5 -13
- setiastro/saspro/isophote.py +3 -0
- setiastro/saspro/legacy/numba_utils.py +64 -47
- setiastro/saspro/linear_fit.py +3 -0
- setiastro/saspro/live_stacking.py +13 -2
- setiastro/saspro/mask_creation.py +3 -0
- setiastro/saspro/mfdeconv.py +5 -0
- setiastro/saspro/morphology.py +30 -5
- setiastro/saspro/multiscale_decomp.py +3 -0
- setiastro/saspro/nbtorgb_stars.py +12 -2
- setiastro/saspro/numba_utils.py +148 -47
- setiastro/saspro/ops/scripts.py +77 -17
- setiastro/saspro/ops/settings.py +1 -43
- setiastro/saspro/perfect_palette_picker.py +1 -0
- setiastro/saspro/pixelmath.py +6 -2
- setiastro/saspro/plate_solver.py +1 -0
- setiastro/saspro/remove_green.py +18 -1
- setiastro/saspro/remove_stars.py +136 -162
- setiastro/saspro/resources.py +7 -0
- setiastro/saspro/rgb_combination.py +1 -0
- setiastro/saspro/rgbalign.py +4 -4
- setiastro/saspro/save_options.py +1 -0
- setiastro/saspro/sfcc.py +50 -8
- setiastro/saspro/signature_insert.py +3 -0
- setiastro/saspro/stacking_suite.py +630 -341
- setiastro/saspro/star_alignment.py +16 -1
- setiastro/saspro/star_spikes.py +116 -32
- setiastro/saspro/star_stretch.py +38 -1
- setiastro/saspro/stat_stretch.py +35 -3
- setiastro/saspro/subwindow.py +63 -2
- setiastro/saspro/supernovaasteroidhunter.py +3 -0
- setiastro/saspro/translations/all_source_strings.json +3654 -0
- setiastro/saspro/translations/ar_translations.py +3865 -0
- setiastro/saspro/translations/de_translations.py +16 -0
- setiastro/saspro/translations/es_translations.py +16 -0
- setiastro/saspro/translations/fr_translations.py +16 -0
- setiastro/saspro/translations/hi_translations.py +3571 -0
- setiastro/saspro/translations/integrate_translations.py +36 -0
- setiastro/saspro/translations/it_translations.py +16 -0
- setiastro/saspro/translations/ja_translations.py +16 -0
- setiastro/saspro/translations/pt_translations.py +16 -0
- setiastro/saspro/translations/ru_translations.py +2848 -0
- setiastro/saspro/translations/saspro_ar.qm +0 -0
- setiastro/saspro/translations/saspro_ar.ts +255 -0
- setiastro/saspro/translations/saspro_de.qm +0 -0
- setiastro/saspro/translations/saspro_de.ts +3 -3
- setiastro/saspro/translations/saspro_es.qm +0 -0
- setiastro/saspro/translations/saspro_es.ts +3 -3
- setiastro/saspro/translations/saspro_fr.qm +0 -0
- setiastro/saspro/translations/saspro_fr.ts +3 -3
- setiastro/saspro/translations/saspro_hi.qm +0 -0
- setiastro/saspro/translations/saspro_hi.ts +257 -0
- setiastro/saspro/translations/saspro_it.qm +0 -0
- setiastro/saspro/translations/saspro_it.ts +3 -3
- setiastro/saspro/translations/saspro_ja.qm +0 -0
- setiastro/saspro/translations/saspro_ja.ts +4 -4
- setiastro/saspro/translations/saspro_pt.qm +0 -0
- setiastro/saspro/translations/saspro_pt.ts +3 -3
- setiastro/saspro/translations/saspro_ru.qm +0 -0
- setiastro/saspro/translations/saspro_ru.ts +237 -0
- setiastro/saspro/translations/saspro_sw.qm +0 -0
- setiastro/saspro/translations/saspro_sw.ts +257 -0
- setiastro/saspro/translations/saspro_uk.qm +0 -0
- setiastro/saspro/translations/saspro_uk.ts +10771 -0
- setiastro/saspro/translations/saspro_zh.qm +0 -0
- setiastro/saspro/translations/saspro_zh.ts +3 -3
- setiastro/saspro/translations/sw_translations.py +3671 -0
- setiastro/saspro/translations/uk_translations.py +3700 -0
- setiastro/saspro/translations/zh_translations.py +16 -0
- setiastro/saspro/versioning.py +36 -5
- setiastro/saspro/view_bundle.py +3 -0
- setiastro/saspro/wavescale_hdr.py +22 -1
- setiastro/saspro/wavescalede.py +23 -1
- setiastro/saspro/whitebalance.py +39 -3
- setiastro/saspro/widgets/minigame/game.js +986 -0
- setiastro/saspro/widgets/minigame/index.html +53 -0
- setiastro/saspro/widgets/minigame/style.css +241 -0
- setiastro/saspro/widgets/resource_monitor.py +237 -0
- setiastro/saspro/widgets/wavelet_utils.py +52 -20
- setiastro/saspro/wimi.py +35 -15
- {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.2.dist-info}/METADATA +15 -4
- {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.2.dist-info}/RECORD +127 -104
- {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.2.dist-info}/WHEEL +0 -0
- {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.2.dist-info}/entry_points.txt +0 -0
- {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.2.dist-info}/licenses/LICENSE +0 -0
- {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.2.dist-info}/licenses/license.txt +0 -0
|
@@ -804,6 +804,7 @@ TRANSLATIONS_DE = {
|
|
|
804
804
|
"Value": "Wert",
|
|
805
805
|
},
|
|
806
806
|
"FileMixin": {
|
|
807
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "Neues Projekt starten? Dies schließt alle Ansichten und löscht Desktop-Verknüpfungen.",
|
|
807
808
|
"Failed to save:\n{e}": "Speichern fehlgeschlagen:\n{e}",
|
|
808
809
|
"Failed to save:\n{msg}": "Speichern fehlgeschlagen:\n{msg}",
|
|
809
810
|
"File not found": "Datei nicht gefunden",
|
|
@@ -1075,6 +1076,7 @@ TRANSLATIONS_DE = {
|
|
|
1075
1076
|
},
|
|
1076
1077
|
"MenuMixin": {
|
|
1077
1078
|
"&About": "&Über",
|
|
1079
|
+
"Statistics...": "Statistiken...",
|
|
1078
1080
|
"&Edit": "&Bearbeiten",
|
|
1079
1081
|
"&File": "&Datei",
|
|
1080
1082
|
"&Functions": "&Funktionen",
|
|
@@ -1327,6 +1329,7 @@ TRANSLATIONS_DE = {
|
|
|
1327
1329
|
"Use Open Views": "Offene Ansichten verwenden",
|
|
1328
1330
|
},
|
|
1329
1331
|
"AstroSuiteProMainWindow": {
|
|
1332
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "Neues Projekt starten? Dies schließt alle Ansichten und löscht Desktop-Verknüpfungen.",
|
|
1330
1333
|
"&About": "&Über",
|
|
1331
1334
|
"&Edit": "&Bearbeiten",
|
|
1332
1335
|
"&File": "&Datei",
|
|
@@ -3700,6 +3703,8 @@ TRANSLATIONS_DE = {
|
|
|
3700
3703
|
"View in Aladin": "In Aladin anzeigen",
|
|
3701
3704
|
},
|
|
3702
3705
|
"SettingsDialog": {
|
|
3706
|
+
"Restart required": "Neustart erforderlich",
|
|
3707
|
+
"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.",
|
|
3703
3708
|
"ASTAP executable:": "ASTAP-Ausführbare Datei:",
|
|
3704
3709
|
"Astrometry.net API key:": "Astrometry.net API-Schlüssel:",
|
|
3705
3710
|
"Check Now…": "Jetzt prüfen…",
|
|
@@ -3730,4 +3735,15 @@ TRANSLATIONS_DE = {
|
|
|
3730
3735
|
"Restart required": "Neustart erforderlich",
|
|
3731
3736
|
"The application will now restart to apply the language change.": "Die Anwendung wird nun neu gestartet, um die Sprachänderung zu übernehmen.",
|
|
3732
3737
|
},
|
|
3738
|
+
|
|
3739
|
+
"StatisticsDialog": {
|
|
3740
|
+
"App Statistics": "App-Statistiken",
|
|
3741
|
+
"Time Spent:": "Zeit verbracht:",
|
|
3742
|
+
"Images Opened:": "Geöffnete Bilder:",
|
|
3743
|
+
"Tools Opened:": "Geöffnete Werkzeuge:",
|
|
3744
|
+
"Days": "Tage",
|
|
3745
|
+
"Hours": "Stunden",
|
|
3746
|
+
"Minutes": "Minuten",
|
|
3747
|
+
"Close": "Schließen",
|
|
3748
|
+
},
|
|
3733
3749
|
}
|
|
@@ -140,8 +140,10 @@ TRANSLATIONS_ES = {
|
|
|
140
140
|
"Post-alignment failed: {0}": "Post-alineación fallida: {0}",
|
|
141
141
|
},
|
|
142
142
|
"AstroSuiteProMainWindow": {
|
|
143
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "¿Desea iniciar un nuevo proyecto? Esto cerrará todas las vistas y borrará los accesos directos del escritorio.",
|
|
143
144
|
# Menu strings (from MenuMixin)
|
|
144
145
|
"&About": "&Acerca de",
|
|
146
|
+
"Statistics...": "Estadísticas...",
|
|
145
147
|
"&Edit": "&Editar",
|
|
146
148
|
"&File": "&Archivo",
|
|
147
149
|
"&Functions": "&Funciones",
|
|
@@ -1436,6 +1438,7 @@ TRANSLATIONS_ES = {
|
|
|
1436
1438
|
"Value": "Valor",
|
|
1437
1439
|
},
|
|
1438
1440
|
"FileMixin": {
|
|
1441
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "¿Desea iniciar un nuevo proyecto? Esto cerrará todas las vistas y borrará los accesos directos del escritorio.",
|
|
1439
1442
|
"All Files": "Todos los archivos",
|
|
1440
1443
|
"Cancel": "Cancelar",
|
|
1441
1444
|
"Clear Recent": "Borrar recientes",
|
|
@@ -2317,6 +2320,8 @@ TRANSLATIONS_ES = {
|
|
|
2317
2320
|
"Selective Color Correction": "Corrección Selectiva de Color",
|
|
2318
2321
|
},
|
|
2319
2322
|
"SettingsDialog": {
|
|
2323
|
+
"Restart required": "Reinicio requerido",
|
|
2324
|
+
"Language changed. Please manually restart the application to apply the new language.": "Idioma cambiado. Reinicie manualmente la aplicación para aplicar el nuevo idioma.",
|
|
2320
2325
|
"(Not required) Additional Model Paths for Denoise and Satellites": "(No requerido) Rutas de Modelos Adicionales para Reducción de Ruido y Satélites",
|
|
2321
2326
|
"AHD (default)": "AHD (predeterminado)",
|
|
2322
2327
|
"ASTAP executable:": "Ejecutable ASTAP:",
|
|
@@ -3920,4 +3925,15 @@ TRANSLATIONS_ES = {
|
|
|
3920
3925
|
"Plate Solving": "Resolución de Placa",
|
|
3921
3926
|
"Starting…": "Iniciando…",
|
|
3922
3927
|
},
|
|
3928
|
+
|
|
3929
|
+
"StatisticsDialog": {
|
|
3930
|
+
"App Statistics": "Estadísticas de la aplicación",
|
|
3931
|
+
"Time Spent:": "Tiempo transcurrido:",
|
|
3932
|
+
"Images Opened:": "Imágenes abiertas:",
|
|
3933
|
+
"Tools Opened:": "Herramientas abiertas:",
|
|
3934
|
+
"Days": "Días",
|
|
3935
|
+
"Hours": "Horas",
|
|
3936
|
+
"Minutes": "Minutos",
|
|
3937
|
+
"Close": "Cerrar",
|
|
3938
|
+
},
|
|
3923
3939
|
}
|
|
@@ -140,8 +140,10 @@ TRANSLATIONS_FR = {
|
|
|
140
140
|
"Post-alignment failed: {0}": "Échec post-alignement: {0}",
|
|
141
141
|
},
|
|
142
142
|
"AstroSuiteProMainWindow": {
|
|
143
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "Commencer un nouveau projet ? Cela fermera toutes les vues et effacera les raccourcis du bureau.",
|
|
143
144
|
# Menu strings (from MenuMixin)
|
|
144
145
|
"&About": "&À propos",
|
|
146
|
+
"Statistics...": "Statistiques...",
|
|
145
147
|
"&Edit": "&Édition",
|
|
146
148
|
"&File": "&Fichier",
|
|
147
149
|
"&Functions": "&Fonctions",
|
|
@@ -1465,6 +1467,7 @@ TRANSLATIONS_FR = {
|
|
|
1465
1467
|
"Value": "Valeur",
|
|
1466
1468
|
},
|
|
1467
1469
|
"FileMixin": {
|
|
1470
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "Commencer un nouveau projet ? Cela fermera toutes les vues et effacera les raccourcis du bureau.",
|
|
1468
1471
|
"All Files": "Tous les fichiers",
|
|
1469
1472
|
"Cancel": "Annuler",
|
|
1470
1473
|
"Clear Recent": "Effacer récents",
|
|
@@ -2377,6 +2380,8 @@ TRANSLATIONS_FR = {
|
|
|
2377
2380
|
"Selective Color Correction": "Correction Sélective des Couleurs",
|
|
2378
2381
|
},
|
|
2379
2382
|
"SettingsDialog": {
|
|
2383
|
+
"Restart required": "Redémarrage requis",
|
|
2384
|
+
"Language changed. Please manually restart the application to apply the new language.": "Langue modifiée. Veuillez redémarrer manuellement l'application pour appliquer la nouvelle langue.",
|
|
2380
2385
|
"ASTAP executable:": "Exécutable ASTAP:",
|
|
2381
2386
|
"Apply": "Appliquer",
|
|
2382
2387
|
"Astrometry.net API key:": "Clé API Astrometry.net:",
|
|
@@ -3839,4 +3844,15 @@ TRANSLATIONS_FR = {
|
|
|
3839
3844
|
"Plate Solving": "Résolution de Plaque",
|
|
3840
3845
|
"Starting…": "Démarrage…",
|
|
3841
3846
|
},
|
|
3847
|
+
|
|
3848
|
+
"StatisticsDialog": {
|
|
3849
|
+
"App Statistics": "Statistiques de l'application",
|
|
3850
|
+
"Time Spent:": "Temps passé :",
|
|
3851
|
+
"Images Opened:": "Images ouvertes :",
|
|
3852
|
+
"Tools Opened:": "Outils ouverts :",
|
|
3853
|
+
"Days": "Jours",
|
|
3854
|
+
"Hours": "Heures",
|
|
3855
|
+
"Minutes": "Minutes",
|
|
3856
|
+
"Close": "Fermer",
|
|
3857
|
+
},
|
|
3842
3858
|
}
|