setiastrosuitepro 1.6.1__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 +159 -23
- 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 +275 -32
- 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 +2 -1
- 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 +12 -6
- 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 +7996 -0
- setiastro/saspro/wims.py +578 -0
- {setiastrosuitepro-1.6.1.dist-info → setiastrosuitepro-1.6.2.dist-info}/METADATA +15 -4
- {setiastrosuitepro-1.6.1.dist-info → setiastrosuitepro-1.6.2.dist-info}/RECORD +128 -103
- {setiastrosuitepro-1.6.1.dist-info → setiastrosuitepro-1.6.2.dist-info}/WHEEL +0 -0
- {setiastrosuitepro-1.6.1.dist-info → setiastrosuitepro-1.6.2.dist-info}/entry_points.txt +0 -0
- {setiastrosuitepro-1.6.1.dist-info → setiastrosuitepro-1.6.2.dist-info}/licenses/LICENSE +0 -0
- {setiastrosuitepro-1.6.1.dist-info → setiastrosuitepro-1.6.2.dist-info}/licenses/license.txt +0 -0
|
@@ -62,6 +62,36 @@ except ImportError:
|
|
|
62
62
|
print("Warning: Could not import Japanese translations (ja_translations.py)")
|
|
63
63
|
TRANSLATIONS_JA = {}
|
|
64
64
|
|
|
65
|
+
try:
|
|
66
|
+
from hi_translations import TRANSLATIONS_HI
|
|
67
|
+
except ImportError:
|
|
68
|
+
print("Warning: Could not import Hindi translations (hi_translations.py)")
|
|
69
|
+
TRANSLATIONS_HI = {}
|
|
70
|
+
|
|
71
|
+
try:
|
|
72
|
+
from sw_translations import TRANSLATIONS_SW
|
|
73
|
+
except ImportError:
|
|
74
|
+
print("Warning: Could not import Swahili translations (sw_translations.py)")
|
|
75
|
+
TRANSLATIONS_SW = {}
|
|
76
|
+
|
|
77
|
+
try:
|
|
78
|
+
from uk_translations import TRANSLATIONS_UK
|
|
79
|
+
except ImportError:
|
|
80
|
+
print("Warning: Could not import Ukrainian translations (uk_translations.py)")
|
|
81
|
+
TRANSLATIONS_UK = {}
|
|
82
|
+
|
|
83
|
+
try:
|
|
84
|
+
from ru_translations import TRANSLATIONS_RU
|
|
85
|
+
except ImportError:
|
|
86
|
+
print("Warning: Could not import Russian translations (ru_translations.py)")
|
|
87
|
+
TRANSLATIONS_RU = {}
|
|
88
|
+
|
|
89
|
+
try:
|
|
90
|
+
from ar_translations import TRANSLATIONS_AR
|
|
91
|
+
except ImportError:
|
|
92
|
+
print("Warning: Could not import Arabic translations (ar_translations.py)")
|
|
93
|
+
TRANSLATIONS_AR = {}
|
|
94
|
+
|
|
65
95
|
|
|
66
96
|
def inject_translations_into_ts(ts_file: Path, translations: dict, lang: str):
|
|
67
97
|
"""
|
|
@@ -192,7 +222,13 @@ def main():
|
|
|
192
222
|
'zh': TRANSLATIONS_ZH,
|
|
193
223
|
'de': TRANSLATIONS_DE,
|
|
194
224
|
'pt': TRANSLATIONS_PT,
|
|
225
|
+
'pt': TRANSLATIONS_PT,
|
|
195
226
|
'ja': TRANSLATIONS_JA,
|
|
227
|
+
'hi': TRANSLATIONS_HI,
|
|
228
|
+
'sw': TRANSLATIONS_SW,
|
|
229
|
+
'uk': TRANSLATIONS_UK,
|
|
230
|
+
'ru': TRANSLATIONS_RU,
|
|
231
|
+
'ar': TRANSLATIONS_AR,
|
|
196
232
|
}
|
|
197
233
|
|
|
198
234
|
# Print summary
|
|
@@ -60,8 +60,10 @@ TRANSLATIONS_IT = {
|
|
|
60
60
|
"Post-alignment failed: {0}": "Post-allineamento fallito: {0}",
|
|
61
61
|
},
|
|
62
62
|
"AstroSuiteProMainWindow": {
|
|
63
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "Iniziare un nuovo progetto? Questo chiuderà tutte le viste e cancellerà le scorciatoie del desktop.",
|
|
63
64
|
# Menu strings (from MenuMixin)
|
|
64
65
|
"&About": "&Info",
|
|
66
|
+
"Statistics...": "Statistiche...",
|
|
65
67
|
"&Edit": "&Modifica",
|
|
66
68
|
"&File": "&File",
|
|
67
69
|
"&Functions": "&Funzioni",
|
|
@@ -1138,6 +1140,7 @@ TRANSLATIONS_IT = {
|
|
|
1138
1140
|
"Value": "Valore",
|
|
1139
1141
|
},
|
|
1140
1142
|
"FileMixin": {
|
|
1143
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "Iniziare un nuovo progetto? Questo chiuderà tutte le viste e cancellerà le scorciatoie del desktop.",
|
|
1141
1144
|
"Failed to save:\n{e}": "Salvataggio fallito:\n{e}",
|
|
1142
1145
|
"Failed to save:\n{msg}": "Salvataggio fallito:\n{msg}",
|
|
1143
1146
|
"File not found": "File non trovato",
|
|
@@ -1701,6 +1704,8 @@ TRANSLATIONS_IT = {
|
|
|
1701
1704
|
"Selective Color Correction": "Correzione colore selettiva",
|
|
1702
1705
|
},
|
|
1703
1706
|
"SettingsDialog": {
|
|
1707
|
+
"Restart required": "Riavvio richiesto",
|
|
1708
|
+
"Language changed. Please manually restart the application to apply the new language.": "Lingua modificata. Riavvia manualmente l'applicazione per applicare la nuova lingua.",
|
|
1704
1709
|
"ASTAP executable:": "Eseguibile ASTAP:",
|
|
1705
1710
|
"Astrometry.net API key:": "Chiave API Astrometry.net:",
|
|
1706
1711
|
"Check Now…": "Controlla ora…",
|
|
@@ -3659,4 +3664,15 @@ TRANSLATIONS_IT = {
|
|
|
3659
3664
|
"Success": "Successo",
|
|
3660
3665
|
"View in Aladin": "Visualizza in Aladin",
|
|
3661
3666
|
},
|
|
3667
|
+
|
|
3668
|
+
"StatisticsDialog": {
|
|
3669
|
+
"App Statistics": "Statistiche App",
|
|
3670
|
+
"Time Spent:": "Tempo Trascorso:",
|
|
3671
|
+
"Images Opened:": "Immagini Aperte:",
|
|
3672
|
+
"Tools Opened:": "Strumenti Aperti:",
|
|
3673
|
+
"Days": "Giorni",
|
|
3674
|
+
"Hours": "Ore",
|
|
3675
|
+
"Minutes": "Minuti",
|
|
3676
|
+
"Close": "Chiudi",
|
|
3677
|
+
},
|
|
3662
3678
|
}
|
|
@@ -805,6 +805,7 @@ TRANSLATIONS_JA = {
|
|
|
805
805
|
"Value": "値",
|
|
806
806
|
},
|
|
807
807
|
"FileMixin": {
|
|
808
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "新しいプロジェクトを開始しますか?これにより、すべてのビューが閉じられ、デスクトップのショートカットがクリアされます。",
|
|
808
809
|
"Failed to save:\n{e}": "保存に失敗しました:\n{e}",
|
|
809
810
|
"Failed to save:\n{msg}": "保存に失敗しました:\n{msg}",
|
|
810
811
|
"File not found": "ファイルが見つかりません",
|
|
@@ -1076,6 +1077,7 @@ TRANSLATIONS_JA = {
|
|
|
1076
1077
|
},
|
|
1077
1078
|
"MenuMixin": {
|
|
1078
1079
|
"&About": "ヘルプ(&H)",
|
|
1080
|
+
"Statistics...": "統計...",
|
|
1079
1081
|
"&Edit": "編集(&E)",
|
|
1080
1082
|
"&File": "ファイル(&F)",
|
|
1081
1083
|
"&Functions": "機能(&U)",
|
|
@@ -3070,6 +3072,7 @@ TRANSLATIONS_JA = {
|
|
|
3070
3072
|
"Zoom to 100% (pixel-for-pixel)": "100% にズーム (等倍)",
|
|
3071
3073
|
},
|
|
3072
3074
|
"AstroSuiteProMainWindow": {
|
|
3075
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "新しいプロジェクトを開始しますか?これにより、すべてのビューが閉じられ、デスクトップのショートカットがクリアされます。",
|
|
3073
3076
|
# Menu strings (from MenuMixin)
|
|
3074
3077
|
"&About": "&情報",
|
|
3075
3078
|
"&Edit": "&編集",
|
|
@@ -3552,6 +3555,8 @@ TRANSLATIONS_JA = {
|
|
|
3552
3555
|
"View in Aladin": "Aladin で表示",
|
|
3553
3556
|
},
|
|
3554
3557
|
"SettingsDialog": {
|
|
3558
|
+
"Restart required": "再起動が必要です",
|
|
3559
|
+
"Language changed. Please manually restart the application to apply the new language.": "言語が変更されました。新しい言語を適用するには、アプリを手動で再起動してください。",
|
|
3555
3560
|
"ASTAP executable:": "ASTAP 実行ファイル:",
|
|
3556
3561
|
"Astrometry.net API key:": "Astrometry.net API キー:",
|
|
3557
3562
|
"Check Now…": "今すぐ確認…",
|
|
@@ -3582,4 +3587,15 @@ TRANSLATIONS_JA = {
|
|
|
3582
3587
|
"Restart required": "再起動が必要です",
|
|
3583
3588
|
"The application will now restart to apply the language change.": "言語の変更を適用するために、アプリケーションを再起動します。",
|
|
3584
3589
|
},
|
|
3590
|
+
|
|
3591
|
+
"StatisticsDialog": {
|
|
3592
|
+
"App Statistics": "アプリ統計",
|
|
3593
|
+
"Time Spent:": "経過時間:",
|
|
3594
|
+
"Images Opened:": "開いた画像:",
|
|
3595
|
+
"Tools Opened:": "開いたツール:",
|
|
3596
|
+
"Days": "日",
|
|
3597
|
+
"Hours": "時間",
|
|
3598
|
+
"Minutes": "分",
|
|
3599
|
+
"Close": "閉じる",
|
|
3600
|
+
},
|
|
3585
3601
|
}
|
|
@@ -805,6 +805,7 @@ TRANSLATIONS_PT = {
|
|
|
805
805
|
"Value": "Valor",
|
|
806
806
|
},
|
|
807
807
|
"FileMixin": {
|
|
808
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "Iniciar um novo projeto? Isso fechará todas as visualizações e limpará os atalhos da área de trabalho.",
|
|
808
809
|
"Failed to save:\n{e}": "Falha ao salvar:\n{e}",
|
|
809
810
|
"Failed to save:\n{msg}": "Falha ao salvar:\n{msg}",
|
|
810
811
|
"File not found": "Arquivo não encontrado",
|
|
@@ -1076,6 +1077,7 @@ TRANSLATIONS_PT = {
|
|
|
1076
1077
|
},
|
|
1077
1078
|
"MenuMixin": {
|
|
1078
1079
|
"&About": "&Sobre",
|
|
1080
|
+
"Statistics...": "Estatísticas...",
|
|
1079
1081
|
"&Edit": "&Editar",
|
|
1080
1082
|
"&File": "&Arquivo",
|
|
1081
1083
|
"&Functions": "&Funções",
|
|
@@ -1328,6 +1330,7 @@ TRANSLATIONS_PT = {
|
|
|
1328
1330
|
"Use Open Views": "Usar visualizações abertas",
|
|
1329
1331
|
},
|
|
1330
1332
|
"AstroSuiteProMainWindow": {
|
|
1333
|
+
"Start a new project? This closes all views and clears desktop shortcuts.": "Iniciar um novo projeto? Isso fechará todas as visualizações e limpará os atalhos da área de trabalho.",
|
|
1331
1334
|
"&About": "&Sobre",
|
|
1332
1335
|
"&Edit": "&Editar",
|
|
1333
1336
|
"&File": "&Arquivo",
|
|
@@ -3820,6 +3823,8 @@ TRANSLATIONS_PT = {
|
|
|
3820
3823
|
"View in Aladin": "Ver no Aladin",
|
|
3821
3824
|
},
|
|
3822
3825
|
"SettingsDialog": {
|
|
3826
|
+
"Restart required": "Reinicialização necessária",
|
|
3827
|
+
"Language changed. Please manually restart the application to apply the new language.": "Idioma alterado. Reinicie manualmente a aplicação para aplicar o novo idioma.",
|
|
3823
3828
|
"ASTAP executable:": "Executável ASTAP:",
|
|
3824
3829
|
"Astrometry.net API key:": "Chave API Astrometry.net:",
|
|
3825
3830
|
"Check Now…": "Verificar agora…",
|
|
@@ -3850,4 +3855,15 @@ TRANSLATIONS_PT = {
|
|
|
3850
3855
|
"Restart required": "Reinicialização necessária",
|
|
3851
3856
|
"The application will now restart to apply the language change.": "O aplicativo será reiniciado agora para aplicar a alteração de idioma.",
|
|
3852
3857
|
},
|
|
3858
|
+
|
|
3859
|
+
"StatisticsDialog": {
|
|
3860
|
+
"App Statistics": "Estatísticas da Aplicação",
|
|
3861
|
+
"Time Spent:": "Tempo Gasto:",
|
|
3862
|
+
"Images Opened:": "Imagens Abertas:",
|
|
3863
|
+
"Tools Opened:": "Ferramentas Abertas:",
|
|
3864
|
+
"Days": "Dias",
|
|
3865
|
+
"Hours": "Horas",
|
|
3866
|
+
"Minutes": "Minutos",
|
|
3867
|
+
"Close": "Fechar",
|
|
3868
|
+
},
|
|
3853
3869
|
}
|