setiastrosuitepro 1.6.1.post1__py3-none-any.whl → 1.6.4__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.

Potentially problematic release.


This version of setiastrosuitepro might be problematic. Click here for more details.

Files changed (139) hide show
  1. setiastro/images/Background_startup.jpg +0 -0
  2. setiastro/images/rotatearbitrary.png +0 -0
  3. setiastro/qml/ResourceMonitor.qml +126 -0
  4. setiastro/saspro/__main__.py +162 -25
  5. setiastro/saspro/_generated/build_info.py +2 -1
  6. setiastro/saspro/abe.py +62 -11
  7. setiastro/saspro/aberration_ai.py +3 -3
  8. setiastro/saspro/add_stars.py +5 -2
  9. setiastro/saspro/astrobin_exporter.py +3 -0
  10. setiastro/saspro/astrospike_python.py +3 -1
  11. setiastro/saspro/autostretch.py +4 -2
  12. setiastro/saspro/backgroundneutral.py +60 -9
  13. setiastro/saspro/batch_convert.py +3 -0
  14. setiastro/saspro/batch_renamer.py +3 -0
  15. setiastro/saspro/blemish_blaster.py +3 -0
  16. setiastro/saspro/blink_comparator_pro.py +474 -251
  17. setiastro/saspro/cheat_sheet.py +50 -15
  18. setiastro/saspro/clahe.py +27 -1
  19. setiastro/saspro/comet_stacking.py +103 -38
  20. setiastro/saspro/convo.py +3 -0
  21. setiastro/saspro/copyastro.py +3 -0
  22. setiastro/saspro/cosmicclarity.py +70 -45
  23. setiastro/saspro/crop_dialog_pro.py +28 -1
  24. setiastro/saspro/curve_editor_pro.py +18 -0
  25. setiastro/saspro/debayer.py +3 -0
  26. setiastro/saspro/doc_manager.py +40 -17
  27. setiastro/saspro/fitsmodifier.py +3 -0
  28. setiastro/saspro/frequency_separation.py +8 -2
  29. setiastro/saspro/function_bundle.py +18 -16
  30. setiastro/saspro/generate_translations.py +715 -1
  31. setiastro/saspro/ghs_dialog_pro.py +3 -0
  32. setiastro/saspro/graxpert.py +3 -0
  33. setiastro/saspro/gui/main_window.py +364 -92
  34. setiastro/saspro/gui/mixins/dock_mixin.py +119 -7
  35. setiastro/saspro/gui/mixins/file_mixin.py +7 -0
  36. setiastro/saspro/gui/mixins/geometry_mixin.py +105 -5
  37. setiastro/saspro/gui/mixins/menu_mixin.py +29 -0
  38. setiastro/saspro/gui/mixins/toolbar_mixin.py +33 -10
  39. setiastro/saspro/gui/statistics_dialog.py +47 -0
  40. setiastro/saspro/halobgon.py +29 -3
  41. setiastro/saspro/histogram.py +3 -0
  42. setiastro/saspro/history_explorer.py +2 -0
  43. setiastro/saspro/i18n.py +22 -10
  44. setiastro/saspro/image_combine.py +3 -0
  45. setiastro/saspro/image_peeker_pro.py +3 -0
  46. setiastro/saspro/imageops/stretch.py +5 -13
  47. setiastro/saspro/isophote.py +3 -0
  48. setiastro/saspro/legacy/numba_utils.py +64 -47
  49. setiastro/saspro/linear_fit.py +3 -0
  50. setiastro/saspro/live_stacking.py +13 -2
  51. setiastro/saspro/mask_creation.py +3 -0
  52. setiastro/saspro/mfdeconv.py +5 -0
  53. setiastro/saspro/morphology.py +30 -5
  54. setiastro/saspro/multiscale_decomp.py +713 -256
  55. setiastro/saspro/nbtorgb_stars.py +12 -2
  56. setiastro/saspro/numba_utils.py +148 -47
  57. setiastro/saspro/ops/scripts.py +77 -17
  58. setiastro/saspro/ops/settings.py +1 -43
  59. setiastro/saspro/perfect_palette_picker.py +1 -0
  60. setiastro/saspro/pixelmath.py +6 -2
  61. setiastro/saspro/plate_solver.py +1 -0
  62. setiastro/saspro/remove_green.py +18 -1
  63. setiastro/saspro/remove_stars.py +136 -162
  64. setiastro/saspro/remove_stars_preset.py +55 -13
  65. setiastro/saspro/resources.py +36 -10
  66. setiastro/saspro/rgb_combination.py +1 -0
  67. setiastro/saspro/rgbalign.py +4 -4
  68. setiastro/saspro/save_options.py +1 -0
  69. setiastro/saspro/selective_color.py +79 -20
  70. setiastro/saspro/sfcc.py +50 -8
  71. setiastro/saspro/shortcuts.py +94 -21
  72. setiastro/saspro/signature_insert.py +3 -0
  73. setiastro/saspro/stacking_suite.py +924 -446
  74. setiastro/saspro/star_alignment.py +291 -331
  75. setiastro/saspro/star_spikes.py +116 -32
  76. setiastro/saspro/star_stretch.py +38 -1
  77. setiastro/saspro/stat_stretch.py +35 -3
  78. setiastro/saspro/status_log_dock.py +1 -1
  79. setiastro/saspro/subwindow.py +63 -2
  80. setiastro/saspro/supernovaasteroidhunter.py +3 -0
  81. setiastro/saspro/swap_manager.py +77 -42
  82. setiastro/saspro/translations/all_source_strings.json +4726 -0
  83. setiastro/saspro/translations/ar_translations.py +4096 -0
  84. setiastro/saspro/translations/de_translations.py +441 -446
  85. setiastro/saspro/translations/es_translations.py +278 -32
  86. setiastro/saspro/translations/fr_translations.py +280 -32
  87. setiastro/saspro/translations/hi_translations.py +3803 -0
  88. setiastro/saspro/translations/integrate_translations.py +38 -1
  89. setiastro/saspro/translations/it_translations.py +1211 -145
  90. setiastro/saspro/translations/ja_translations.py +556 -307
  91. setiastro/saspro/translations/pt_translations.py +3316 -3322
  92. setiastro/saspro/translations/ru_translations.py +3082 -0
  93. setiastro/saspro/translations/saspro_ar.qm +0 -0
  94. setiastro/saspro/translations/saspro_ar.ts +16019 -0
  95. setiastro/saspro/translations/saspro_de.qm +0 -0
  96. setiastro/saspro/translations/saspro_de.ts +14428 -133
  97. setiastro/saspro/translations/saspro_es.qm +0 -0
  98. setiastro/saspro/translations/saspro_es.ts +11503 -7821
  99. setiastro/saspro/translations/saspro_fr.qm +0 -0
  100. setiastro/saspro/translations/saspro_fr.ts +11168 -7812
  101. setiastro/saspro/translations/saspro_hi.qm +0 -0
  102. setiastro/saspro/translations/saspro_hi.ts +14855 -0
  103. setiastro/saspro/translations/saspro_it.qm +0 -0
  104. setiastro/saspro/translations/saspro_it.ts +14347 -7821
  105. setiastro/saspro/translations/saspro_ja.qm +0 -0
  106. setiastro/saspro/translations/saspro_ja.ts +14860 -137
  107. setiastro/saspro/translations/saspro_pt.qm +0 -0
  108. setiastro/saspro/translations/saspro_pt.ts +14904 -137
  109. setiastro/saspro/translations/saspro_ru.qm +0 -0
  110. setiastro/saspro/translations/saspro_ru.ts +11835 -0
  111. setiastro/saspro/translations/saspro_sw.qm +0 -0
  112. setiastro/saspro/translations/saspro_sw.ts +15237 -0
  113. setiastro/saspro/translations/saspro_uk.qm +0 -0
  114. setiastro/saspro/translations/saspro_uk.ts +15248 -0
  115. setiastro/saspro/translations/saspro_zh.qm +0 -0
  116. setiastro/saspro/translations/saspro_zh.ts +10581 -7812
  117. setiastro/saspro/translations/sw_translations.py +3897 -0
  118. setiastro/saspro/translations/uk_translations.py +3929 -0
  119. setiastro/saspro/translations/zh_translations.py +283 -32
  120. setiastro/saspro/versioning.py +36 -5
  121. setiastro/saspro/view_bundle.py +20 -17
  122. setiastro/saspro/wavescale_hdr.py +22 -1
  123. setiastro/saspro/wavescalede.py +23 -1
  124. setiastro/saspro/whitebalance.py +39 -3
  125. setiastro/saspro/widgets/minigame/game.js +991 -0
  126. setiastro/saspro/widgets/minigame/index.html +53 -0
  127. setiastro/saspro/widgets/minigame/style.css +241 -0
  128. setiastro/saspro/widgets/resource_monitor.py +263 -0
  129. setiastro/saspro/widgets/spinboxes.py +18 -0
  130. setiastro/saspro/widgets/wavelet_utils.py +52 -20
  131. setiastro/saspro/wimi.py +100 -80
  132. setiastro/saspro/wims.py +33 -33
  133. setiastro/saspro/window_shelf.py +2 -2
  134. {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.4.dist-info}/METADATA +15 -4
  135. {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.4.dist-info}/RECORD +139 -115
  136. {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.4.dist-info}/WHEEL +0 -0
  137. {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.4.dist-info}/entry_points.txt +0 -0
  138. {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.4.dist-info}/licenses/LICENSE +0 -0
  139. {setiastrosuitepro-1.6.1.post1.dist-info → setiastrosuitepro-1.6.4.dist-info}/licenses/license.txt +0 -0
@@ -0,0 +1,4726 @@
1
+ {
2
+ "ABEDialog": [
3
+ "# sample points:",
4
+ "ABE",
5
+ "Add Sample",
6
+ "Apply",
7
+ "Auto Generate Samples",
8
+ "Automatic Background Extraction",
9
+ "Automatic Background Extraction (ABE)",
10
+ "Background Model",
11
+ "Clear Exclusions",
12
+ "Clear Samples",
13
+ "Close",
14
+ "Correction",
15
+ "Create background document",
16
+ "Divide",
17
+ "Done",
18
+ "Downsample factor:",
19
+ "Enable RBF refinement (after polynomial)",
20
+ "Error",
21
+ "Generate Background Model",
22
+ "Grid Size",
23
+ "Iterations",
24
+ "Patch size (px):",
25
+ "Polynomial Degree",
26
+ "Polynomial degree:",
27
+ "Preview",
28
+ "Preview background instead of corrected",
29
+ "Processing...",
30
+ "Protect Stars",
31
+ "RBF Refinement",
32
+ "Remove Sample",
33
+ "Reset",
34
+ "Sample Points",
35
+ "Sample Radius",
36
+ "Samples",
37
+ "Show Grid",
38
+ "Show Samples",
39
+ "Smooth (x0.01):",
40
+ "Smoothness",
41
+ "Star Detection",
42
+ "Subtract",
43
+ "Threshold",
44
+ "Tolerance",
45
+ "Warning"
46
+ ],
47
+ "AberrationAIDialog": [
48
+ "Auto GPU (if available)",
49
+ "Browse…",
50
+ "Close",
51
+ "Download latest model…",
52
+ "Model:",
53
+ "Open model folder",
54
+ "Overlap",
55
+ "Patch",
56
+ "Provider:",
57
+ "R.A.'s Aberration Correction (AI)",
58
+ "Run"
59
+ ],
60
+ "AberrationCorrectionDialog": [
61
+ "Aberration Correction",
62
+ "Analyzing stars...",
63
+ "Apply",
64
+ "Applying correction...",
65
+ "Astigmatism Correction",
66
+ "Chromatic Aberration",
67
+ "Close",
68
+ "Coma Correction",
69
+ "Distortion",
70
+ "Enable AI Correction",
71
+ "Field Curvature",
72
+ "Load Model",
73
+ "Model",
74
+ "Preview",
75
+ "Processing...",
76
+ "Radius",
77
+ "Reset",
78
+ "Strength"
79
+ ],
80
+ "AboutDialog": [
81
+ "About",
82
+ "About Seti Astro Suite",
83
+ "All rights reserved",
84
+ "Build",
85
+ "Build:",
86
+ "Check for Updates",
87
+ "Click here to donate",
88
+ "Close",
89
+ "Collaborators: Fabio Tempera",
90
+ "Copyright",
91
+ "Copyright © 2025 Seti Astro",
92
+ "Credits",
93
+ "Documentation",
94
+ "Donations:",
95
+ "License",
96
+ "Support",
97
+ "Version",
98
+ "Website",
99
+ "Website:",
100
+ "Written by Franklin Marek"
101
+ ],
102
+ "AddStarsDialog": [
103
+ "Add",
104
+ "Add Stars",
105
+ "Add Stars to Image",
106
+ "Apply",
107
+ "Blend Mode",
108
+ "Blend Ratio (Screen/Add Intensity):",
109
+ "Blend Type:",
110
+ "Cancel",
111
+ "Close",
112
+ "Create new image",
113
+ "Lighten",
114
+ "Linear Dodge",
115
+ "Load from File",
116
+ "Preview",
117
+ "Processing...",
118
+ "Refresh Views",
119
+ "Replace active image",
120
+ "Reset",
121
+ "Screen",
122
+ "Select starless view",
123
+ "Select stars view",
124
+ "Star Brightness",
125
+ "Star Saturation",
126
+ "Star Size",
127
+ "Starless Image",
128
+ "Starless View:",
129
+ "Stars-Only Image",
130
+ "Stars-Only View:"
131
+ ],
132
+ "AfterAlignWorker": [
133
+ "Post-alignment complete.\n\n{0}",
134
+ "Post-alignment failed: {0}"
135
+ ],
136
+ "AstroSuiteProMainWindow": [
137
+ "&About",
138
+ "&Edit",
139
+ "&Exit",
140
+ "&File",
141
+ "&Functions",
142
+ "&Geometry",
143
+ "&Header Mods && Misc",
144
+ "&History",
145
+ "&Masks",
146
+ "&Scripts",
147
+ "&Settings",
148
+ "&Shortcuts",
149
+ "&Smart Tools",
150
+ "&Star Stuff",
151
+ "&Tools",
152
+ "&View",
153
+ "&What's In My...",
154
+ "1:1",
155
+ "ABE...",
156
+ "Aberration Correction (AI)...",
157
+ "About...",
158
+ "Add diffraction spikes to detected stars",
159
+ "Add dragged view as a new layer (on top)",
160
+ "Add signatures/overlays and bake them into the active image",
161
+ "Add Stars...",
162
+ "Adjust specific hue ranges with CMY/RGB controls",
163
+ "Advanced diffraction spikes with halos, flares and rainbow effects",
164
+ "Align images via astroalign / triangles",
165
+ "Align R and B channels to G using astroalign (affine/homography/poly)",
166
+ "Apply a mask document to the active image",
167
+ "Apply Mask",
168
+ "Apply that image to the other as a mask",
169
+ "Apply the current Display-Stretch to the image and add an undo step",
170
+ "Apply the same stretch to all RGB channels",
171
+ "Apply white balance (Star-Based, Manual, or Auto)",
172
+ "Arcsinh star stretch with optional SCNR and color boost",
173
+ "Arrange subwindows in a near-square grid",
174
+ "AstroBin Exporter...",
175
+ "AstroSpike...",
176
+ "Attach dragged image as mask to the selected layer",
177
+ "Auto-fit on Resize",
178
+ "Automatic Background Extraction",
179
+ "Background Neutralization...",
180
+ "Batch Converter...",
181
+ "Batch Modify FITS Headers",
182
+ "Batch Rename from FITS...",
183
+ "Batch-align frames to a reference",
184
+ "Blemish Blaster...",
185
+ "Blend a starless view with a stars-only view",
186
+ "Blend two open images (replace A or create new)",
187
+ "Blink Comparator...",
188
+ "Build mosaics from overlapping frames",
189
+ "Bundles",
190
+ "Cascade all subwindows",
191
+ "Cascade Views",
192
+ "Check for Updates...",
193
+ "CLAHE...",
194
+ "Clear All Shortcuts",
195
+ "Clear All Views",
196
+ "Clear Console",
197
+ "Clear List",
198
+ "Close all views and clear shortcuts",
199
+ "Close all views and documents, keep desktop shortcuts",
200
+ "Combine narrowband to RGB with optional OSC stars",
201
+ "Combine three mono images into RGB",
202
+ "Command Search",
203
+ "Compare a stack of images by blinking",
204
+ "Console / Status",
205
+ "Continuum Subtract (NB - scaled broadband)",
206
+ "Continuum Subtract...",
207
+ "Contrast Limited Adaptive Histogram Equalization",
208
+ "Convolution / Deconvolution...",
209
+ "Copy All",
210
+ "Copy Astrometric Solution...",
211
+ "Copy Selected",
212
+ "Copy View (zoom/pan)",
213
+ "Copy Zoom and Pan",
214
+ "Cosmic Clarity",
215
+ "Cosmic Clarity Satellite...",
216
+ "Cosmic Clarity UI...",
217
+ "Create a desktop shortcut for that action",
218
+ "Create a mask from the active image",
219
+ "Create a new mono document using the selected luminance method",
220
+ "Create and run bundles of functions/shortcuts",
221
+ "Create bundles of views; drop shortcuts to apply to all",
222
+ "Create Mask...",
223
+ "Create Sample Scripts...",
224
+ "Crop / rotate with handles",
225
+ "Crop...",
226
+ "Curves Editor...",
227
+ "Debayer...",
228
+ "Delete selected shortcut buttons",
229
+ "Demosaic a Bayer-mosaic mono image to RGB",
230
+ "Detect exoplanet transits from time-series subs",
231
+ "Diffraction Spikes...",
232
+ "Display-Stretch",
233
+ "Documentation...",
234
+ "Draw a crop rectangle",
235
+ "Duplicate Image",
236
+ "Enhance faint/dark structures with wavelet-guided masking",
237
+ "Erosion, dilation, opening, and closing.",
238
+ "Evaluate expressions using open view names",
239
+ "Exoplanet Detector...",
240
+ "Explorer",
241
+ "Export Shortcuts...",
242
+ "Extract Luminance",
243
+ "Extract R/G/B as three mono documents",
244
+ "Find transients/anomalies across frames",
245
+ "Fit",
246
+ "Fit galaxy isophotes and reveal residuals",
247
+ "Fit image to current window",
248
+ "FITS Header Batch Modifier...",
249
+ "FITS Header Modifier...",
250
+ "Flip Horizontal",
251
+ "Flip image left<->right",
252
+ "Flip image top<->bottom",
253
+ "Flip Vertical",
254
+ "Focus the command search bar; Enter runs first match",
255
+ "Frequency Separation...",
256
+ "Function Bundles",
257
+ "Function Bundles...",
258
+ "Functions",
259
+ "Generalized hyperbolic stretch (α/beta/gamma, LP/HP, pivot)",
260
+ "Geometry",
261
+ "GLIMR -- Isophote Modeler...",
262
+ "Group A",
263
+ "Group B",
264
+ "Group C",
265
+ "Group D",
266
+ "Halo-B-Gon...",
267
+ "Hard (target 0.50, σ 2)",
268
+ "Hard-Display-Stretch",
269
+ "Header Viewer",
270
+ "Headless apply the shortcut's command/preset to a view",
271
+ "Hide Mask Overlay",
272
+ "Histogram...",
273
+ "History Explorer...",
274
+ "Hyperbolic Stretch...",
275
+ "Identify objects in a plate-solved frame",
276
+ "Image Combine...",
277
+ "Image Inspector and Focal Plane Analysis",
278
+ "Image Peeker...",
279
+ "Import Shortcuts...",
280
+ "Inspect and restore from the slot's history",
281
+ "Inspect star PSF/HFR and flux histograms (SEP)",
282
+ "Interactive blemish removal on the active view",
283
+ "Invert",
284
+ "Invert image colors",
285
+ "Invert Mask",
286
+ "Invert the Image",
287
+ "Keyboard Shortcut Cheat Sheet...",
288
+ "Layers",
289
+ "Linear Fit...",
290
+ "Link Pan/Zoom",
291
+ "Link RGB channels",
292
+ "Live monitor and stack incoming frames",
293
+ "Live Stacking...",
294
+ "Load a .sas project (views, histories, shortcuts)",
295
+ "Load Project...",
296
+ "Loading a project will close current views and replace desktop shortcuts.\nContinue?",
297
+ "Make Display-Stretch Permanent",
298
+ "Masks",
299
+ "Match image levels using Linear Fit",
300
+ "Mid (target 0.40, σ 3)",
301
+ "Morphological Operations...",
302
+ "Mosaic Master...",
303
+ "Move selected shortcut buttons",
304
+ "Multi-select shortcut buttons",
305
+ "Multiscale Decomposition...",
306
+ "Multiscale detail/residual decomposition with per-layer controls",
307
+ "NB->RGB Stars...",
308
+ "Neutralize background color balance using a sampled region",
309
+ "New Project",
310
+ "No recent images",
311
+ "No recent projects",
312
+ "None",
313
+ "Normal (target 0.30, σ 5)",
314
+ "Open Convolution / Deconvolution",
315
+ "Open files dialog",
316
+ "Open image(s)",
317
+ "Open Recent Images",
318
+ "Open Recent Projects",
319
+ "Open Scripts Folder...",
320
+ "Open Scripts Forum (Discord)...",
321
+ "Open SFCC (Pickles + Filters + Sensor QE)",
322
+ "Open the built-in script editor",
323
+ "Open the Curves Editor for the active image",
324
+ "Open the SASpro user scripts folder",
325
+ "Open the Seti Astro Suite Pro online documentation",
326
+ "Open User Scripts (GitHub)...",
327
+ "Open...",
328
+ "Paste View",
329
+ "Perfect Palette Picker...",
330
+ "Pick the perfect palette for your image",
331
+ "Pixel Math...",
332
+ "Plan targets by altitude, transit time, and lunar separation",
333
+ "Plate Solver...",
334
+ "Preferences...",
335
+ "Presets",
336
+ "PSF Viewer...",
337
+ "Recombine Luminance...",
338
+ "Redo",
339
+ "Reload Scripts",
340
+ "Remove Active Mask",
341
+ "Remove Gradient (GraXpert)...",
342
+ "Remove Green...",
343
+ "Remove Pedestal",
344
+ "Remove Stars...",
345
+ "Remove the active mask from the active image",
346
+ "Remove those pesky halos around your stars",
347
+ "Replace the active image's luminance from another view",
348
+ "Rescale image by a factor",
349
+ "Rescale...",
350
+ "Rescan the scripts folder and reload .py files",
351
+ "Resize crop rectangle",
352
+ "RGB Align...",
353
+ "RGB Combination...",
354
+ "RGB Extract",
355
+ "Rotate 180°",
356
+ "Rotate 90° Clockwise",
357
+ "Rotate 90° Counterclockwise",
358
+ "Rotate crop rectangle",
359
+ "Rotate image 180°",
360
+ "Rotate image 90° clockwise",
361
+ "Rotate image 90° counterclockwise",
362
+ "Run GraXpert background extraction on the active image",
363
+ "Run star removal on the active image",
364
+ "Save all views, histories, and shortcuts to a .sas file",
365
+ "Save As...",
366
+ "Save Project...",
367
+ "Save the active image",
368
+ "SCNR-style green channel removal.",
369
+ "Script Editor...",
370
+ "Select All Lines",
371
+ "Select all shortcut buttons",
372
+ "Selective Color Correction...",
373
+ "Set Sigma...",
374
+ "Set Target Median...",
375
+ "Set the sigma for Display-Stretch (e.g., 5.0)",
376
+ "Set the target median for Display-Stretch (e.g., 0.30)",
377
+ "Show Mask Overlay",
378
+ "Signature / Insert...",
379
+ "Smart Grid",
380
+ "Solve WCS/SIP for the active image or a file",
381
+ "Spectral Flux Color Calibration...",
382
+ "Split into LF/HF and enhance HF (scale, wavelet, denoise)",
383
+ "Split the workspace into equal horizontal rows",
384
+ "Split the workspace into equal vertical columns",
385
+ "Stacking Suite...",
386
+ "Stacking! Darks, Flats, Lights, Calibration, Drizzle, and more!!",
387
+ "Star Stretch...",
388
+ "Star Stuff",
389
+ "Start a new project? This closes all views and clears desktop shortcuts.",
390
+ "Statistical Stretch...",
391
+ "Statistics...",
392
+ "Stellar Alignment...",
393
+ "Stellar Register...",
394
+ "Stretch the image using median/SD statistics",
395
+ "Subtract per-channel minimum.\nClick: active view\nAlt+Drag: drop onto a view",
396
+ "Supernova / Asteroid Hunter...",
397
+ "Switch to next active view",
398
+ "Switch to previously active view",
399
+ "System Monitor",
400
+ "Tile all subwindows",
401
+ "Tile Horizontally",
402
+ "Tile Vertically",
403
+ "Tile Views",
404
+ "Toggle Display Auto-Stretch",
405
+ "Toggle display auto-stretch for the active window",
406
+ "Toggle hard profile for Display-Stretch (H)",
407
+ "Tools",
408
+ "Undo",
409
+ "View",
410
+ "View Bundles",
411
+ "View Bundles...",
412
+ "View histogram and basic stats for the active image",
413
+ "View/Edit FITS headers",
414
+ "Wave-scale HDR with luminance-masked starlet",
415
+ "WaveScale Dark Enhancer...",
416
+ "WaveScale HDR...",
417
+ "What's In My Image...",
418
+ "What's In My Sky...",
419
+ "What's In My...",
420
+ "White Balance...",
421
+ "Window Shelf",
422
+ "Write a ready-to-edit sample script into the scripts folder",
423
+ "Zoom In",
424
+ "Zoom in",
425
+ "Zoom Out",
426
+ "Zoom out",
427
+ "Zoom to 100% (1:1)",
428
+ "Zoom to 100% (pixel-for-pixel)"
429
+ ],
430
+ "AstrobinExportTab": [
431
+ " ({0} failed)",
432
+ " — skipped {0} XISF (reader unavailable)",
433
+ "# Subs",
434
+ "(e.g. 4408)",
435
+ "0–9",
436
+ "Accessories",
437
+ "Acquisition details",
438
+ "Add Files…",
439
+ "Add watermark",
440
+ "All selected files are already in the list.",
441
+ "API Key",
442
+ "API Secret",
443
+ "Apply",
444
+ "AstroBin Export",
445
+ "Astrobin Export",
446
+ "Astrobin Filter ID",
447
+ "Astrobin Link",
448
+ "Bandwidth",
449
+ "bias",
450
+ "Bias (#)",
451
+ "binning",
452
+ "Bortle",
453
+ "bortle",
454
+ "Bortle scale",
455
+ "Brand",
456
+ "Browse Filters",
457
+ "Browse...",
458
+ "Camera",
459
+ "Catalog CSV loaded.",
460
+ "Clear",
461
+ "Cleared. Load FITS via 'Select Folder…' or 'Add Files…' to begin.",
462
+ "Copied",
463
+ "Copy CSV",
464
+ "Copy to Clipboard",
465
+ "Could not load Astrobin filters: {0}",
466
+ "Could not load equipment CSV: {0}",
467
+ "Could not load filter mapping CSV: {0}",
468
+ "Could not save filter mapping CSV: {0}",
469
+ "Credentials invalid",
470
+ "Credentials valid",
471
+ "CSV copied to clipboard.",
472
+ "CSV Files (*.csv);;All Files (*)",
473
+ "CSV Load Error",
474
+ "darks",
475
+ "Darks (#)",
476
+ "Data source",
477
+ "date",
478
+ "Deep sky",
479
+ "Description",
480
+ "duration",
481
+ "e.g. 2.10",
482
+ "e.g. 21.30",
483
+ "e.g. 4.0",
484
+ "e.g. 4408",
485
+ "Enter your AstroBin API key",
486
+ "Enter your AstroBin API secret",
487
+ "Equipment",
488
+ "Error",
489
+ "Export settings",
490
+ "Exposure (s)",
491
+ "Exposure: {0}",
492
+ "f/number",
493
+ "Failed to load filter mappings: {0}",
494
+ "Failed to save filter mappings: {0}",
495
+ "Files (Object → Filter → Exposure)",
496
+ "Filter",
497
+ "filter",
498
+ "Filter Browser",
499
+ "Filter mappings loaded successfully.",
500
+ "Filter mappings saved successfully.",
501
+ "Filter: {0}",
502
+ "Filters",
503
+ "Filters Found:",
504
+ "FITS Files (*.fits *.fit *.fts);;All Files (*.*)",
505
+ "FITS/XISF (*.fit *.fits *.xisf);;All Files (*)",
506
+ "Flat-darks (#)",
507
+ "flatDarks",
508
+ "flats",
509
+ "Flats (#)",
510
+ "fNumber",
511
+ "From active view",
512
+ "From file",
513
+ "gain",
514
+ "Gear",
515
+ "Global inputs (used if FITS headers are missing/zero)",
516
+ "Group nights noon → noon (local time)",
517
+ "h",
518
+ "ID",
519
+ "Image format",
520
+ "Image Information",
521
+ "Image Selection",
522
+ "Input Files",
523
+ "Integration summary copied!",
524
+ "iso",
525
+ "Load Catalog",
526
+ "Load Filter Mappings from CSV",
527
+ "Load FITS Headers",
528
+ "Load FITS via 'Select Folder…' or 'Add Files…' to begin.",
529
+ "Load FITS/XISF via 'Select Folder…' or 'Add Files…' to begin.",
530
+ "Load Telescope/Camera from CSV",
531
+ "Loaded {0} file(s)",
532
+ "Loaded {0} filters.",
533
+ "Loading filters from Astrobin...",
534
+ "Location",
535
+ "m",
536
+ "Manage Filter IDs…",
537
+ "Maximum dimension",
538
+ "Mean FWHM",
539
+ "Mean SQM",
540
+ "meanFwhm",
541
+ "meanSqm",
542
+ "Mount",
543
+ "Name",
544
+ "No .fit/.fits/.xisf files found.",
545
+ "No FITS files selected.",
546
+ "No Images",
547
+ "No integration data to copy.",
548
+ "No mappings set",
549
+ "No New Files",
550
+ "Noctilucent clouds",
551
+ "Northern lights",
552
+ "Nothing to copy",
553
+ "number",
554
+ "Object: {0}",
555
+ "Open AstroBin Equipment Explorer (Filters)",
556
+ "Own data",
557
+ "Prevents splitting a single observing night at midnight.",
558
+ "Processing details",
559
+ "Quality",
560
+ "Recompute",
561
+ "Remote source",
562
+ "Resize",
563
+ "s",
564
+ "Save credentials",
565
+ "Save Filter Mapping CSV",
566
+ "Save Filter Mappings to CSV",
567
+ "Search:",
568
+ "Seeing",
569
+ "Select",
570
+ "Select Equipment CSV",
571
+ "Select Filter Mapping CSV",
572
+ "Select FITS Files",
573
+ "Select FITS/XISF Files",
574
+ "Select Folder Containing FITS/XISF Files",
575
+ "Select Folder…",
576
+ "Select image to export",
577
+ "sensorCooling",
578
+ "Size",
579
+ "Software",
580
+ "Solar system",
581
+ "SQM value",
582
+ "Star trails",
583
+ "Subject type",
584
+ "Success",
585
+ "Telescope",
586
+ "Telescope/Camera Selection:",
587
+ "temperature",
588
+ "There is no CSV content yet.",
589
+ "Title",
590
+ "Total Frames:",
591
+ "Total Integration Time",
592
+ "Total Integration:",
593
+ "Transparency",
594
+ "Type",
595
+ "Upload",
596
+ "Upload complete",
597
+ "Upload failed",
598
+ "Upload to AstroBin",
599
+ "Uploading...",
600
+ "Validate credentials",
601
+ "View on AstroBin",
602
+ "Watermark",
603
+ "Watermark opacity",
604
+ "Watermark position",
605
+ "Watermark text",
606
+ "Wide field"
607
+ ],
608
+ "AstrobinExporterDialog": [
609
+ "AstroBin Exporter"
610
+ ],
611
+ "BackgroundNeutralizationDialog": [
612
+ "Apply",
613
+ "Apply Neutralization",
614
+ "Background Neutralization",
615
+ "Blue",
616
+ "Cancel",
617
+ "Close",
618
+ "Current Background",
619
+ "Custom",
620
+ "Enable Auto-Stretch",
621
+ "Find Background",
622
+ "Green",
623
+ "Neutral Gray",
624
+ "Pick Region",
625
+ "Preview",
626
+ "Processing...",
627
+ "Red",
628
+ "Region Size",
629
+ "Reset",
630
+ "Sample Region",
631
+ "Target Background",
632
+ "Target Color"
633
+ ],
634
+ "BatchConvertDialog": [
635
+ "16-bit",
636
+ "32-bit float",
637
+ "8-bit",
638
+ "Add Files...",
639
+ "Add Folder...",
640
+ "Batch Convert",
641
+ "Bit Depth",
642
+ "Bit depth:",
643
+ "Browse...",
644
+ "Cancel",
645
+ "Clear All",
646
+ "Close",
647
+ "Complete",
648
+ "Convert",
649
+ "Converted {0} files",
650
+ "Converting file {0} of {1}",
651
+ "Custom directory",
652
+ "Input Files",
653
+ "Output Directory",
654
+ "Output Format",
655
+ "Output format:",
656
+ "Output Settings",
657
+ "Processing...",
658
+ "Remove Selected",
659
+ "Same as input",
660
+ "Start"
661
+ ],
662
+ "BatchFITSDialog": [
663
+ "Action",
664
+ "Add Files...",
665
+ "Add Folder...",
666
+ "Add Keyword",
667
+ "Apply",
668
+ "Batch FITS Header Modifier",
669
+ "Cancel",
670
+ "Clear All",
671
+ "Close",
672
+ "Comment",
673
+ "Delete",
674
+ "Header Keywords",
675
+ "Input Files",
676
+ "Keyword",
677
+ "Modified {0} files",
678
+ "Processing...",
679
+ "Remove Keyword",
680
+ "Remove Selected",
681
+ "Set",
682
+ "Value"
683
+ ],
684
+ "BatchFITSHeaderDialog": [
685
+ "Add if missing (for Add/Update)",
686
+ "Add/Update",
687
+ "Apply to all HDUs",
688
+ "Batch Complete",
689
+ "Batch Modify FITS Headers",
690
+ "Choose FITS Files…",
691
+ "Close",
692
+ "Comment (optional)",
693
+ "Delete",
694
+ "FITS files (*.fits *.fit *.fts *.fz)",
695
+ "KEYWORD",
696
+ "Missing keyword",
697
+ "No files",
698
+ "No files selected",
699
+ "Please choose one or more FITS files.",
700
+ "Please enter a FITS keyword.",
701
+ "Run",
702
+ "Select FITS files",
703
+ "Updated {0} file(s); {1} error(s).",
704
+ "Value (leave blank for delete)",
705
+ "{0} files selected"
706
+ ],
707
+ "BatchRenamerDialog": [
708
+ "Clear Selections"
709
+ ],
710
+ "BatchSettingsDialog": [
711
+ "Apply to All",
712
+ "Batch Settings",
713
+ "Bit Depth",
714
+ "Cancel",
715
+ "Exposure Time (seconds):",
716
+ "Filter:",
717
+ "Image Type (IMAGETYP):",
718
+ "OK",
719
+ "Output Format",
720
+ "Set Type, Exposure, and Filter for All Files"
721
+ ],
722
+ "BlemishBlasterDialog": [
723
+ "Apply",
724
+ "Blemish Blaster",
725
+ "Brush Hardness",
726
+ "Brush Size",
727
+ "Clone",
728
+ "Close",
729
+ "Heal",
730
+ "Mode",
731
+ "Opacity",
732
+ "Pan",
733
+ "Patch",
734
+ "Preview",
735
+ "Redo",
736
+ "Reset",
737
+ "Set Source Point",
738
+ "Show source overlay",
739
+ "Source",
740
+ "Undo",
741
+ "Zoom"
742
+ ],
743
+ "BlemishBlasterDialogPro": [
744
+ "Apply to Document",
745
+ "Auto-stretch preview",
746
+ "Blemish Blaster",
747
+ "Close",
748
+ "Controls",
749
+ "Feather:",
750
+ "Linked color channels",
751
+ "Opacity:",
752
+ "Radius:",
753
+ "Redo",
754
+ "Target median:",
755
+ "Undo"
756
+ ],
757
+ "BlinkComparatorDialog": [
758
+ "Add Images",
759
+ "Align Images",
760
+ "Blink Comparator",
761
+ "Clear All",
762
+ "Close",
763
+ "Delay (ms)",
764
+ "Loop",
765
+ "Pause",
766
+ "Play",
767
+ "Remove Image",
768
+ "Speed",
769
+ "Stop"
770
+ ],
771
+ "BlinkComparatorPro": [
772
+ "Blink Comparator"
773
+ ],
774
+ "BlinkTab": [
775
+ "\n\n{0} file(s) could not be renamed:",
776
+ "0 = infinite",
777
+ "Absolute Difference",
778
+ "Add Additional",
779
+ "Add Additional Images",
780
+ "Add Frames",
781
+ "Add Images",
782
+ "Aggressive Stretch",
783
+ "Align images",
784
+ "Aligning frames...",
785
+ "Aligning...",
786
+ "Alignment complete",
787
+ "Alignment complete.",
788
+ "Alignment failed",
789
+ "Alignment failed: {0}",
790
+ "Alignment Method:",
791
+ "All",
792
+ "Apply to All Frames",
793
+ "Are you sure you want to clear all loaded images?",
794
+ "Are you sure you want to permanently delete {0} flagged images? This action is irreversible.",
795
+ "Are you sure you want to permanently delete {0} selected images? This action is irreversible.",
796
+ "Auto Align Frames",
797
+ "Auto Stretch",
798
+ "Auto-align",
799
+ "Auto-stretch",
800
+ "Batch Deletion",
801
+ "Batch Move",
802
+ "Batch Operations",
803
+ "Batch Rename",
804
+ "Batch Rename Selected…",
805
+ "Blink",
806
+ "Blink Comparator",
807
+ "Cancel",
808
+ "Cancel Export",
809
+ "Clear All",
810
+ "Clear All Images",
811
+ "Clear Flags",
812
+ "Clear Images",
813
+ "Clear marks",
814
+ "Confirm Batch Deletion",
815
+ "Confirm Delete",
816
+ "Confirm Deletion",
817
+ "Copy coordinates",
818
+ "Crop All",
819
+ "Crossfade",
820
+ "Current frame",
821
+ "Date",
822
+ "Delay (ms)",
823
+ "Delete All Flagged Images",
824
+ "Delete Flagged",
825
+ "Delete flagged frame(s)?",
826
+ "Delete Selected Items",
827
+ "Deleted {0} flagged images.",
828
+ "Difference Mode",
829
+ "Difference mode",
830
+ "Difference threshold",
831
+ "Doc Manager",
832
+ "DocManager lacks open_array/open_numpy/create_document",
833
+ "DocManager returned no document.",
834
+ "Document Manager",
835
+ "Duplicate Frame",
836
+ "Duration:",
837
+ "Empty image",
838
+ "Enter a prefix or suffix to rename selected files:",
839
+ "Enter new name:",
840
+ "Error",
841
+ "Export",
842
+ "Export All as FITS",
843
+ "Export All as PNG",
844
+ "Export All as TIFF",
845
+ "Export animation",
846
+ "Export Blink Video",
847
+ "Export canceled.",
848
+ "Export cancelled.",
849
+ "Export Frames",
850
+ "Export GIF",
851
+ "Export marks",
852
+ "Export only selected frames",
853
+ "Export Video",
854
+ "Export video",
855
+ "Export Video…",
856
+ "Exporting video...",
857
+ "Exposure: {0}",
858
+ "Failed to create document:\n{0}",
859
+ "Failed to load frame: {0}",
860
+ "Failed to move {0}: {1}",
861
+ "Failed to open subwindow:\n{0}",
862
+ "Failed to rename the file: {0}",
863
+ "Filename",
864
+ "Filter: {0}",
865
+ "First",
866
+ "First Frame",
867
+ "Fit to Preview",
868
+ "FITS header",
869
+ "Flag",
870
+ "Flag All",
871
+ "Flag Selected",
872
+ "Flagged frames moved to: {0}",
873
+ "FPS:",
874
+ "Frame",
875
+ "Frame rate",
876
+ "Frame Rate:",
877
+ "Frame {0} of {1}",
878
+ "Frames exported to: {0}",
879
+ "Frames loaded successfully.",
880
+ "Full Affine",
881
+ "GIF export failed: {0}",
882
+ "GIF exported: {0}",
883
+ "GIF Files (*.gif)",
884
+ "Hide Flagged",
885
+ "Highlight differences",
886
+ "Homography",
887
+ "Image Files",
888
+ "Image Files (*.fits *.fit *.tif *.tiff *.png *.jpg *.jpeg);;All Files (*)",
889
+ "Image info",
890
+ "Images (*.png *.tif *.tiff *.fits *.fit *.xisf *.cr2 *.cr3 *.nef *.arw *.dng *.raf *.orf *.rw2 *.pef);;All Files (*)",
891
+ "Images (*.png *.tif *.tiff *.fits *.fit *.xisf *.cr2 *.nef *.arw *.dng *.raf *.orf *.rw2 *.pef);;All Files (*)",
892
+ "Individual Stretch",
893
+ "Individual stretch",
894
+ "Invert difference",
895
+ "Invert Flags",
896
+ "Last",
897
+ "Last Frame",
898
+ "Link stretch",
899
+ "Linked Stretch",
900
+ "Load images before exporting.",
901
+ "Load some images first.",
902
+ "Loaded {0} images.",
903
+ "Loaded {0} image{1}.",
904
+ "Loading frame {0} of {1}...",
905
+ "Loading frames...",
906
+ "Loading images...",
907
+ "Loading...",
908
+ "Loop",
909
+ "Loop Count:",
910
+ "Main window or DocManager not available.",
911
+ "Manual align",
912
+ "Mark as reference",
913
+ "Mark transient",
914
+ "Move All Flagged Images",
915
+ "Move Down",
916
+ "Move Flagged to Folder",
917
+ "Move Selected Items",
918
+ "Move Up",
919
+ "Moved {0} flagged images.",
920
+ "Next",
921
+ "Next Frame",
922
+ "No compatible video codec found.\n\nTip: install FFmpeg or `pip install imageio[ffmpeg]` for a portable fallback.",
923
+ "No Flagged Images",
924
+ "No Frames",
925
+ "No frames loaded.",
926
+ "No frames were written (codec/back-end issue?).",
927
+ "No image is currently selected to flag.",
928
+ "No image loaded. Cannot fit to preview.",
929
+ "No image selected.",
930
+ "No Images",
931
+ "No images",
932
+ "No Images Found",
933
+ "No images loaded",
934
+ "No individual frames selected.",
935
+ "No items selected for deletion.",
936
+ "No items selected for moving.",
937
+ "No items selected for renaming.",
938
+ "No New Images",
939
+ "No new images selected or already loaded.",
940
+ "No new images were selected or all selected images are already loaded.",
941
+ "No Prefix",
942
+ "No prefix entered. This will not change any filenames.\n\nContinue anyway?",
943
+ "No Selection",
944
+ "No supported image files were found in the selected directory.",
945
+ "Normalize All",
946
+ "Nothing to export.",
947
+ "Object: {0}",
948
+ "OK",
949
+ "Only one frame",
950
+ "Opacity:",
951
+ "Open Images",
952
+ "Open in Document Window",
953
+ "Output Format:",
954
+ "Overlay mode",
955
+ "Pause",
956
+ "Ping Pong",
957
+ "Ping-pong",
958
+ "Play",
959
+ "Playback speed (0.1–10.0 fps)",
960
+ "Prefix",
961
+ "Prefix to add to flagged image filenames:",
962
+ "Press 'F' to flag/unflag an image.\nRight-click on an image for more options.",
963
+ "Previous",
964
+ "Previous Frame",
965
+ "Quality",
966
+ "Quality:",
967
+ "Reference Frame",
968
+ "Remove Image",
969
+ "Remove Selected",
970
+ "Rename",
971
+ "Rename Flagged Images",
972
+ "Rename flagged images",
973
+ "Rename Flagged Images…",
974
+ "Rename Image",
975
+ "Renamed {0} flagged image{1}.",
976
+ "Rendering video…",
977
+ "Reset alignment",
978
+ "Reset Stretch",
979
+ "Resolution",
980
+ "Reverse Order",
981
+ "Rotate All",
982
+ "Save All",
983
+ "Save GIF",
984
+ "Save Video",
985
+ "Saved: {0}\nFrames: {1} @ {2} fps",
986
+ "Search transients",
987
+ "Searching...",
988
+ "Select Destination Folder",
989
+ "Select Directory",
990
+ "Select Frames",
991
+ "Select Images",
992
+ "Select Output Folder",
993
+ "Send selected (or all) blink files to the Stacking Suite → Image Integration tab",
994
+ "Send selected (or all) blink files to the Stacking Suite → Light tab",
995
+ "Send to Stacking → Integration",
996
+ "Send to Stacking → Lights",
997
+ "Set as Reference",
998
+ "Show crosshair",
999
+ "Show Difference",
1000
+ "Show filename",
1001
+ "Show Flagged Only",
1002
+ "Show grid",
1003
+ "Show histogram",
1004
+ "Show Metrics",
1005
+ "Show timestamp",
1006
+ "Side by side",
1007
+ "Signed Difference",
1008
+ "Single pass",
1009
+ "Size:",
1010
+ "Sort by Date",
1011
+ "Sort by Name",
1012
+ "Speed",
1013
+ "Speed:",
1014
+ "Stop",
1015
+ "Suffix",
1016
+ "Sync pan",
1017
+ "Sync zoom",
1018
+ "There are no flagged images to delete.",
1019
+ "There are no flagged images to move.",
1020
+ "There are no flagged images to rename.",
1021
+ "There are no images to send.",
1022
+ "Total frames",
1023
+ "Transients found",
1024
+ "Translation + Rotation",
1025
+ "Translation Only",
1026
+ "UI",
1027
+ "Unflag All",
1028
+ "Unflag Selected",
1029
+ "Unsupported Bayer pattern: {0}",
1030
+ "Video (*.mp4 *.avi)",
1031
+ "Video Codec:",
1032
+ "Video Export (optional)",
1033
+ "Video export failed: {0}",
1034
+ "Video exported: {0}",
1035
+ "Video Files (*.mp4 *.avi *.mov)",
1036
+ "Video Options",
1037
+ "Warning",
1038
+ "You're about to export a video with a single frame. Continue?",
1039
+ "Zoom 100%",
1040
+ "Zoom In",
1041
+ "Zoom Out",
1042
+ "Zoom to fit",
1043
+ "{0} frames",
1044
+ "{0} frames deleted.",
1045
+ "→ Stacking: Integration",
1046
+ "→ Stacking: Lights"
1047
+ ],
1048
+ "CLAHEDialog": [
1049
+ "Apply",
1050
+ "Apply to Luminance only",
1051
+ "CLAHE",
1052
+ "Clip Limit",
1053
+ "Close",
1054
+ "Grid Size",
1055
+ "Preview",
1056
+ "Processing...",
1057
+ "Reset"
1058
+ ],
1059
+ "CLAHEDialogPro": [
1060
+ "Apply",
1061
+ "Cancel",
1062
+ "CLAHE",
1063
+ "CLAHE Parameters",
1064
+ "Clip Limit:",
1065
+ "Reset",
1066
+ "Tile Size (px):"
1067
+ ],
1068
+ "CheatSheet": [
1069
+ "Action",
1070
+ "Menus/Toolbar",
1071
+ "Shortcut",
1072
+ "Window"
1073
+ ],
1074
+ "CheatSheetDialog": [
1075
+ "Action",
1076
+ "Additional & Mouse & Drag",
1077
+ "All",
1078
+ "Base Keyboard",
1079
+ "Category",
1080
+ "Cheat Sheet",
1081
+ "Cheat sheet copied to clipboard.",
1082
+ "Close",
1083
+ "Context",
1084
+ "Copied",
1085
+ "Copy",
1086
+ "Edit",
1087
+ "Effect",
1088
+ "File",
1089
+ "Gesture",
1090
+ "Image",
1091
+ "Keyboard Shortcut Cheat Sheet",
1092
+ "Keyboard Shortcuts",
1093
+ "Print",
1094
+ "Search",
1095
+ "Shortcut",
1096
+ "Tools",
1097
+ "View",
1098
+ "Where"
1099
+ ],
1100
+ "ContinuumSubtractDialog": [
1101
+ "Apply",
1102
+ "Auto Calculate",
1103
+ "Broadband Image",
1104
+ "Close",
1105
+ "Continuum Subtract",
1106
+ "Create new image",
1107
+ "Narrowband Image",
1108
+ "Output",
1109
+ "Preview",
1110
+ "Processing...",
1111
+ "Replace active image",
1112
+ "Reset",
1113
+ "Scale Factor",
1114
+ "Select broadband view",
1115
+ "Select narrowband view"
1116
+ ],
1117
+ "ContinuumSubtractTab": [
1118
+ "Clear Loaded Images",
1119
+ "Continuum Sources",
1120
+ "Denoise continuum result with Cosmic Clarity (0.9)",
1121
+ "Execute",
1122
+ "Narrowband Filters",
1123
+ "Output Linear Image Only",
1124
+ "Star-Based WB"
1125
+ ],
1126
+ "ConvoDeconvoDialog": [
1127
+ "Close",
1128
+ "Convolution",
1129
+ "Convolution / Deconvolution",
1130
+ "Deconvolution",
1131
+ "Preview",
1132
+ "PSF Estimator",
1133
+ "Push",
1134
+ "TV Denoise",
1135
+ "Undo"
1136
+ ],
1137
+ "ConvoDialog": [
1138
+ "Apply",
1139
+ "Box",
1140
+ "Close",
1141
+ "Convolution",
1142
+ "Convolution / Deconvolution",
1143
+ "Custom",
1144
+ "Deconvolution",
1145
+ "Gaussian",
1146
+ "Generate PSF",
1147
+ "Iterations",
1148
+ "Kernel",
1149
+ "Load PSF",
1150
+ "Mode",
1151
+ "Preview",
1152
+ "Processing...",
1153
+ "PSF",
1154
+ "Regularization",
1155
+ "Reset",
1156
+ "Sigma",
1157
+ "Size"
1158
+ ],
1159
+ "CosmicClarityDialog": [
1160
+ "Apply",
1161
+ "Close",
1162
+ "Cosmic Clarity",
1163
+ "Denoise",
1164
+ "Detail",
1165
+ "Detect Trails",
1166
+ "GPU Acceleration",
1167
+ "Load Model",
1168
+ "Model",
1169
+ "Preview",
1170
+ "Processing...",
1171
+ "Remove Trails",
1172
+ "Reset",
1173
+ "Satellite Trail Removal",
1174
+ "Sharpen",
1175
+ "Strength"
1176
+ ],
1177
+ "CosmicClarityDialogPro": [
1178
+ "Close",
1179
+ "Cosmic Clarity",
1180
+ "Execute",
1181
+ "Mode:",
1182
+ "No",
1183
+ "Parameters",
1184
+ "Use GPU:",
1185
+ "Yes"
1186
+ ],
1187
+ "CrashDialog": [
1188
+ "An error has occurred",
1189
+ "Close",
1190
+ "Copy to Clipboard",
1191
+ "Crash Report",
1192
+ "Don't Send",
1193
+ "Error Details",
1194
+ "Restart Application",
1195
+ "Send Report"
1196
+ ],
1197
+ "CrashHandler": [
1198
+ "Details are available below and in saspro.log.",
1199
+ "Unhandled Exception",
1200
+ "Unhandled Thread Exception"
1201
+ ],
1202
+ "CropDialog": [
1203
+ "16:9",
1204
+ "3:2",
1205
+ "4:3",
1206
+ "Angle",
1207
+ "Apply",
1208
+ "Aspect Ratio",
1209
+ "Center",
1210
+ "Close",
1211
+ "Crop",
1212
+ "Custom",
1213
+ "Fill",
1214
+ "Fit",
1215
+ "Height",
1216
+ "Lock Aspect Ratio",
1217
+ "Original",
1218
+ "Preview",
1219
+ "Reset",
1220
+ "Rotation",
1221
+ "Square (1:1)",
1222
+ "Width",
1223
+ "X Offset",
1224
+ "Y Offset"
1225
+ ],
1226
+ "CropDialogPro": [
1227
+ "Applied crop to all open images. Any Astrometric Solutions has been updated.",
1228
+ "Apply",
1229
+ "Apply failed",
1230
+ "Apply this crop to {0} open image(s)?",
1231
+ "Aspect Ratio:",
1232
+ "Astrometric solution updated ✔️\n\n",
1233
+ "Batch Crop",
1234
+ "Batch Crop (all open)",
1235
+ "Bottom",
1236
+ "Close",
1237
+ "Confirm Batch",
1238
+ "Crop Tool",
1239
+ "CRVAL: ({0:.6f}, {1:.6f}) → ({2:.6f}, {3:.6f})\n",
1240
+ "Draw & finalize a crop first.",
1241
+ "Fit residuals: RMS {0:.3f}\" (p95 {1:.3f}\")",
1242
+ "Fit to View",
1243
+ "Free",
1244
+ "Invalid crop bounds.",
1245
+ "Invalid crop size.",
1246
+ "Left",
1247
+ "Load Previous Crop",
1248
+ "Margins (px):",
1249
+ "Model: {0} Image: {1}\n",
1250
+ "No Images",
1251
+ "No open images to crop.",
1252
+ "No Previous",
1253
+ "No previous crop stored.",
1254
+ "No Selection",
1255
+ "Original",
1256
+ "Right",
1257
+ "Selection: {0}×{1} px",
1258
+ "Selection: —",
1259
+ "Toggle Autostretch",
1260
+ "Top",
1261
+ "WCS Updated",
1262
+ "Zoom 100%",
1263
+ "Zoom In",
1264
+ "Zoom Out",
1265
+ "• Click–drag to draw a crop\n• Drag corner handles to resize\n• Shift + drag on box to rotate"
1266
+ ],
1267
+ "CurveEditor": [
1268
+ "Inflection @ K={0:.3f}"
1269
+ ],
1270
+ "CurveEditorDialog": [
1271
+ "Add Point",
1272
+ "Apply",
1273
+ "Blue",
1274
+ "Channel",
1275
+ "Close",
1276
+ "Curve Editor",
1277
+ "Delete Preset",
1278
+ "Green",
1279
+ "Input",
1280
+ "Linear Interpolation",
1281
+ "Load Preset",
1282
+ "Luminance",
1283
+ "Output",
1284
+ "Presets",
1285
+ "Preview",
1286
+ "Red",
1287
+ "Remove Point",
1288
+ "Reset All",
1289
+ "Reset Channel",
1290
+ "RGB",
1291
+ "Save Preset",
1292
+ "Show Histogram",
1293
+ "Smooth Curve"
1294
+ ],
1295
+ "CurvesDialogPro": [
1296
+ "Apply to Document",
1297
+ "Curves Editor",
1298
+ "Manage…",
1299
+ "Presets",
1300
+ "Reset",
1301
+ "Save as Preset...",
1302
+ "Toggle Preview"
1303
+ ],
1304
+ "DSEWorker": [
1305
+ "Analyzing dark structure…",
1306
+ "Finalizing…"
1307
+ ],
1308
+ "DebayerDialog": [
1309
+ "AHD",
1310
+ "Apply",
1311
+ "Auto-detect",
1312
+ "Bayer Pattern",
1313
+ "Bayer pattern",
1314
+ "BGGR",
1315
+ "Bilinear",
1316
+ "Close",
1317
+ "DCB",
1318
+ "Debayer",
1319
+ "GBRG",
1320
+ "GRBG",
1321
+ "Method",
1322
+ "Preview",
1323
+ "Processing...",
1324
+ "Reset",
1325
+ "RGGB",
1326
+ "Super Pixel",
1327
+ "VNG"
1328
+ ],
1329
+ "DistortionCorrectionDialog": [
1330
+ "Apply",
1331
+ "Barrel",
1332
+ "Close",
1333
+ "Distortion Correction",
1334
+ "Load Profile",
1335
+ "Mode",
1336
+ "Pincushion",
1337
+ "Polynomial",
1338
+ "Preview",
1339
+ "Processing...",
1340
+ "Reset",
1341
+ "Save Profile",
1342
+ "Strength"
1343
+ ],
1344
+ "DistortionGridDialog": [
1345
+ "Astrometric Distortion & Histogram",
1346
+ "Astrometric Distortion Grid",
1347
+ "Close",
1348
+ "Distortion",
1349
+ "Distortion (″)",
1350
+ "Not enough stars found.",
1351
+ "Number of stars",
1352
+ "Residual histogram"
1353
+ ],
1354
+ "DockMixin": [
1355
+ "Console / Status",
1356
+ "Explorer",
1357
+ "Show System Log Panel",
1358
+ "System Log"
1359
+ ],
1360
+ "DraggableToolBar": [
1361
+ "Clear Selection",
1362
+ "Create Desktop Shortcut",
1363
+ "Delete Selected",
1364
+ "Function Bundles…",
1365
+ "Hide this icon",
1366
+ "Lock Toolbar Icons",
1367
+ "Reset hidden icons",
1368
+ "Show hidden…",
1369
+ "Tip: Alt+Drag to create",
1370
+ "View Bundles…"
1371
+ ],
1372
+ "ExoPlanetDialog": [
1373
+ "Add Files...",
1374
+ "Add Reference",
1375
+ "Analysis",
1376
+ "Aperture Radius",
1377
+ "Clear All",
1378
+ "Close",
1379
+ "Detect Transit",
1380
+ "Exoplanet Detector",
1381
+ "Export Data",
1382
+ "Light Curve",
1383
+ "Load Data",
1384
+ "No transit detected",
1385
+ "Processing...",
1386
+ "Reference Stars",
1387
+ "Remove Reference",
1388
+ "Results",
1389
+ "Save Plot",
1390
+ "Select on Image",
1391
+ "Target Star",
1392
+ "Transit Depth",
1393
+ "Transit detected!",
1394
+ "Transit Detection",
1395
+ "Transit Duration"
1396
+ ],
1397
+ "ExoPlanetWindow": [
1398
+ "1: Load Raw Subs…",
1399
+ "1a: Calibrate && Align Subs",
1400
+ "2: Measure && Photometry",
1401
+ "Aligned Subs",
1402
+ "Exoplanet Transit Detector",
1403
+ "Load Master Dark…",
1404
+ "Load Master Flat…",
1405
+ "Load, Measure && Photometry…",
1406
+ "Mode:",
1407
+ "Raw Subs"
1408
+ ],
1409
+ "FITSModifier": [
1410
+ "(no file)",
1411
+ "Add/Update",
1412
+ "Apply add/update/delete to all HDUs",
1413
+ "Batch Modify...",
1414
+ "Comment",
1415
+ "Comment (optional)",
1416
+ "Could not save:\n{0}",
1417
+ "Delete Selected",
1418
+ "File:",
1419
+ "FITS (*.fits *.fit);;TIFF (*.tif *.tiff);;PNG (*.png);;JPEG (*.jpg *.jpeg);;XISF (*.xisf)",
1420
+ "FITS files (*.fits *.fit *.fts *.fz)",
1421
+ "FITS Header Editor",
1422
+ "HDU:",
1423
+ "Invalid FITS",
1424
+ "KEYWORD",
1425
+ "Keyword",
1426
+ "No active image/document to save.",
1427
+ "No Image",
1428
+ "Open FITS",
1429
+ "Open FITS…",
1430
+ "Reload",
1431
+ "Save",
1432
+ "Save a Copy As…",
1433
+ "Save Error",
1434
+ "Save Image As",
1435
+ "Saved a copy to:\n{0}",
1436
+ "Saved Copy",
1437
+ "This file does not appear to be a valid FITS:\n\n{0}\n\n{1}\n\nTip: Choose a FITS file via 'Open FITS…' or edit an in-memory header.",
1438
+ "Value"
1439
+ ],
1440
+ "FITSModifierDialog": [
1441
+ "Add Keyword",
1442
+ "Apply",
1443
+ "Boolean",
1444
+ "Cancel",
1445
+ "Close",
1446
+ "Comment",
1447
+ "FITS Header Modifier",
1448
+ "Float",
1449
+ "Integer",
1450
+ "Keyword",
1451
+ "Keywords",
1452
+ "Modified",
1453
+ "Reload",
1454
+ "Remove Keyword",
1455
+ "Save",
1456
+ "Save As...",
1457
+ "String",
1458
+ "Type",
1459
+ "Value"
1460
+ ],
1461
+ "FileMixin": [
1462
+ "All Files",
1463
+ "Cancel",
1464
+ "Clear Recent",
1465
+ "Close",
1466
+ "Close All",
1467
+ "Don't Save",
1468
+ "Exit",
1469
+ "Export As...",
1470
+ "Export...",
1471
+ "Failed to save:\n{e}",
1472
+ "Failed to save:\n{msg}",
1473
+ "File not found",
1474
+ "Image Files",
1475
+ "Load Project",
1476
+ "New",
1477
+ "New Project",
1478
+ "No documents to save.",
1479
+ "Open failed",
1480
+ "Open Images",
1481
+ "Open Recent",
1482
+ "Open...",
1483
+ "Print...",
1484
+ "Project not found",
1485
+ "Save",
1486
+ "Save All",
1487
+ "Save As",
1488
+ "Save As...",
1489
+ "Save changes before closing?",
1490
+ "Save failed",
1491
+ "Save Image",
1492
+ "Save Project",
1493
+ "Saving",
1494
+ "Saving project...",
1495
+ "Select Image File",
1496
+ "Start a new project? This closes all views and clears desktop shortcuts.",
1497
+ "The file does not exist:\n{path}\n\nRemove it from the recent images list?",
1498
+ "The project file does not exist:\n{path}\n\nRemove it from the recent projects list?",
1499
+ "Unsaved Changes",
1500
+ "Untitled"
1501
+ ],
1502
+ "FilterIdDialog": [
1503
+ "Add row",
1504
+ "AstroBin Filter IDs",
1505
+ "AstroBin ID",
1506
+ "Brand",
1507
+ "CSV files (*.csv);;All files (*)",
1508
+ "Delete selected",
1509
+ "Edit filter names and their AstroBin numeric IDs.",
1510
+ "Filter name",
1511
+ "ID",
1512
+ "Load offline DB…",
1513
+ "Name",
1514
+ "No DB",
1515
+ "Offline filters database not loaded yet.",
1516
+ "Open AstroBin Equipment Explorer (Filters)",
1517
+ "Search AstroBin Filters (offline)",
1518
+ "Search ID, brand, or name…",
1519
+ "Search offline DB…",
1520
+ "Search or load the offline filters database.",
1521
+ "Select AstroBin Filters CSV"
1522
+ ],
1523
+ "FreqSepDialog": [
1524
+ "Add",
1525
+ "Apply",
1526
+ "Apply enhancement",
1527
+ "Blend Mode",
1528
+ "Close",
1529
+ "Create HF/LF layers",
1530
+ "Denoise LF",
1531
+ "Frequency Separation",
1532
+ "HF Scale",
1533
+ "High Frequency",
1534
+ "Linear Light",
1535
+ "Low Frequency",
1536
+ "Output",
1537
+ "Preview",
1538
+ "Processing...",
1539
+ "Radius",
1540
+ "Reset"
1541
+ ],
1542
+ "FrequencySeperationTab": [
1543
+ "<b>HF Enhancements</b>",
1544
+ "Apply - Split HF & LF",
1545
+ "Apply HF Enhancements",
1546
+ "Combine HF+LF -> Push",
1547
+ "Enable HF Denoise",
1548
+ "Enable Sharpen Scale",
1549
+ "Enable Wavelet Sharpening",
1550
+ "Method:",
1551
+ "Push HF",
1552
+ "Push LF"
1553
+ ],
1554
+ "FunctionBundleDialog": [
1555
+ "Apply to Active View",
1556
+ "Apply to View Bundle…",
1557
+ "Clear Steps",
1558
+ "Compress to Chip",
1559
+ "Delete",
1560
+ "Delete Chip",
1561
+ "Drag Bundle",
1562
+ "Drop shortcuts here to add steps",
1563
+ "Duplicate",
1564
+ "Edit Preset…",
1565
+ "Function Bundles",
1566
+ "New",
1567
+ "Remove Selected",
1568
+ "▲ Move Up",
1569
+ "▼ Move Down"
1570
+ ],
1571
+ "GHSDialog": [
1572
+ "Apply",
1573
+ "Close",
1574
+ "Color Preservation",
1575
+ "Generalized Hyperbolic Stretch",
1576
+ "GHS",
1577
+ "Highlight Protection (HP)",
1578
+ "Inverse",
1579
+ "Load Preset",
1580
+ "Local Intensity (b)",
1581
+ "Luminance Mask",
1582
+ "Presets",
1583
+ "Preview",
1584
+ "Processing...",
1585
+ "Reset",
1586
+ "Save Preset",
1587
+ "Shadow Protection (LP)",
1588
+ "Stretch Factor (D)",
1589
+ "Symmetry Point (SP)"
1590
+ ],
1591
+ "GeometryDialog": [
1592
+ "Angle",
1593
+ "Apply",
1594
+ "Bicubic",
1595
+ "Bilinear",
1596
+ "Close",
1597
+ "Flip Horizontal",
1598
+ "Flip Vertical",
1599
+ "Geometry",
1600
+ "Height",
1601
+ "Interpolation",
1602
+ "Lanczos",
1603
+ "Lock Aspect Ratio",
1604
+ "Nearest",
1605
+ "Preview",
1606
+ "Processing...",
1607
+ "Reset",
1608
+ "Resize",
1609
+ "Rotation",
1610
+ "Scale",
1611
+ "Width"
1612
+ ],
1613
+ "GeometryMixin": [
1614
+ "Active view has no image.",
1615
+ "Enter scaling factor (e.g., 0.5 for 50%, 2 for 200%):",
1616
+ "Flip Horizontal",
1617
+ "Flip Vertical",
1618
+ "Invert",
1619
+ "Rescale Image",
1620
+ "Rotate 180°",
1621
+ "Rotate 90° CCW",
1622
+ "Rotate 90° CW"
1623
+ ],
1624
+ "GhsDialogPro": [
1625
+ "Open a Histogram for this image.\nCtrl+Click on the histogram to set the GHS pivot."
1626
+ ],
1627
+ "GlimrDialog": [
1628
+ "Allow higher harmonics",
1629
+ "Auto-detect center",
1630
+ "Center",
1631
+ "Clip iterations",
1632
+ "Create mask",
1633
+ "Create model",
1634
+ "Ellipticity",
1635
+ "Ellipticity profile",
1636
+ "Error",
1637
+ "Export",
1638
+ "Export model",
1639
+ "Export residuals",
1640
+ "Export table",
1641
+ "Fit isophotes",
1642
+ "Fitting complete",
1643
+ "Fitting failed",
1644
+ "Fitting parameters",
1645
+ "Fitting...",
1646
+ "Fix center",
1647
+ "Fix ellipticity",
1648
+ "Fix position angle",
1649
+ "Geometry",
1650
+ "GLIMR",
1651
+ "GLIMR - Galaxy Isophote Modeler",
1652
+ "Intensity",
1653
+ "Isophote Fitting",
1654
+ "Isophote table",
1655
+ "Linear step",
1656
+ "Logarithmic step",
1657
+ "Manual center",
1658
+ "Masking",
1659
+ "Maximum radius",
1660
+ "Minimum radius",
1661
+ "Model",
1662
+ "Pick center",
1663
+ "Plot results",
1664
+ "Position angle",
1665
+ "Position angle profile",
1666
+ "Results",
1667
+ "Semi-major axis",
1668
+ "Show residuals",
1669
+ "Sigma clipping",
1670
+ "Step size",
1671
+ "Subtract model",
1672
+ "Surface brightness profile",
1673
+ "Use mask",
1674
+ "X",
1675
+ "Y"
1676
+ ],
1677
+ "HeaderMixin": [
1678
+ "Comment",
1679
+ "Header",
1680
+ "Key",
1681
+ "No header",
1682
+ "No image",
1683
+ "Value"
1684
+ ],
1685
+ "HeaderViewerDialog": [
1686
+ "Close",
1687
+ "Comment",
1688
+ "Copy",
1689
+ "Copy All",
1690
+ "Export...",
1691
+ "FITS Header Viewer",
1692
+ "Keyword",
1693
+ "Refresh",
1694
+ "Search",
1695
+ "Value"
1696
+ ],
1697
+ "HeaderViewerDock": [
1698
+ "CSV (*.csv)",
1699
+ "Failed to save:\n{0}",
1700
+ "FITS Header",
1701
+ "Header (dict from document)",
1702
+ "Header (snapshot)",
1703
+ "Header Viewer",
1704
+ "Header: {0}",
1705
+ "Key",
1706
+ "Metadata",
1707
+ "Save Metadata",
1708
+ "Save Metadata…",
1709
+ "Untitled",
1710
+ "Value",
1711
+ "WCS",
1712
+ "XISF File Metadata",
1713
+ "XISF Image Metadata",
1714
+ "XISF Properties",
1715
+ "XISF Properties (document)"
1716
+ ],
1717
+ "HistogramDialog": [
1718
+ "Set your camera's true saturation level for clipping warnings.\nTip: take an overexposed frame and see its max ADU."
1719
+ ],
1720
+ "HistoryExplorer": [
1721
+ "Action",
1722
+ "Clear history",
1723
+ "Compare with current",
1724
+ "Create snapshot",
1725
+ "Current state",
1726
+ "Delete snapshot",
1727
+ "History",
1728
+ "History Explorer",
1729
+ "Load snapshot",
1730
+ "Modified",
1731
+ "No history available",
1732
+ "Original",
1733
+ "Redo",
1734
+ "Restore this state",
1735
+ "Snapshot",
1736
+ "Snapshots",
1737
+ "Step",
1738
+ "Timestamp",
1739
+ "Undo"
1740
+ ],
1741
+ "ImagePeeker": [
1742
+ "Blue",
1743
+ "Close",
1744
+ "Curvature Map",
1745
+ "Focal Plane Analysis",
1746
+ "FWHM Map",
1747
+ "Generate Report",
1748
+ "Green",
1749
+ "Histogram",
1750
+ "Image Peeker",
1751
+ "Luminance",
1752
+ "Max",
1753
+ "Mean",
1754
+ "Median",
1755
+ "Min",
1756
+ "Pan",
1757
+ "Pixel Info",
1758
+ "Red",
1759
+ "Statistics",
1760
+ "Std Dev",
1761
+ "Tilt Analysis",
1762
+ "Value",
1763
+ "X",
1764
+ "Y",
1765
+ "Zoom"
1766
+ ],
1767
+ "ImagePeekerDialogPro": [
1768
+ "Analysis:",
1769
+ "Aperture (mm):",
1770
+ "ASTAP/Astrometry failed:\n{0}",
1771
+ "Astrometric Distortion Analysis",
1772
+ "Cannot determine pixel scale.",
1773
+ "Choose separation color",
1774
+ "Eccentricity Map",
1775
+ "Exit without Saving",
1776
+ "Focal length (mm):",
1777
+ "Focal Plane Analysis",
1778
+ "FWHM Heatmap",
1779
+ "Grid parameters",
1780
+ "Grid size:",
1781
+ "Image Peeker",
1782
+ "No Distortion Model",
1783
+ "No image",
1784
+ "No image loaded to peek at!",
1785
+ "None",
1786
+ "Orientation Map",
1787
+ "Panel size:",
1788
+ "Pixel size (µm):",
1789
+ "Plate Solve",
1790
+ "Plate solve did not produce a readable WCS header.",
1791
+ "Processing…",
1792
+ "Running {0}…",
1793
+ "Save Settings && Exit",
1794
+ "Sensor Tilt (µm)",
1795
+ "Separation:",
1796
+ "This image has a valid WCS, but no SIP distortion terms (A_*, B_*).\nAstrometric distortion analysis requires a SIP-enabled solve.\n\nRe-solve with distortion fitting enabled in ASTAP.",
1797
+ "Tilt Analysis",
1798
+ "WCS Error"
1799
+ ],
1800
+ "ImagePreviewDialog": [
1801
+ "1:1 (100%)",
1802
+ "Actual Size",
1803
+ "AutoStretch (Off)",
1804
+ "AutoStretch (On)",
1805
+ "Close",
1806
+ "Fit to Preview",
1807
+ "Fit to Window",
1808
+ "Image Preview",
1809
+ "Info",
1810
+ "Open",
1811
+ "Pan",
1812
+ "Toggle AutoStretch",
1813
+ "Zoom In",
1814
+ "Zoom Out"
1815
+ ],
1816
+ "ImageSubWindow": [
1817
+ "100%",
1818
+ "Clear View Name (use doc name)",
1819
+ "Click: replay the last action on the base image.\nArrow: pick a specific past action to replay on the base image.",
1820
+ "Close",
1821
+ "Close Image?",
1822
+ "Create Preview (drag rectangle)",
1823
+ "Create Preview: click, then drag on the image to define a preview rectangle.",
1824
+ "Drag onto another window to copy zoom/pan.\nDouble-click to duplicate this view.",
1825
+ "Fit",
1826
+ "Full",
1827
+ "Maximize",
1828
+ "Minimize",
1829
+ "Modified",
1830
+ "New document name:",
1831
+ "New view name:",
1832
+ "Press Space + Click/Drag to probe pixels (WCS shown if available)",
1833
+ "Preview mode: drag a rectangle on the image to create a preview.",
1834
+ "Preview {0} ({1}×{2})",
1835
+ "Read-only",
1836
+ "Redo",
1837
+ "Redo (this view)",
1838
+ "Rename Document",
1839
+ "Rename Document…",
1840
+ "Rename View",
1841
+ "Rename View… (F2)",
1842
+ "Restore",
1843
+ "Save",
1844
+ "Save As...",
1845
+ "Send to Shelf",
1846
+ "Show pixel/WCS readout hint",
1847
+ "This image has edits that aren't applied/saved.\nClose anyway?",
1848
+ "This image has edits that aren’t applied/saved.\nClose anyway?",
1849
+ "Toggle WCS grid overlay (if WCS exists)",
1850
+ "Undo",
1851
+ "Undo (this view)",
1852
+ "Unlink from Linked Views",
1853
+ "Unsaved changes",
1854
+ "Untitled",
1855
+ "View",
1856
+ "Zoom In",
1857
+ "Zoom Out"
1858
+ ],
1859
+ "LivePreviewDialog": [
1860
+ "Live Mask Preview"
1861
+ ],
1862
+ "Main": [
1863
+ "An unexpected error occurred.",
1864
+ "Application Error"
1865
+ ],
1866
+ "MainWindow": [
1867
+ "About",
1868
+ "Close",
1869
+ "Copy",
1870
+ "Cut",
1871
+ "Delete",
1872
+ "Documentation",
1873
+ "Edit",
1874
+ "Exit",
1875
+ "File",
1876
+ "Help",
1877
+ "Image",
1878
+ "New",
1879
+ "Open",
1880
+ "Paste",
1881
+ "Preferences",
1882
+ "Process",
1883
+ "Processing",
1884
+ "Ready",
1885
+ "Redo",
1886
+ "Save",
1887
+ "Save As",
1888
+ "Select All",
1889
+ "Tools",
1890
+ "Undo",
1891
+ "View",
1892
+ "Welcome to SetiAstro Suite Pro",
1893
+ "Window"
1894
+ ],
1895
+ "MaskCreationDialog": [
1896
+ "Apply",
1897
+ "Center",
1898
+ "Close",
1899
+ "Create Mask",
1900
+ "Custom Mask",
1901
+ "Detection Threshold",
1902
+ "Edge Blur (px):",
1903
+ "Ellipse",
1904
+ "End Point",
1905
+ "Feather",
1906
+ "Freehand",
1907
+ "Gradient",
1908
+ "Gradient Mask",
1909
+ "Grow Radius",
1910
+ "High",
1911
+ "Invert",
1912
+ "Linear",
1913
+ "Load Mask...",
1914
+ "Low",
1915
+ "Luminance Mask",
1916
+ "Mask Creation",
1917
+ "Mask Type",
1918
+ "Preview",
1919
+ "Processing...",
1920
+ "Radial",
1921
+ "Radial Mask",
1922
+ "Radius",
1923
+ "Range",
1924
+ "Range Mask",
1925
+ "Reset",
1926
+ "Save Mask...",
1927
+ "Select Entire Image",
1928
+ "Settings",
1929
+ "Smoothness",
1930
+ "Star Detection",
1931
+ "Star Mask",
1932
+ "Star Size",
1933
+ "Start Point"
1934
+ ],
1935
+ "MaskMixin": [
1936
+ "Apply Mask",
1937
+ "Choose Mask Image",
1938
+ "Could not resolve mask document.",
1939
+ "Create Mask",
1940
+ "Hide Mask",
1941
+ "Invert Mask",
1942
+ "Load Mask...",
1943
+ "Mask",
1944
+ "Mask Active",
1945
+ "Mask Overlay",
1946
+ "No active document.",
1947
+ "No active mask on this image.",
1948
+ "No active mask to remove.",
1949
+ "No image",
1950
+ "No Mask",
1951
+ "Open an image first.",
1952
+ "Open another image to use as a mask.",
1953
+ "Remove Mask",
1954
+ "Save Mask...",
1955
+ "Show Mask",
1956
+ "Use this image as mask:"
1957
+ ],
1958
+ "MaskPreviewDialog": [
1959
+ "Apply",
1960
+ "Blue",
1961
+ "Cancel",
1962
+ "Close",
1963
+ "Color",
1964
+ "Green",
1965
+ "Mask Preview",
1966
+ "Opacity",
1967
+ "Push as New Document…",
1968
+ "Red"
1969
+ ],
1970
+ "MenuMixin": [
1971
+ "&About",
1972
+ "&Edit",
1973
+ "&File",
1974
+ "&Functions",
1975
+ "&Geometry",
1976
+ "&Header Mods && Misc",
1977
+ "&History",
1978
+ "&Masks",
1979
+ "&Scripts",
1980
+ "&Settings",
1981
+ "&Shortcuts",
1982
+ "&Smart Tools",
1983
+ "&Star Stuff",
1984
+ "&Tools",
1985
+ "&View",
1986
+ "&What's In My...",
1987
+ "About...",
1988
+ "Clear All Shortcuts",
1989
+ "Clear List",
1990
+ "Export Shortcuts...",
1991
+ "Group A",
1992
+ "Group B",
1993
+ "Group C",
1994
+ "Group D",
1995
+ "Import Shortcuts...",
1996
+ "Keyboard Shortcut Cheat Sheet...",
1997
+ "No recent images",
1998
+ "No recent projects",
1999
+ "None",
2000
+ "Open Recent Images",
2001
+ "Open Recent Projects",
2002
+ "Preferences..."
2003
+ ],
2004
+ "MetricsDialog": [
2005
+ "Bit Depth",
2006
+ "Blue",
2007
+ "Channel",
2008
+ "Close",
2009
+ "Color Space",
2010
+ "Copy",
2011
+ "Export...",
2012
+ "Green",
2013
+ "Height",
2014
+ "Histogram",
2015
+ "Image Metrics",
2016
+ "Image Size",
2017
+ "Luminance",
2018
+ "MAD",
2019
+ "Maximum",
2020
+ "Mean",
2021
+ "Median",
2022
+ "Minimum",
2023
+ "Red",
2024
+ "Refresh",
2025
+ "RGB",
2026
+ "Show Histogram",
2027
+ "Standard Deviation",
2028
+ "Statistics",
2029
+ "Width"
2030
+ ],
2031
+ "MetricsPanel": [
2032
+ "Background",
2033
+ "Cancel",
2034
+ "Computing frame metrics…",
2035
+ "Don't show again",
2036
+ "Eccentricity",
2037
+ "FWHM (px)",
2038
+ "Heads-up",
2039
+ "Star Count",
2040
+ "This is going to use ALL your CPU cores and the UI may lock up until it finishes.\n\nContinue?"
2041
+ ],
2042
+ "MetricsWindow": [
2043
+ "All",
2044
+ "Flagged Items {0}/{1} ({2:.1f}%)",
2045
+ "Frame Metrics",
2046
+ "Instructions:\n • Use the filter dropdown to restrict by FILTER.\n • Click a dot to flag/unflag a frame.\n • Shift-click a dot to preview the image.\n • Drag the red lines to set thresholds."
2047
+ ],
2048
+ "MinorBodyDialog": [
2049
+ "Altitude",
2050
+ "Asteroid",
2051
+ "Calculate",
2052
+ "Close",
2053
+ "Comet",
2054
+ "Date/Time",
2055
+ "Dec",
2056
+ "Distance",
2057
+ "Elongation",
2058
+ "Export Path",
2059
+ "Latitude",
2060
+ "Location",
2061
+ "Longitude",
2062
+ "Magnitude",
2063
+ "Minor Body Ephemeris",
2064
+ "Object Name",
2065
+ "Phase Angle",
2066
+ "Plot on Image",
2067
+ "RA",
2068
+ "Results",
2069
+ "Search"
2070
+ ],
2071
+ "MinorBodyWorker": [
2072
+ "Minor-body search: preparing catalog query..."
2073
+ ],
2074
+ "MorphologyDialog": [
2075
+ "Apply",
2076
+ "Black Hat",
2077
+ "Close",
2078
+ "Closing",
2079
+ "Cross",
2080
+ "Dilation",
2081
+ "Ellipse",
2082
+ "Erosion",
2083
+ "Gradient",
2084
+ "Iterations",
2085
+ "Morphological Operations",
2086
+ "Opening",
2087
+ "Operation",
2088
+ "Preview",
2089
+ "Processing...",
2090
+ "Rectangle",
2091
+ "Reset",
2092
+ "Size",
2093
+ "Structure Element",
2094
+ "Top Hat"
2095
+ ],
2096
+ "MorphologyDialogPro": [
2097
+ "Apply",
2098
+ "Cancel",
2099
+ "Iterations:",
2100
+ "Kernel size:",
2101
+ "Morphological Operations",
2102
+ "Morphological Parameters",
2103
+ "Operation:",
2104
+ "Reset"
2105
+ ],
2106
+ "PixelMathDialog": [
2107
+ "Add blend",
2108
+ "Available views",
2109
+ "Average",
2110
+ "Clear",
2111
+ "Color",
2112
+ "Create new image",
2113
+ "Difference",
2114
+ "Division by zero",
2115
+ "Enter expression",
2116
+ "Evaluate",
2117
+ "Expression",
2118
+ "Functions",
2119
+ "History",
2120
+ "Insert function",
2121
+ "Insert variable",
2122
+ "Invalid expression",
2123
+ "Load expression",
2124
+ "Logical",
2125
+ "Luminance mask",
2126
+ "Mathematical",
2127
+ "Maximum",
2128
+ "Minimum",
2129
+ "Multiply blend",
2130
+ "Output",
2131
+ "Pixel Math",
2132
+ "Presets",
2133
+ "Preview",
2134
+ "Range mask",
2135
+ "Replace active image",
2136
+ "Result",
2137
+ "Save expression",
2138
+ "Screen blend",
2139
+ "Star mask",
2140
+ "Statistical",
2141
+ "Subtract blend",
2142
+ "Syntax error",
2143
+ "Variable not found",
2144
+ "Variables"
2145
+ ],
2146
+ "PlateSolver": [
2147
+ "Active document has no image data.",
2148
+ "Active Image",
2149
+ "Apply WCS",
2150
+ "arcsec/pixel",
2151
+ "ASTAP path is not set (see Preferences) or file not found.",
2152
+ "ASTAP returned a non-zero exit code.",
2153
+ "ASTAP timed out.",
2154
+ "Astrometry.net API Key",
2155
+ "Astrometry.net calibration not received in time.",
2156
+ "Astrometry.net job ID not received in time.",
2157
+ "Astrometry.net login failed.",
2158
+ "Astrometry.net upload failed.",
2159
+ "Auto-detect",
2160
+ "Cancel",
2161
+ "Center Dec",
2162
+ "Center RA",
2163
+ "Close",
2164
+ "Copy to Clipboard",
2165
+ "Dec (J2000)",
2166
+ "deg",
2167
+ "Enter your Astrometry.net API key:",
2168
+ "Failed",
2169
+ "Failed to start ASTAP: {0}",
2170
+ "Field Height",
2171
+ "Field Width",
2172
+ "From File...",
2173
+ "Hints",
2174
+ "Image",
2175
+ "Local",
2176
+ "No active document to plate-solve.",
2177
+ "No solution found",
2178
+ "Online",
2179
+ "Pixel Scale",
2180
+ "Plate Solver",
2181
+ "Processing...",
2182
+ "RA (J2000)",
2183
+ "Radius",
2184
+ "Ready",
2185
+ "requests not available for astrometry.net API.",
2186
+ "Results",
2187
+ "RMS Error",
2188
+ "Rotation",
2189
+ "Scale",
2190
+ "Solution found!",
2191
+ "Solve",
2192
+ "solve-field not configured.",
2193
+ "solve-field returned no header.",
2194
+ "Solver",
2195
+ "Solver Settings",
2196
+ "Solving...",
2197
+ "Stars Matched",
2198
+ "Status",
2199
+ "Status:",
2200
+ "Status: ASTAP failed ({0}). Falling back to Astrometry.net…",
2201
+ "Status: ASTAP failed to start.",
2202
+ "Status: ASTAP solving…",
2203
+ "Status: ASTAP timed out.",
2204
+ "Status: Astrometry.net failed ({0}).",
2205
+ "Status: Building WCS header from calibration…",
2206
+ "Status: Downloading WCS file (with SIP) from Astrometry.net…",
2207
+ "Status: Job assigned (ID {0}).",
2208
+ "Status: Logging in to Astrometry.net…",
2209
+ "Status: Login canceled (no API key).",
2210
+ "Status: Login failed.",
2211
+ "Status: Login successful.",
2212
+ "Status: Plate solve completed.",
2213
+ "Status: Preparing full-res 16-bit FITS for web solve…",
2214
+ "Status: Preparing plate solve…",
2215
+ "Status: process did not exit normally.",
2216
+ "Status: process timed out.",
2217
+ "Status: Running local solve-field…",
2218
+ "Status: Solution received.",
2219
+ "Status: solve-field failed to start.",
2220
+ "Status: solve-field failed.",
2221
+ "Status: solve-field timed out.",
2222
+ "Status: Solved via Astrometry.net.",
2223
+ "Status: Solved with ASTAP.",
2224
+ "Status: Solving with ASTAP…",
2225
+ "Status: Upload complete.",
2226
+ "Status: Upload failed (temp FITS empty).",
2227
+ "Status: Upload failed.",
2228
+ "Status: Uploading image to Astrometry.net…",
2229
+ "Status: Waiting for job assignment…",
2230
+ "Status: Waiting for solution…",
2231
+ "Status: {0} retry {1}/{2}…",
2232
+ "Success",
2233
+ "Temp FITS for web upload is empty/tiny ({0} bytes).",
2234
+ "Timeout",
2235
+ "View in Aladin"
2236
+ ],
2237
+ "PlateSolverDialog": [
2238
+ " ✔ saved: ",
2239
+ " ❌ error: ",
2240
+ " ❌ Failed to load",
2241
+ "Active View",
2242
+ "Advanced Options",
2243
+ "Apply to Image",
2244
+ "ASTAP -fov. Compute uses image height × scale; Auto lets ASTAP infer.",
2245
+ "ASTAP -r. Auto lets ASTAP choose; Value forces a cone radius.",
2246
+ "ASTAP path missing.\nSet it in Preferences → ASTAP executable.",
2247
+ "ASTAP path missing. Set Preferences → ASTAP executable.",
2248
+ "Auto (-fov 0)",
2249
+ "Auto (-r 0)",
2250
+ "Auto (from header)",
2251
+ "Batch",
2252
+ "Batch plate solving completed.",
2253
+ "Browse Input…",
2254
+ "Browse Output…",
2255
+ "Browse...",
2256
+ "Browse…",
2257
+ "Cancel",
2258
+ "Cannot read image:\n{0}",
2259
+ "Center Dec",
2260
+ "Center RA",
2261
+ "Choose a file to solve.",
2262
+ "Choose an image…",
2263
+ "Choose Image",
2264
+ "Choose input directory",
2265
+ "Choose output directory",
2266
+ "Close",
2267
+ "Compute from scale",
2268
+ "Dec (e.g. +40:42:43 or 40.7123)",
2269
+ "Downsample",
2270
+ "e.g. 1.80",
2271
+ "e.g. 5.0",
2272
+ "Export Annotation",
2273
+ "Failed to save: {0}",
2274
+ "File",
2275
+ "FITS files (*.fits *.fit)",
2276
+ "Found {0} files. Starting batch…",
2277
+ "FOV:",
2278
+ "Image Source",
2279
+ "Images (*.fits *.fit *.xisf *.tif *.tiff *.png *.jpg *.jpeg);;All files (*)",
2280
+ "Input directory",
2281
+ "Load from file",
2282
+ "Manual",
2283
+ "Manual RA/Dec/Scale:",
2284
+ "Max",
2285
+ "Max Stars",
2286
+ "Min",
2287
+ "Mode:",
2288
+ "No acceptable image files found.",
2289
+ "No active image view.",
2290
+ "None (blind)",
2291
+ "Output directory",
2292
+ "Pixel scale in arcseconds/pixel (e.g., 1.46).",
2293
+ "Pixel Scale Range",
2294
+ "Plate Solve",
2295
+ "Plate Solver",
2296
+ "Please choose a valid input directory.",
2297
+ "Please choose a valid output directory.",
2298
+ "RA (e.g. 22:32:14 or 338.1385)",
2299
+ "Save Error",
2300
+ "Save Plate-Solved FITS",
2301
+ "Save WCS",
2302
+ "Scale [\" / px] (e.g. 1.46)",
2303
+ "Search Parameters",
2304
+ "Search Radius",
2305
+ "Search radius:",
2306
+ "Seed mode:",
2307
+ "Seeding & Constraints",
2308
+ "Selected file does not exist.",
2309
+ "Solution",
2310
+ "Solve",
2311
+ "Solve the currently active image view.",
2312
+ "Solved (not saved).",
2313
+ "Solved FITS saved:\n{0}",
2314
+ "Solved with ASTAP (WCS + SIP applied to active doc).",
2315
+ "Solver Configuration",
2316
+ "Solver Type",
2317
+ "Start",
2318
+ "Status:",
2319
+ "Unsupported or unreadable image.",
2320
+ "Use active view",
2321
+ "Use FITS header, your manual RA/Dec/scale, or blind solve.",
2322
+ "Use image hints",
2323
+ "Value (deg)"
2324
+ ],
2325
+ "PreviewPane": [
2326
+ "AutoStretch",
2327
+ "Fit to Preview",
2328
+ "Zoom In",
2329
+ "Zoom Out"
2330
+ ],
2331
+ "RGBAlignDialog": [
2332
+ "Affine",
2333
+ "Align",
2334
+ "Align B to G",
2335
+ "Align R to G",
2336
+ "Alignment model:",
2337
+ "Apply",
2338
+ "Blue",
2339
+ "Close",
2340
+ "Create new document (keep original)",
2341
+ "Green",
2342
+ "Homography",
2343
+ "Method",
2344
+ "Polynomial",
2345
+ "Polynomial Order",
2346
+ "Preview",
2347
+ "Processing...",
2348
+ "Red",
2349
+ "Reference Channel",
2350
+ "Reset",
2351
+ "RGB Align",
2352
+ "RGB Alignment",
2353
+ "SEP sigma:",
2354
+ "Show before/after",
2355
+ "Trial detect stars"
2356
+ ],
2357
+ "RGBCombinationDialogPro": [
2358
+ "Blue:",
2359
+ "Blue: Not selected",
2360
+ "Cancel",
2361
+ "Combine",
2362
+ "Files",
2363
+ "Green:",
2364
+ "Green: Not selected",
2365
+ "Load Blue…",
2366
+ "Load Green…",
2367
+ "Load Individual Files",
2368
+ "Load Red…",
2369
+ "Red:",
2370
+ "Red: Not selected",
2371
+ "RGB Combination",
2372
+ "Select Open Views for R / G / B",
2373
+ "Select RGB Combination Mode",
2374
+ "Use Open Views"
2375
+ ],
2376
+ "RGBCombineDialog": [
2377
+ "Add luminance",
2378
+ "Apply",
2379
+ "Blue Channel",
2380
+ "Close",
2381
+ "Create new image",
2382
+ "Green Channel",
2383
+ "Luminance",
2384
+ "Output",
2385
+ "Preview",
2386
+ "Processing...",
2387
+ "Red Channel",
2388
+ "Reset",
2389
+ "RGB Combination",
2390
+ "Select blue view",
2391
+ "Select green view",
2392
+ "Select luminance view",
2393
+ "Select red view"
2394
+ ],
2395
+ "ReferenceFrameReviewDialog": [
2396
+ "Cancel",
2397
+ "Disable Autostretch",
2398
+ "Enable Autostretch",
2399
+ "Error",
2400
+ "Failed to load the reference image.",
2401
+ "FITS Files (*.fits *.fit);;All Files (*)",
2402
+ "Reference Frame Review",
2403
+ "Reference image not loaded.",
2404
+ "Reference Preview",
2405
+ "Select New Reference Frame",
2406
+ "Unable to load preview.",
2407
+ "Use This Reference Frame",
2408
+ "Zoom In",
2409
+ "Zoom Out"
2410
+ ],
2411
+ "ReferenceOverlayDialog": [
2412
+ "Reference Frame: Stars Overlay"
2413
+ ],
2414
+ "RemoveGreenDialog": [
2415
+ "Apply",
2416
+ "Cancel",
2417
+ "Neutral mode:",
2418
+ "Preserve lightness",
2419
+ "Remove Green (SCNR)",
2420
+ "Select the amount to remove green noise:"
2421
+ ],
2422
+ "SaveOptionsDialog": [
2423
+ "Cancel",
2424
+ "Choose bit depth for export:",
2425
+ "OK",
2426
+ "Save Options"
2427
+ ],
2428
+ "SelectiveColorCorrection": [
2429
+ "Complementary colors (CMY)",
2430
+ "Luminance, Chroma/Saturation, Contrast",
2431
+ "Mask",
2432
+ "RGB Colors",
2433
+ "Selective Color Correction"
2434
+ ],
2435
+ "SettingsDialog": [
2436
+ "(Not required) Additional Model Paths for Denoise and Satellites",
2437
+ "About",
2438
+ "Adobe DNG demosaic:",
2439
+ "AHD (default)",
2440
+ "Apply",
2441
+ "ASTAP executable:",
2442
+ "Astrometry.net API key",
2443
+ "Astrometry.net API key:",
2444
+ "Astrometry.net Fallback:",
2445
+ "Auto",
2446
+ "Auto (system)",
2447
+ "Auto-detect (use FITS header)",
2448
+ "Auto-save",
2449
+ "Best (bilinear, slower)",
2450
+ "Browse...",
2451
+ "Browse…",
2452
+ "Bundle folder is stored under the SASP data folder",
2453
+ "Bundles folder",
2454
+ "Cancel",
2455
+ "Check Now…",
2456
+ "Check this if your mono camera produces FITS that look like color mosaics",
2457
+ "Chinese",
2458
+ "Choose Background…",
2459
+ "Choose SASP Data Folder",
2460
+ "Choose…",
2461
+ "Clear",
2462
+ "Compute autostretch on a 16-bit histogram (smoother gradients).",
2463
+ "Cosmic Clarity",
2464
+ "Cosmic Clarity Denoise Path:",
2465
+ "Cosmic Clarity Executable Path (XL model included)",
2466
+ "Cosmic Clarity folder:",
2467
+ "Cosmic Clarity Path:",
2468
+ "Cosmic Clarity Satellite Path:",
2469
+ "Cosmic Clarity Settings",
2470
+ "Cosmic Clarity Stellar Path:",
2471
+ "CPU",
2472
+ "Customize…",
2473
+ "Dark",
2474
+ "Dark (default)",
2475
+ "Debayer mono files using FITS header BAYERPAT/COLORTYP",
2476
+ "Debayer Mono FITS",
2477
+ "Debayer Pattern",
2478
+ "Default Image Directory",
2479
+ "Default: 128. Smaller tiles use less memory but may be slower.",
2480
+ "Default: 2048. Smaller = less memory but slower preview renders.",
2481
+ "Default: 2048. Smaller = less memory, slower.",
2482
+ "Default: 256. Larger can be faster but uses more memory.",
2483
+ "Default: 3. Number of images to keep in memory.",
2484
+ "Default: 4 (or half your CPU cores).",
2485
+ "Default: 4. Too many workers can exceed GPU memory.",
2486
+ "Default: Half your CPU cores (min 2).",
2487
+ "Denoise Model Downloaded",
2488
+ "DHT (high quality)",
2489
+ "Display",
2490
+ "Display-Stretch: Soft/Hard Profile",
2491
+ "Download Denoise Model",
2492
+ "Download Error",
2493
+ "Download Satellite Model",
2494
+ "Downloading Denoise Model…",
2495
+ "Downloading Satellite Model…",
2496
+ "Draft",
2497
+ "Edit custom colors and font",
2498
+ "Enable auto-save",
2499
+ "Enable GPU",
2500
+ "English",
2501
+ "Failed to download model:\n{0}",
2502
+ "Fast (nearest, pixelated)",
2503
+ "Files",
2504
+ "French",
2505
+ "General",
2506
+ "German",
2507
+ "GPU Acceleration",
2508
+ "GPU Device",
2509
+ "GraXpert",
2510
+ "GraXpert Executable Path",
2511
+ "GraXpert executable:",
2512
+ "GraXpert Path:",
2513
+ "GraXpert Settings",
2514
+ "Grid line color:",
2515
+ "Grid Overlay",
2516
+ "Hard",
2517
+ "High",
2518
+ "High-quality autostretch (16-bit; better gradients)",
2519
+ "Image cache size (slots):",
2520
+ "Image Quality",
2521
+ "Image Viewer",
2522
+ "Inference Device:",
2523
+ "Interface",
2524
+ "Interval (minutes)",
2525
+ "Italian",
2526
+ "Japanese",
2527
+ "Language",
2528
+ "Language changed. Please manually restart the application to apply the new language.",
2529
+ "Language:",
2530
+ "Light",
2531
+ "Local Astrometry.net (solve-field):",
2532
+ "Maximum steps",
2533
+ "MB",
2534
+ "Memory Limit",
2535
+ "Memory settings",
2536
+ "MF Deconvolution Tile size (px):",
2537
+ "MF Parallel workers:",
2538
+ "Multi-Frame Deconvolution",
2539
+ "None (skip fallback)",
2540
+ "Normal",
2541
+ "Note: Some settings require restarting SASpro to take effect.",
2542
+ "Number of parallel image workers:",
2543
+ "Number of parallel stacking workers:",
2544
+ "OK",
2545
+ "Performance",
2546
+ "Pick a PNG or JPG to use as the application background",
2547
+ "Plate Solving",
2548
+ "Plate-Solve Engine",
2549
+ "Portuguese",
2550
+ "PPG (fast)",
2551
+ "Preferences",
2552
+ "Preview Quality",
2553
+ "Preview Tile size (px):",
2554
+ "Processing",
2555
+ "RAW Handling",
2556
+ "rawpy extra args (advanced, JSON list):",
2557
+ "Remove custom background and restore default",
2558
+ "Rendering Quality:",
2559
+ "Restart required",
2560
+ "Restore default updates URL",
2561
+ "Restore Defaults",
2562
+ "Run an update check immediately",
2563
+ "SASP Data Folder:",
2564
+ "Satellite Model Downloaded",
2565
+ "Save desktop shortcuts on exit",
2566
+ "Seti Astro Suite Pro",
2567
+ "Seti Astro User ID",
2568
+ "Settings",
2569
+ "Show grid overlay in image views",
2570
+ "Soft (default)",
2571
+ "Some changes require a restart to take effect.",
2572
+ "Spanish",
2573
+ "Stacking Suite",
2574
+ "Stacking Suite Tile size (px):",
2575
+ "StarNet executable:",
2576
+ "System",
2577
+ "The application will now restart to apply the language change.",
2578
+ "The Denoise model has been downloaded to:\n{0}",
2579
+ "The Satellite model has been downloaded to:\n{0}",
2580
+ "Theme",
2581
+ "Theme:",
2582
+ "Threads",
2583
+ "Tile size (px):",
2584
+ "Undo History",
2585
+ "Use Astrometry.net (web) as fallback",
2586
+ "Web fallback (free quota)",
2587
+ "Your numeric user ID from setiastrophotography.com:"
2588
+ ],
2589
+ "ShortcutButton": [
2590
+ "Delete"
2591
+ ],
2592
+ "SignatureInsertDialogPro": [
2593
+ "Add Image",
2594
+ "Add Shape",
2595
+ "Add Text",
2596
+ "Apply to Active Document",
2597
+ "Arrow (down)",
2598
+ "Arrow (left)",
2599
+ "Arrow (poly)",
2600
+ "Arrow (right)",
2601
+ "Arrow (up)",
2602
+ "Bold",
2603
+ "Border:",
2604
+ "Choose Image",
2605
+ "Choose…",
2606
+ "Color:",
2607
+ "Delete Overlay",
2608
+ "Ellipse",
2609
+ "Enter text:",
2610
+ "Failed to read the active view; cannot apply overlays.",
2611
+ "Fill:",
2612
+ "Fit to Preview",
2613
+ "Font size:",
2614
+ "Font:",
2615
+ "Height:",
2616
+ "Image",
2617
+ "Image Files (*.png *.jpg *.jpeg *.bmp *.gif *.tif *.tiff);;All Files (*)",
2618
+ "Italic",
2619
+ "Line",
2620
+ "Move Down",
2621
+ "Move Up",
2622
+ "No active document to apply overlays.",
2623
+ "None",
2624
+ "Outline:",
2625
+ "Overlays (text, images, shapes)",
2626
+ "Overlays applied to active document.",
2627
+ "Processing...",
2628
+ "px",
2629
+ "Ready",
2630
+ "Rectangle",
2631
+ "Render at full resolution",
2632
+ "Selected overlay",
2633
+ "Select…",
2634
+ "Shape",
2635
+ "Signature / Insert",
2636
+ "Signature Insert",
2637
+ "Size:",
2638
+ "Text",
2639
+ "Triangle",
2640
+ "Type:",
2641
+ "Width:",
2642
+ "Zoom In",
2643
+ "Zoom Out"
2644
+ ],
2645
+ "Splash": [
2646
+ " • Build {0}",
2647
+ " • Running locally from source code",
2648
+ "Building main window...",
2649
+ "Configuring matplotlib...",
2650
+ "Configuring multiprocessing...",
2651
+ "Configuring Qt message handler...",
2652
+ "Creating image manager...",
2653
+ "Initializing GPU…",
2654
+ "Initializing Python runtime...",
2655
+ "Installing crash handlers...",
2656
+ "Loading image libraries...",
2657
+ "Loading image manager...",
2658
+ "Loading main window module...",
2659
+ "Loading MDI widgets...",
2660
+ "Loading NumPy...",
2661
+ "Loading OpenCV...",
2662
+ "Loading PyQt6 components...",
2663
+ "Loading PyTorch runtime...",
2664
+ "Loading reproject library...",
2665
+ "Loading resources...",
2666
+ "Loading standard libraries...",
2667
+ "Loading UI utilities...",
2668
+ "Modules loaded, finalizing...",
2669
+ "Ready!",
2670
+ "Setting up logging...",
2671
+ "Showing main window...",
2672
+ "Splash",
2673
+ "Starting...",
2674
+ "Suppressing warnings...",
2675
+ "Version {0}"
2676
+ ],
2677
+ "StackingSuiteDialog": [
2678
+ "\n\n(Comet Star Removal is currently OFF in Settings.)",
2679
+ "\n\nLinux tip:\n • Install python3.12 or 3.11 via your package manager\n • Then relaunch the app.",
2680
+ "\n\nmacOS tip (Apple Silicon):\n • Install Python 3.12: brew install python@3.12\n • Then relaunch the app so it can create its runtime with 3.12.",
2681
+ "\n\nWindows tip:\n • Install Python 3.12/3.11/3.10 (x64) from python.org\n • Then relaunch the app.",
2682
+ " ✓ [{0}/{1}] starless saved",
2683
+ " bbox(ref)→reg: ({0:.1f},{1:.1f}) to ({2:.1f},{3:.1f}); canvas {4}×{5} @ {6}×",
2684
+ " originals needed (sample): {0}",
2685
+ " sasd FILEs (sample): {0}",
2686
+ " With <~40–55% fill, expect visible patching even with many frames)",
2687
+ " With <~40–55% fill, expect visible patching even with many frames.",
2688
+ " • Tile source: STARLESS (pre-aligned)",
2689
+ " ↳ Integration done in {0:.1f}s.",
2690
+ " ⚠️ Starless reader path mismatch at i={0}; got {1}, expected {2}. Using index order.",
2691
+ " • {0} → {1}",
2692
+ " ↳ tile {0} done in {1:.3f}s (~{2:.1f} MPx/s)",
2693
+ " ◦ applying rejection algorithm: {0}",
2694
+ " ◦ DarkStar comet star removal…",
2695
+ " ◦ seed xy={0:.1f},{1:.1f} within {2}×{3}? {4}",
2696
+ " ◦ seeding first registered frame with _comet_ref_xy",
2697
+ " ◦ StarNet comet star removal…",
2698
+ " ◦ user cancelled or no edits — using auto centroids",
2699
+ " ◦ user confirmed/edited {0} centroids",
2700
+ " ◦ using user seed on {0}",
2701
+ " ⚠️ comet preview skipped: no worker emitter present",
2702
+ " ⚠️ comet preview skipped: {0!r}",
2703
+ " ⚠️ comet preview unavailable (no UI target)",
2704
+ " ⚠️ star removal failed on {0}: {1}",
2705
+ " ⚠️ user seed: no affine for that registered file",
2706
+ " ❌ {0}",
2707
+ " (repaired {0})",
2708
+ " + CFA",
2709
+ " + drizzle",
2710
+ " [GPU]",
2711
+ "'Luma' deconvolves luminance only; 'PerChannel' runs on RGB independently.",
2712
+ "(<0 = scale×RMS, >0 = absolute Δ)",
2713
+ "(fallback)",
2714
+ "(score={0:.4f})",
2715
+ "**Frame Weights Debug Log:**",
2716
+ "1 file · {0}",
2717
+ "16-bit unsigned",
2718
+ "1× (native)",
2719
+ "2× (super-resolution)",
2720
+ "32-bit float",
2721
+ "3× (extreme)",
2722
+ "64-bit float",
2723
+ "64-bit uses ~2× RAM; 32-bit is faster/lighter.",
2724
+ "[Stacking] tile {0}/{1} ts.shape={2}, N={3}, C={4}",
2725
+ "ABE Mode:",
2726
+ "About CUDA",
2727
+ "Acceleration",
2728
+ "Accept max shift (px):",
2729
+ "Accept tolerance (px):",
2730
+ "Accurate (3 passes)",
2731
+ "Accurate (Star Matching)",
2732
+ "Add Bias Frames",
2733
+ "Add Conversion Directory",
2734
+ "Add Conversion Files",
2735
+ "Add Dark Directory",
2736
+ "Add Dark Files",
2737
+ "Add Dark Frames",
2738
+ "Add files to the stacking queue",
2739
+ "Add Files...",
2740
+ "Add Flat Directory",
2741
+ "Add Flat Files",
2742
+ "Add Flat Frames",
2743
+ "Add Folder...",
2744
+ "Add Light Directory",
2745
+ "Add Light Files",
2746
+ "Add Light Frames",
2747
+ "Add to {0} tab",
2748
+ "Added {0}/{1} Light frames",
2749
+ "Adding Blink files to Image Integration…",
2750
+ "Adding Blink files to Light tab…",
2751
+ "Adding {0} Files…",
2752
+ "Adding {0} from Directory…",
2753
+ "Additive",
2754
+ "Additive with Scaling",
2755
+ "Advanced",
2756
+ "Advanced Options",
2757
+ "Advanced Settings",
2758
+ "Affine (fast)",
2759
+ "After installation, restart the app for changes to take effect.",
2760
+ "After installing CUDA, restart the app.",
2761
+ "AHD",
2762
+ "AIRMASS",
2763
+ "Algorithm:",
2764
+ "Aligning stars…",
2765
+ "Aligning stars… ({0}/{1})",
2766
+ "Alignment",
2767
+ "Alignment Mode:",
2768
+ "Alignment Settings",
2769
+ "All stacking finished successfully.\n",
2770
+ "All Supported Files",
2771
+ "Also output Stars+Comet blend",
2772
+ "Analyze",
2773
+ "Analyzing frames...",
2774
+ "Apply Bias Subtraction (For CCD Users)",
2775
+ "Apply color matrix",
2776
+ "Apply cosmetic correction",
2777
+ "Apply debayer",
2778
+ "Apply distortion model",
2779
+ "Apply filter",
2780
+ "Apply hot pixel removal",
2781
+ "Apply Pedestal",
2782
+ "Apply Settings",
2783
+ "Apply this choice to all remaining mismatches of this kind",
2784
+ "Apply to all frames",
2785
+ "Apply to Group",
2786
+ "Applying calibration...",
2787
+ "Applying rejection...",
2788
+ "APTDIA",
2789
+ "Are you sure you want to cancel stacking?",
2790
+ "Are you sure you want to remove all frames?",
2791
+ "Assigning best Master Dark/Flat…",
2792
+ "Auto",
2793
+ "Auto (from stars)",
2794
+ "Auto (not set)",
2795
+ "Auto (use all cores)",
2796
+ "Auto Crop",
2797
+ "Auto crop",
2798
+ "Auto Noise Map",
2799
+ "Auto Star Mask",
2800
+ "Auto Weight",
2801
+ "Auto-Accept Best Reference",
2802
+ "Auto-accept measured reference",
2803
+ "Auto-crop output",
2804
+ "Auto-cropped files saved:",
2805
+ "Auto-detect",
2806
+ "Auto-detect panels",
2807
+ "Auto-detect session",
2808
+ "Auto-match calibration frames",
2809
+ "Auto-name",
2810
+ "Auto-register & integrate after calibration",
2811
+ "Auto-Select Best Reference",
2812
+ "Auto-Select by Metadata",
2813
+ "Auto-Select Closest Master Dark",
2814
+ "Average",
2815
+ "Backend: CPU (Python version not supported for GPU install)",
2816
+ "Backend: installing…",
2817
+ "Backend: {0}",
2818
+ "Background",
2819
+ "Background level",
2820
+ "Background matching",
2821
+ "Background model",
2822
+ "Background Normalization",
2823
+ "Batch Convert Files to Debayered FITS (.fit)",
2824
+ "Bayer Pattern",
2825
+ "BAYERPAT",
2826
+ "Before saving: min = {0:.4f}, max = {1:.4f}",
2827
+ "Best",
2828
+ "Best Quality",
2829
+ "BGGR",
2830
+ "Bias",
2831
+ "bias",
2832
+ "Bias Subtracted",
2833
+ "Bias: {0}",
2834
+ "Bicubic",
2835
+ "Bicubic Interpolation",
2836
+ "Bilinear",
2837
+ "Bilinear Interpolation",
2838
+ "Binning",
2839
+ "Biweight constant:",
2840
+ "Biweight Estimator",
2841
+ "Blend Ratio:",
2842
+ "Blending method",
2843
+ "Both (comet + stars)",
2844
+ "Browse",
2845
+ "Browse...",
2846
+ "Cache size (MB)",
2847
+ "Calculate from frames",
2848
+ "Calculating alignment...",
2849
+ "Calculating autocrop bounding box…",
2850
+ "Calibrated Light Frames",
2851
+ "Calibrating...",
2852
+ "Calibration",
2853
+ "Calibration complete",
2854
+ "Calibration mismatch",
2855
+ "Calibration Settings",
2856
+ "Camera",
2857
+ "Cancel",
2858
+ "Cancel the current operation",
2859
+ "Cannot write to output directory",
2860
+ "Caps Astroalign max_control_points (typical 500–1500). Lower = faster, higher = more robust.",
2861
+ "Capture Date",
2862
+ "CCD-TEMP",
2863
+ "CFA Drizzle",
2864
+ "CFA Drizzle (Bayer)",
2865
+ "CFA Drizzle is enabled but at least one group has only {0} frames.\n\nCFA Drizzle typically needs ≥{1} frames (scale {2:.0f}×) for good coverage.\nSwitch to Edge-Aware Interpolation for this run?",
2866
+ "CFA Drizzle: Low Sample Count",
2867
+ "CFA Edge-Aware Interp",
2868
+ "Choose the initial seed image for MFDeconv:\n• Robust μ–σ: running mean with sigma clipping (RAM-friendly, default)\n• Median: tiled median stack (more outlier-resistant; heavier I/O, esp. for XISF)",
2869
+ "Chunk size",
2870
+ "Chunk Size:",
2871
+ "Circular",
2872
+ "circular",
2873
+ "Circular (disk)",
2874
+ "Clear",
2875
+ "Clear All",
2876
+ "Clear all files from queue",
2877
+ "Clear existing session?",
2878
+ "Clear List",
2879
+ "Clear Selection",
2880
+ "Click to select files",
2881
+ "Clip (lo/hi):",
2882
+ "Clip high",
2883
+ "Clip low",
2884
+ "Close",
2885
+ "CMOS users: Bias Subtraction is not needed.\nModern CMOS cameras use Correlated Double Sampling (CDS),\nmeaning bias is already subtracted at the sensor level.",
2886
+ "Cold pixel detection",
2887
+ "Cold Pixel Removal",
2888
+ "Cold pixel replacement",
2889
+ "Cold pixel threshold (σ)",
2890
+ "Cold Threshold:",
2891
+ "Cold σ:",
2892
+ "color",
2893
+ "Color matrix",
2894
+ "Color mode:",
2895
+ "Columns",
2896
+ "Combine panels",
2897
+ "Comet (High-Clip Percentile tuning)",
2898
+ "Comet alignment",
2899
+ "Comet Center",
2900
+ "Comet Detection:",
2901
+ "Comet Mode",
2902
+ "Comet Star Removal (Optional)",
2903
+ "compass Reference PA: (unknown)",
2904
+ "compass Reference PA: {0:.2f}°",
2905
+ "compass Tree snapshot → groups: {0}, leaves seen: {1}, paths kept: {2}",
2906
+ "Complete",
2907
+ "Confirm action",
2908
+ "Controls down-weighting strength.",
2909
+ "Conversion complete.",
2910
+ "Conversion list cleared.",
2911
+ "Conversion output directory set to: {0}",
2912
+ "Convert All Files to FITS",
2913
+ "Convert Non-FITS Formats",
2914
+ "Converted",
2915
+ "Converted {0} to FITS with IMAGETYP={1}, EXPTIME={2}.",
2916
+ "Copy commands",
2917
+ "Core mask feather (px):",
2918
+ "Corrections",
2919
+ "Cosmetic Correction",
2920
+ "Cosmetic Correction (Advanced)",
2921
+ "Cosmetic Correction Applied (debayered/mono)",
2922
+ "Cosmetic Correction Applied for Bayer Pattern ({0})",
2923
+ "Could not load {0} to create memmap cache.",
2924
+ "Could not load:\n{0}\n\n{1}",
2925
+ "Coverage:",
2926
+ "CPU only",
2927
+ "Create comet-aligned version",
2928
+ "Create Comet-Only Stack",
2929
+ "Create log file",
2930
+ "Create Master",
2931
+ "Create Master Bias",
2932
+ "Create Master Calibration Files",
2933
+ "Create Master Dark",
2934
+ "Create Master Darks",
2935
+ "Create Master Flat",
2936
+ "Create Master Flats",
2937
+ "Create Masters",
2938
+ "Create star-aligned version",
2939
+ "Create Stars+Comet Blend",
2940
+ "Creating master bias...",
2941
+ "Creating master dark...",
2942
+ "Creating master flat...",
2943
+ "Crop final image to pixels covered by ≥ Coverage % of frames",
2944
+ "Crop Method:",
2945
+ "Crop Padding (px):",
2946
+ "Crop to common area",
2947
+ "Cross Correlation",
2948
+ "CUDA Installation Info",
2949
+ "Current frame",
2950
+ "Current stacking settings saved to profile '{0}'.",
2951
+ "Current Status: {0}",
2952
+ "Current Step",
2953
+ "Custom",
2954
+ "Custom directory",
2955
+ "Custom matrix",
2956
+ "Custom Weight",
2957
+ "Dark",
2958
+ "dark",
2959
+ "Dark Flat",
2960
+ "Dark Flats",
2961
+ "Dark Frames",
2962
+ "Dark Subtracted: {0}",
2963
+ "darkflat",
2964
+ "Darks",
2965
+ "DarkStar",
2966
+ "Date",
2967
+ "DCB",
2968
+ "Dead column detection",
2969
+ "Dead row detection",
2970
+ "Debayer",
2971
+ "Debayer before calibration",
2972
+ "Debayer Method",
2973
+ "Debayer Settings",
2974
+ "Debug Mode",
2975
+ "DEBUG: File '{0}' does not exist on disk.",
2976
+ "DEC",
2977
+ "Dec rate (arcsec/min)",
2978
+ "Deconvolution Iterations:",
2979
+ "Deconvolution Strength:",
2980
+ "Deconvolving '{0}' ({1} frames)…",
2981
+ "Default",
2982
+ "Defect map",
2983
+ "Defect Map Files",
2984
+ "Delete",
2985
+ "Delete profile",
2986
+ "Delete stacking profile '{0}'?",
2987
+ "Detect bad columns",
2988
+ "Detect bad rows",
2989
+ "Detect dithering",
2990
+ "Detected backend:",
2991
+ "Detecting stars...",
2992
+ "Detection scale",
2993
+ "Detection threshold",
2994
+ "Dilate (+px):",
2995
+ "Distortion / Transform",
2996
+ "Distortion correction",
2997
+ "Dithering",
2998
+ "Dithering pattern",
2999
+ "Dithering scale",
3000
+ "Divide (flat-like)",
3001
+ "Divide gain limits:",
3002
+ "Double-click to preview",
3003
+ "Downloads PyTorch with the right backend (CUDA/MPS/CPU). One-time per machine.",
3004
+ "Downsample (AREA):",
3005
+ "Downsample:",
3006
+ "Drag and drop files here",
3007
+ "Drizzle",
3008
+ "Drizzle cfg → scale={0}×, pixfrac={1:.3f}, kernel={2}",
3009
+ "Drizzle Integration",
3010
+ "Drizzle Kernel:",
3011
+ "Drizzle Scale:",
3012
+ "Drizzle Settings",
3013
+ "Drizzle: False",
3014
+ "Drizzle: True, Scale: {0:g}x, Drop: {1:.2f}",
3015
+ "Drizzle: True, Scale: {0}, Drop: {1:.2f}",
3016
+ "Drizzle: {0}",
3017
+ "Drizzle: {0}, Scale: {1}, Drop:{2}",
3018
+ "Drop Fraction (pixfrac):",
3019
+ "Drop Shrink:",
3020
+ "Drop Size (Pixfrac)",
3021
+ "e.g. M31",
3022
+ "Eccentricity",
3023
+ "EGAIN",
3024
+ "Elapsed time",
3025
+ "Ellipse scale:",
3026
+ "Enable ABE Pre-Processing",
3027
+ "Enable advanced cosmetic tuning",
3028
+ "Enable Auto Crop",
3029
+ "Enable comet mode",
3030
+ "Enable Comet Stacking",
3031
+ "Enable Cosmetic Correction",
3032
+ "Enable cosmetic correction",
3033
+ "Enable Drizzle",
3034
+ "Enable GPU Acceleration",
3035
+ "Enable GPU/MPS via PyTorch when supported; falls back to CPU automatically.",
3036
+ "Enable local normalization",
3037
+ "Enable MF Deconvolution",
3038
+ "Enable MFDeconv during integration",
3039
+ "Enable mosaic mode",
3040
+ "Enable MPS (Apple Silicon)",
3041
+ "Enable Registration",
3042
+ "Enable scoring",
3043
+ "Enable Star Trails",
3044
+ "Enter new group name:",
3045
+ "Enter session label (e.g., Night1, RedFilterSet2):",
3046
+ "Enter session name:",
3047
+ "EQUINOX",
3048
+ "Error",
3049
+ "Error converting {0}: {1}",
3050
+ "Error: {0}",
3051
+ "ESD threshold:",
3052
+ "Estimated remaining",
3053
+ "Exclude from Stack",
3054
+ "Exclude from stacking",
3055
+ "Expected dither (pixels)",
3056
+ "Export Settings",
3057
+ "Exposure",
3058
+ "Exposure Time",
3059
+ "Exposure Tolerance (sec):",
3060
+ "Exposure Tolerance (seconds):",
3061
+ "EXPTIME",
3062
+ "Extreme Studentized Deviate (ESD)",
3063
+ "Failed to calibrate frame",
3064
+ "Failed to load",
3065
+ "Failed to load frame",
3066
+ "Failed to load image.",
3067
+ "Failed to load session",
3068
+ "Failed to load {0}",
3069
+ "Failed to register frame",
3070
+ "Failed to save session",
3071
+ "Failed to stack frames",
3072
+ "Falling back to CPU",
3073
+ "Fast (1 pass)",
3074
+ "Fast (AstroAlign)",
3075
+ "Fast = single pass; Accurate = 3-pass refinement.",
3076
+ "Feather",
3077
+ "Feather width",
3078
+ "Feather σ (px):",
3079
+ "Feature Matching",
3080
+ "File",
3081
+ "Filename",
3082
+ "Fill value",
3083
+ "Filter",
3084
+ "Filter & Exposure",
3085
+ "Filter - Exposure - Size",
3086
+ "Filter by score",
3087
+ "Filter={0} Exp={1}",
3088
+ "Finalizing...",
3089
+ "First Frame",
3090
+ "FITS",
3091
+ "FITS Files",
3092
+ "FITS Files (*.fit *.fits);;All Files (*)",
3093
+ "FITS Files (*.fits *.fit *.fts *.fits.gz *.fit.gz *.fz)",
3094
+ "FITS Files (*.fits *.fit *.fz *.xisf *.tif *.tiff *.png *.jpg *.jpeg)",
3095
+ "FITS Files (*.fits *.fit)",
3096
+ "FITS Images (*.fits *.fit);;All Files (*)",
3097
+ "Flat",
3098
+ "flat",
3099
+ "Flat Applied: {0}",
3100
+ "Flat Frames",
3101
+ "Flats",
3102
+ "Flipping Image",
3103
+ "FOCALLEN",
3104
+ "folder change",
3105
+ "For OSC dual-band data: SII/OIII → R=SII, G=OIII; Ha/OIII → R=Ha, G=OIII",
3106
+ "Found '{0}' with IMAGETYP = {1}\nwhich looks like **{2}**, not {3}.\n\nWhat would you like to do?",
3107
+ "Fraction trimmed on each end before averaging.",
3108
+ "Frame dimensions mismatch",
3109
+ "Frame Filtering",
3110
+ "Frame Scoring",
3111
+ "Frames per group:\n",
3112
+ "Frames processed",
3113
+ "From WCS",
3114
+ "FWHM",
3115
+ "FWHM (lower is better)",
3116
+ "Gain",
3117
+ "Gain Clip Max:",
3118
+ "Gain Clip Min:",
3119
+ "Gaussian",
3120
+ "gaussian",
3121
+ "Gaussian σ (px):",
3122
+ "GBRG",
3123
+ "Generalized ESD",
3124
+ "Generalized Extreme Studentized Deviate",
3125
+ "Generate defect map",
3126
+ "Generate panel stacks",
3127
+ "GPU acceleration not available",
3128
+ "GPU device",
3129
+ "GPU Device:",
3130
+ "GPU still not being used?",
3131
+ "Gradient matching",
3132
+ "Gradient removal (ABE Poly²): mode={0}, samples={1}, downsample={2}, patch={3}, min_strength={4:.2f}%, gain_clip=[{5},{6}]",
3133
+ "Gradient Removal (Pre-Integration)",
3134
+ "GRBG",
3135
+ "Grid size",
3136
+ "Group '{0}' has {1} file(s) after filtering.",
3137
+ "Group By",
3138
+ "Group by dither position",
3139
+ "Group Name:",
3140
+ "H:",
3141
+ "Half Size",
3142
+ "Height",
3143
+ "High Octane",
3144
+ "High-clip k / Percentile p:",
3145
+ "High-Octane (Let 'er rip)",
3146
+ "High-Octane (Let ’er rip)",
3147
+ "High/Low σ used by sigma-based rejection.",
3148
+ "High:",
3149
+ "Homography (full)",
3150
+ "Homography (projective)",
3151
+ "Hot pixel detection",
3152
+ "Hot Pixel Removal",
3153
+ "Hot pixel replacement",
3154
+ "Hot pixel threshold",
3155
+ "Hot pixel threshold (σ)",
3156
+ "Hot Threshold:",
3157
+ "Hot σ:",
3158
+ "Huber δ sets the cutoff between 'quadratic' (treat as normal) and 'linear' (treat as outlier) behavior.\n• |residual| ≤ δ → quadratic (more aggressive corrections)\n• |residual| > δ → linear (gentler, more robust)\nNegative values mean 'scale by RMS': e.g., δ = -2 uses 2×RMS.\nSmaller |δ| (closer to 0) → more pixels counted as outliers → more conservative.\nExamples: κ=1.1 & δ=-0.7 = gentle; κ=2 & δ=-2 = more aggressive.",
3159
+ "Huber δ sets the cutoff between ‘quadratic’ (treat as normal) and ‘linear’ (treat as outlier) behavior.\n• |residual| ≤ δ → quadratic (more aggressive corrections)\n• |residual| > δ → linear (gentler, more robust)\nNegative values mean ‘scale by RMS’: e.g., δ = -2 uses 2×RMS.\nSmaller |δ| (closer to 0) → more pixels counted as outliers → more conservative.\nExamples: κ=1.1 & δ=-0.7 = gentle; κ=2 & δ=-2 = more aggressive.",
3160
+ "Huber δ:",
3161
+ "If checked, the best measured frame is accepted automatically.",
3162
+ "If enabled, saves the seed and every iteration image into a subfolder next to the final output.",
3163
+ "If GPU still not being used — click for fix steps",
3164
+ "Image Files",
3165
+ "Image Integration",
3166
+ "Images (*.fit *.fits *.tif *.tiff *.png *.jpg *.jpeg)",
3167
+ "IMAGETYP",
3168
+ "Import Settings",
3169
+ "Important: GPU stacking requires both CUDA and PyTorch-GPU.",
3170
+ "Include in Stack",
3171
+ "Include in stacking",
3172
+ "Info",
3173
+ "Install PyTorch (CUDA)",
3174
+ "Install/Update GPU Acceleration…",
3175
+ "Installing GPU Acceleration",
3176
+ "Installing NVIDIA CUDA for Stacking Suite",
3177
+ "INSTRUME",
3178
+ "Insufficient frames for stacking",
3179
+ "Integrate Only",
3180
+ "Integrate Previously Registered Images",
3181
+ "Integrating comet tile {0}…",
3182
+ "Integrating tile {0}/{1} [y:{2}:{3} x:{4}:{5} size={6}×{7}] mode={8}…",
3183
+ "Integrating...",
3184
+ "Integration Algorithm",
3185
+ "Integration complete for group '{0}'.",
3186
+ "Integration Method",
3187
+ "Integration Method:",
3188
+ "Internal Precision:",
3189
+ "Interpolation",
3190
+ "Invalid session file",
3191
+ "IQR Clipping",
3192
+ "ISO",
3193
+ "Iterations",
3194
+ "Iterations (max):",
3195
+ "Iterations:",
3196
+ "Kappa-Sigma Clipping",
3197
+ "Kappa:",
3198
+ "Keep best %",
3199
+ "Keep-floor:",
3200
+ "Kernel",
3201
+ "Kernel width:",
3202
+ "Kernel:",
3203
+ "Lanczos",
3204
+ "Lanczos Interpolation",
3205
+ "Lanczos-2",
3206
+ "Lanczos-3",
3207
+ "Lanczos-4",
3208
+ "Lanczos-5",
3209
+ "Lanczos2",
3210
+ "Lanczos3",
3211
+ "Light",
3212
+ "light",
3213
+ "Light Frames",
3214
+ "Lighten (screen)",
3215
+ "Lights",
3216
+ "Linear",
3217
+ "Linear Fit Clipping",
3218
+ "Load",
3219
+ "Load defect map",
3220
+ "Load defect map...",
3221
+ "Load Master Dark",
3222
+ "Load Master Flat",
3223
+ "Load profile",
3224
+ "Load profile '{0}'?\n\nThis will overwrite the current stacking configuration and restart the Stacking Suite.",
3225
+ "Load Session",
3226
+ "Loading frames...",
3227
+ "Local Normalization",
3228
+ "Lock Reference",
3229
+ "log10 of variance floor (DN²). -8 ≡ 1e-8.",
3230
+ "Low/High Sigma:",
3231
+ "Low:",
3232
+ "Lower = more aggressive (MAD-based).",
3233
+ "Lower = more aggressive outlier rejection.",
3234
+ "Lower = stronger masking near stars; 0 = hard mask, 0.2 = gentle.",
3235
+ "LWP (Local Weighted Polynomial)",
3236
+ "MAD Clipping",
3237
+ "Manual",
3238
+ "Manual layout",
3239
+ "Manual Selection",
3240
+ "Manual Session:",
3241
+ "Manual Weight",
3242
+ "Mark as Reference",
3243
+ "Mask-based (accurate)",
3244
+ "Master Bias",
3245
+ "Master bias created",
3246
+ "Master Calibration Frames",
3247
+ "Master Dark",
3248
+ "Master dark created",
3249
+ "Master Dark Flat",
3250
+ "Master Dark Used",
3251
+ "Master Darks",
3252
+ "Master File",
3253
+ "Master Flat",
3254
+ "Master flat created",
3255
+ "Master Flats",
3256
+ "Match by Exposure",
3257
+ "Match by Filter",
3258
+ "Match by Gain/ISO",
3259
+ "Match by Temperature",
3260
+ "Match by:",
3261
+ "Max (brightest)",
3262
+ "Max control points:",
3263
+ "Max ratio:",
3264
+ "Max Shift (px):",
3265
+ "Max star radius (px):",
3266
+ "Max stars kept:",
3267
+ "Max Stars:",
3268
+ "Max stars:",
3269
+ "Max Value",
3270
+ "Maximum",
3271
+ "Maximum background",
3272
+ "Maximum eccentricity",
3273
+ "Maximum FWHM",
3274
+ "Maximum roundness deviation",
3275
+ "Maximum stars",
3276
+ "Mean",
3277
+ "Mean ratio:",
3278
+ "Median",
3279
+ "Median (Sukhdeep et al.)",
3280
+ "Median Filter Radius:",
3281
+ "Memory allocation failed",
3282
+ "Memory Limit (MB):",
3283
+ "Memory management",
3284
+ "Memory optimization",
3285
+ "Merge Groups",
3286
+ "Metadata",
3287
+ "MF Deconvolution",
3288
+ "MF Deconvolution Settings",
3289
+ "MFDeconv Engine",
3290
+ "MFDeconv Engine:",
3291
+ "MFDeconv — Multi-Frame Deconvolution (ImageMM)",
3292
+ "MFDeconv: Normal vs High Octane",
3293
+ "Min (darkest)",
3294
+ "Min Frames for Master:",
3295
+ "Min iters:",
3296
+ "Min star area (px):",
3297
+ "Min Stars:",
3298
+ "Min Strength:",
3299
+ "Minimum",
3300
+ "Minimum connected-pixel area to keep a detection as a star (px). Helps reject hot pixels/noise.",
3301
+ "Minimum score",
3302
+ "Minimum stars",
3303
+ "Mismatched Image Type",
3304
+ "Mix:",
3305
+ "Mode:",
3306
+ "Model:",
3307
+ "Modified Z threshold:",
3308
+ "Modified Z-Score Clipping",
3309
+ "mono",
3310
+ "Mosaic Mode",
3311
+ "Motion vector",
3312
+ "Multi-band",
3313
+ "Multi-Frame Deconvolution",
3314
+ "Multi-frame Deconvolution",
3315
+ "Multi-frame deconvolving…",
3316
+ "Multiplicative",
3317
+ "Multiplicative with Scaling",
3318
+ "Naive (pixfrac=1)",
3319
+ "naive (square, pixfrac≈1)",
3320
+ "Nearest Neighbor",
3321
+ "New Group",
3322
+ "New Session",
3323
+ "New stacking profile",
3324
+ "New…",
3325
+ "No Calibration",
3326
+ "No calibration frames",
3327
+ "No comet center was selected. Registration has been cancelled so you can try again.",
3328
+ "No Distortion (rotate/translate/scale)",
3329
+ "No file chosen.",
3330
+ "No file selected",
3331
+ "No Files",
3332
+ "No files selected for split.",
3333
+ "No frames loaded",
3334
+ "No light frames",
3335
+ "No new reference selected; using previous reference.",
3336
+ "No Normalization",
3337
+ "No Output Directory",
3338
+ "No output directory is set. Do you want to select one now?",
3339
+ "No profile selected",
3340
+ "No Rejection",
3341
+ "No stacking folder selected",
3342
+ "No stars detected in frame",
3343
+ "No Weighting",
3344
+ "Noise Evaluation",
3345
+ "Noise level",
3346
+ "None",
3347
+ "None (Use Auto-Select)",
3348
+ "None (Use no Dark to Calibrate)",
3349
+ "Normal",
3350
+ "Normal (cuDNN-free)",
3351
+ "Normal (fallback)",
3352
+ "Normalization",
3353
+ "Normalization & Gradient (ABE Poly²)",
3354
+ "Normalize by:",
3355
+ "Notes",
3356
+ "Nucleus position",
3357
+ "Number of kappa-sigma iterations.",
3358
+ "Number of threads",
3359
+ "Number of threads:",
3360
+ "OBJECT",
3361
+ "Observer",
3362
+ "OFF",
3363
+ "Offset",
3364
+ "ON, Scale {0}, Drop {1:.2f}",
3365
+ "Open Command Prompt and run the following.\n\nStep 1: uninstall PyTorch\nStep 2: install the correct build for your GPU",
3366
+ "Open in viewer",
3367
+ "Open Log",
3368
+ "Open result when done",
3369
+ "Open the main window to see the Stacking Log dock.",
3370
+ "Output",
3371
+ "Output Bit Depth",
3372
+ "Output Directory",
3373
+ "Output directory does not exist",
3374
+ "Output directory is not set.",
3375
+ "Output Directory:",
3376
+ "Output Filename",
3377
+ "Output Format",
3378
+ "Output pixel size",
3379
+ "Output saved to:",
3380
+ "Output Settings",
3381
+ "Overall Progress",
3382
+ "Overlap",
3383
+ "Override Dark Frame",
3384
+ "Override Flat Frame",
3385
+ "Override Master Dark Selection",
3386
+ "Overwrite existing file?",
3387
+ "Panel layout",
3388
+ "Parallel Loading",
3389
+ "Parallel processing",
3390
+ "Patch size (small):",
3391
+ "Patch Size:",
3392
+ "Path",
3393
+ "Pattern",
3394
+ "Pause",
3395
+ "Pedestal (0-1000):",
3396
+ "Pending",
3397
+ "Per-frame alignment timeout for the parallel workers. Default 300s.",
3398
+ "Percentile Clip",
3399
+ "Percentile Clipping",
3400
+ "Percentile High",
3401
+ "Percentile High:",
3402
+ "Percentile Low",
3403
+ "Percentile Low:",
3404
+ "Performance",
3405
+ "Performance Settings",
3406
+ "Phase Correlation",
3407
+ "Pick a frame to mark the comet center",
3408
+ "Pick comet center…",
3409
+ "Pixel rejection (local)",
3410
+ "Pixels above this image quantile are treated as saturated and never replaced.",
3411
+ "PIXSIZE1",
3412
+ "PIXSIZE2",
3413
+ "Please choose a profile to load.",
3414
+ "Please select a conversion output directory first.",
3415
+ "Please set the stacking directory first using the wrench button.",
3416
+ "Please set the stacking directory first.",
3417
+ "Please wait",
3418
+ "Point",
3419
+ "Polynomial 3rd-order",
3420
+ "Polynomial 4th-order",
3421
+ "Polynomial degree",
3422
+ "Polynomial Degree:",
3423
+ "Post-Alignment",
3424
+ "precision → {0}",
3425
+ "Prefix",
3426
+ "Preparing MF deconvolution…",
3427
+ "Preparing runtime…",
3428
+ "Preserve raw data",
3429
+ "Preview",
3430
+ "Preview background",
3431
+ "Preview defects",
3432
+ "Preview filename",
3433
+ "Preview integration",
3434
+ "Preview motion",
3435
+ "Preview size",
3436
+ "Processing...",
3437
+ "Profile name:",
3438
+ "Profile saved",
3439
+ "Profile:",
3440
+ "Profiles",
3441
+ "Progress",
3442
+ "Progress initialized: {0} tiles across groups.",
3443
+ "Protect core radius (px):",
3444
+ "PSF Estimation:",
3445
+ "PSF FWHM:",
3446
+ "Quality",
3447
+ "RA",
3448
+ "RA rate (arcsec/min)",
3449
+ "RANSAC Iterations:",
3450
+ "RANSAC reproj (px):",
3451
+ "RANSAC Threshold:",
3452
+ "Ready",
3453
+ "Recent Sessions",
3454
+ "Reconstruct on an r× super-res grid using SR PSFs.\nCompute cost grows roughly ~ r^4. Drizzle usually provides better results.",
3455
+ "Recurse subfolders",
3456
+ "Reference Frame",
3457
+ "Reference frame not found",
3458
+ "Refinement:",
3459
+ "Register && Integrate",
3460
+ "Register Only",
3461
+ "Registering...",
3462
+ "Registration",
3463
+ "Registration complete",
3464
+ "Registration failed for frame",
3465
+ "Registration in progress…",
3466
+ "Registration Method",
3467
+ "Registration Settings",
3468
+ "Regularization (lambda):",
3469
+ "Regularization:",
3470
+ "Reject a frame if its residual shift exceeds this many pixels after alignment.",
3471
+ "Reject worst %",
3472
+ "Rejected",
3473
+ "Rejection",
3474
+ "Rejection Algorithm",
3475
+ "Rejection Method",
3476
+ "Rejection Method:",
3477
+ "Remove All",
3478
+ "Remove background gradient (ABE Poly²)",
3479
+ "Remove from Group",
3480
+ "Remove Selected",
3481
+ "Remove selected files from queue",
3482
+ "Remove stars on comet-aligned frames",
3483
+ "Rename Group",
3484
+ "Requires 'Enable Drizzle'. Maps R/G/B CFA samples directly into channels (no interpolation).",
3485
+ "Reset All",
3486
+ "Reset filter",
3487
+ "Reset MFDeconv to Recommended",
3488
+ "Reset to Defaults",
3489
+ "Restore MFDeconv star mask + variance map tuning to the recommended defaults.",
3490
+ "Restore Recommended",
3491
+ "Resume",
3492
+ "Review Reference Before Alignment",
3493
+ "RGGB",
3494
+ "Right Click to Assign Session Keys if desired",
3495
+ "Right-click for options",
3496
+ "Robust μ–σ (live stack)",
3497
+ "Roundness (closer to 1 is better)",
3498
+ "Rows",
3499
+ "Runs multi-frame deconvolution during integration. Turn off if testing.",
3500
+ "Same as input",
3501
+ "Sample Points:",
3502
+ "Sample points:",
3503
+ "Saturation quantile:",
3504
+ "Save",
3505
+ "Save all comet-aligned starless frames.\nRequires: 'Create comet stack' AND 'Remove stars on comet-aligned frames'.",
3506
+ "Save all comet-aligned starless frames.\nRequires: ‘Create comet stack’ AND ‘Remove stars on comet-aligned frames’.",
3507
+ "Save all starless comet-aligned frames",
3508
+ "Save calibrated frames",
3509
+ "Save Defect Map",
3510
+ "Save defect map",
3511
+ "Save defect map...",
3512
+ "Save intermediate files",
3513
+ "Save intermediate iterative images",
3514
+ "Save profile as…",
3515
+ "Save registered frames",
3516
+ "Save Rejection Maps",
3517
+ "Save rejection maps",
3518
+ "Save Session",
3519
+ "Save Session As...",
3520
+ "Save session before closing?",
3521
+ "Save Star-Trail Image",
3522
+ "Saved: {0} ({1}/{2})",
3523
+ "Scale",
3524
+ "Scale to Reference",
3525
+ "Scale:",
3526
+ "Score by",
3527
+ "Seed image:",
3528
+ "Select Bias Directory",
3529
+ "Select Bias Files",
3530
+ "Select Bias Frames",
3531
+ "Select Conversion Output Directory",
3532
+ "Select Dark Directory",
3533
+ "Select Dark Files",
3534
+ "Select Dark Flat Frames",
3535
+ "Select Dark Frames",
3536
+ "Select Defect Map",
3537
+ "Select Directory for Conversion",
3538
+ "Select Files for Conversion",
3539
+ "Select files to split:",
3540
+ "Select Flat Directory",
3541
+ "Select Flat Files",
3542
+ "Select Flat Frames",
3543
+ "Select Light Directory",
3544
+ "Select Light Files",
3545
+ "Select Light Frames",
3546
+ "Select Master Bias",
3547
+ "Select Master Bias File(s)",
3548
+ "Select Master Bias Frame",
3549
+ "Select Master Dark",
3550
+ "Select Master Dark File(s)",
3551
+ "Select Master Flat",
3552
+ "Select Master Flat File(s)",
3553
+ "Select New Reference Frame",
3554
+ "Select Output Directory",
3555
+ "Select output directory for stacked images",
3556
+ "Select Reference Frame",
3557
+ "Select Reference Frame:",
3558
+ "Select Reference...",
3559
+ "Select Stacking Directory",
3560
+ "Selected",
3561
+ "Send to {0} tab",
3562
+ "Session",
3563
+ "Session Files",
3564
+ "Session Info",
3565
+ "Session loaded",
3566
+ "Session saved",
3567
+ "Set as reference frame",
3568
+ "Set Reference Frame",
3569
+ "Set Session Tag",
3570
+ "Set Session Tag...",
3571
+ "Set Stacking Directory & Sigma Clipping",
3572
+ "SET-TEMP",
3573
+ "Sharpness",
3574
+ "Show preview",
3575
+ "Show the Stacking Suite log window",
3576
+ "Sigma Clipping",
3577
+ "Sigma High",
3578
+ "Sigma Low",
3579
+ "Sigma thresholds:",
3580
+ "Simple",
3581
+ "Simple Average (No Rejection)",
3582
+ "Simple Median (No Rejection)",
3583
+ "SITELAT",
3584
+ "SITELONG",
3585
+ "Size: {0}",
3586
+ "Size: {0} | Session: {1}",
3587
+ "Size: {0}, Temp: {1}°C, Date: {2}",
3588
+ "Skip file",
3589
+ "Skip if strength <",
3590
+ "Skip Normal Integration (MFDeconv only)",
3591
+ "Skip registration/alignment and use Maximum-Intensity projection for star trails",
3592
+ "Smoothness",
3593
+ "SNR Weight",
3594
+ "Solve downsample:",
3595
+ "Sort",
3596
+ "Sort by Quality",
3597
+ "Spline",
3598
+ "Spline-3",
3599
+ "Spline-5",
3600
+ "Split dual-band OSC before integration",
3601
+ "Split Group",
3602
+ "Square",
3603
+ "square",
3604
+ "Square (pixfrac)",
3605
+ "Stack",
3606
+ "Stack Method:",
3607
+ "Stack Mode:",
3608
+ "Stacking & drizzle (if enabled)…",
3609
+ "Stacking cancelled by user",
3610
+ "Stacking Complete",
3611
+ "Stacking complete!",
3612
+ "Stacking Directory:",
3613
+ "Stacking Log",
3614
+ "Stacking Settings",
3615
+ "Stacking Suite",
3616
+ "Stacking...",
3617
+ "Star detect σ:",
3618
+ "Star detection threshold in σ above background. Lower = more stars (faster saturation, more false positives); higher = fewer stars.",
3619
+ "Star Detection Threshold:",
3620
+ "Star guards:",
3621
+ "Star Removal for Comet",
3622
+ "Star saturation",
3623
+ "Star Trail Mode",
3624
+ "StarNet",
3625
+ "Stars",
3626
+ "Stars detected",
3627
+ "Stars Weight",
3628
+ "Start the stacking process",
3629
+ "Starting integration for group '{0}' with {1} files.",
3630
+ "Starting Master Dark Creation...",
3631
+ "Starting Master Flat Creation...",
3632
+ "Status",
3633
+ "Status: {0}",
3634
+ "Std Dev",
3635
+ "Std-devs from median; higher = more lenient.",
3636
+ "Stellar Alignment",
3637
+ "Step 1: Install NVIDIA CUDA Toolkit 12.x",
3638
+ "Step 2: Install PyTorch with CUDA (click button below)",
3639
+ "Stop",
3640
+ "Sub-pixel accuracy",
3641
+ "Subpixel Alignment",
3642
+ "Subtract (additive)",
3643
+ "Subtract comet",
3644
+ "Subtract stars",
3645
+ "Successfully stacked {0} frames",
3646
+ "Suffix",
3647
+ "Sum",
3648
+ "Super Pixel",
3649
+ "Super Resolution",
3650
+ "Super-resolution scale factor r (integer ≥2).",
3651
+ "Supported Files (*.fits *.fit *.fz *.fz *.fits.gz *.fit.gz *.tiff *.tif *.png *.jpg *.jpeg *.cr2 *.cr3 *.nef *.arw *.dng *.raf *.orf *.rw2 *.pef *.xisf)",
3652
+ "Target Name",
3653
+ "TELESCOP",
3654
+ "Telescope",
3655
+ "Temperature",
3656
+ "Temperature Tolerance (°C):",
3657
+ "Template Matching",
3658
+ "There are no files to convert.",
3659
+ "This app is running on Python {0}.{1}. GPU acceleration requires Python 3.10, 3.11, or 3.12.",
3660
+ "Thread Count:",
3661
+ "TIFF",
3662
+ "TIFF (*.tif);;PNG (*.png);;JPEG (*.jpg *.jpeg);;FITS (*.fits);;XISF (*.xisf)",
3663
+ "Time",
3664
+ "Timeout per frame (s):",
3665
+ "Too few matching stars",
3666
+ "Tool:",
3667
+ "Total",
3668
+ "Track nucleus",
3669
+ "Track stars",
3670
+ "Transform calculation failed",
3671
+ "Transform-based (fast)",
3672
+ "Transforming images...",
3673
+ "Triangle Match Tolerance:",
3674
+ "Triangle Similarity",
3675
+ "Trim fraction:",
3676
+ "Trimmed Mean",
3677
+ "Turbo",
3678
+ "Turn Those Darks Into Master Darks",
3679
+ "Turn Those Flats Into Master Flats",
3680
+ "Type",
3681
+ "Unknown",
3682
+ "Unmark Reference",
3683
+ "Unsaved session",
3684
+ "Unsupported image ndim={0} for {1}",
3685
+ "Unsupported Python Version",
3686
+ "Update clip (κ):",
3687
+ "Update preview automatically",
3688
+ "Use defect map",
3689
+ "Use GPU acceleration",
3690
+ "Use hardware acceleration if available",
3691
+ "Use Master Bias",
3692
+ "Use Master Dark",
3693
+ "Use Master Flat",
3694
+ "Use memory mapping",
3695
+ "Use memory-mapped files",
3696
+ "Use reference frame from this list",
3697
+ "User selected a new reference frame: {0}",
3698
+ "Using GPU for tile {0} with algo {1}",
3699
+ "Using Master Bias (for flats when needed): {0}",
3700
+ "Using Master Bias: {0}",
3701
+ "Using {0} kernel drizzle ({1}).",
3702
+ "VarMap floor (log10):",
3703
+ "VarMap sample stride:",
3704
+ "VarMap smooth σ:",
3705
+ "Verbose logging",
3706
+ "View frame header",
3707
+ "View frame info",
3708
+ "Visit the NVIDIA CUDA Downloads page in your browser to install CUDA Toolkit 12.x:\n\nhttps://developer.nvidia.com/cuda-downloads",
3709
+ "VNG",
3710
+ "W:",
3711
+ "Warning",
3712
+ "Warning: Could not read dimensions for {0}: {1}",
3713
+ "WCS Alignment",
3714
+ "Weight keyword",
3715
+ "Weight Radius:",
3716
+ "Weight:",
3717
+ "Weighted Average",
3718
+ "Weighted Windsorized Sigma Clipping",
3719
+ "Weighting",
3720
+ "When checked, once calibration finishes the app will switch to Image Registration and run 'Register and Integrate Images' automatically.",
3721
+ "Width",
3722
+ "Winsorized Average",
3723
+ "Winsorized Sigma",
3724
+ "Winsorized Sigma Clipping",
3725
+ "Worst",
3726
+ "Writing output...",
3727
+ "XBINNING",
3728
+ "XISF",
3729
+ "YBINNING",
3730
+ "{0:g}s",
3731
+ "{0} file",
3732
+ "{0} file · {1}",
3733
+ "{0} file(s)",
3734
+ "{0} files · {1}",
3735
+ "{0} files, {1:.0f}s–{2:.0f}s",
3736
+ "{0} {1}: {2}",
3737
+ "{0}: {1} frame(s)",
3738
+ "{0}Alignment summary: {1} succeeded, {2} rejected.",
3739
+ "{0}h {1}m {2}s",
3740
+ "{0}m {1}s",
3741
+ "{0}s",
3742
+ "{0}s ({1}) — tile {2}/{3} y:{4}-{5} x:{6}-{7}",
3743
+ "κ (kappa) limits how big each multiplicative update can be per iteration.\n• κ = 1.0 → no change (1×); larger κ allows bigger step sizes.\n• Lower values = gentler, safer updates; higher values = faster but riskier.\nTypical: 1.05–1.5 for conservative, ~2 for punchier updates.",
3744
+ "ρ (loss):",
3745
+ "‘Luma’ deconvolves luminance only; ‘PerChannel’ runs on RGB independently.",
3746
+ "• Hardware acceleration: {0}",
3747
+ "• Internal precision: {0}",
3748
+ "• {0} | session: {1} → {2} files, {3}",
3749
+ "• {0} → {1} files, {2}",
3750
+ "• {0}: {1} stacked{2}",
3751
+ "ℹ️ CFA Drizzle kept despite low frame count (you chose No).",
3752
+ "ℹ️ Could not resolve comet seed to reference (no matrix for that frame).",
3753
+ "ℹ️ No dual-band frames detected or split.",
3754
+ "ℹ️ Registration already in progress; auto-run skipped.",
3755
+ "ℹ️ Single group spread {0:.3f}% > tol {1:.2f}% → will normalize.",
3756
+ "ℹ️ Skipping rejection map save for '{0}' (drizzle disabled).",
3757
+ "ℹ️ This flat group: Auto-Select is OFF and no override set → No Calibration.",
3758
+ "ℹ️ This flat group: no matching Master Dark (size) — proceeding without subtraction.",
3759
+ "ℹ️ This flat group: override = No Calibration.",
3760
+ "ℹ️ Using in-memory REF_SHAPE fallback: {0}×{1}",
3761
+ "ℹ️ {0} frame(s) had zero/NaN preview medians; using neutral scale for those.",
3762
+ "↻ 180° rotate (PA Δ≈180°): {0}",
3763
+ "⏭️ Normal integration suppressed (MFDeconv-only run).",
3764
+ "⏭️ Pixel-scale normalize skipped: single-group policy (no header reads).",
3765
+ "⏭️ Pixel-scale normalize skipped: spread ≤ {0:.2f}% (single group).",
3766
+ "⏳ Loading…",
3767
+ "⏳ Please wait…",
3768
+ "⏳ Registering…",
3769
+ "⏸ Another job is running; ignoring extra click.",
3770
+ "⏸ Registration already running; ignoring extra click.",
3771
+ "▶️ Starting tile processing for group '{0}' ({1}s, {2}, session '{3}')",
3772
+ "★★ Star-Trail Mode ★★ (Max-Value Stack)",
3773
+ "⚖️ Computing frame weights…",
3774
+ "⚙️ Auto: starting registration & integration…",
3775
+ "⚙️ MFDeconv engine: {0}",
3776
+ "⚙️ Normalizing {0} flats by per-frame medians (central patch).",
3777
+ "⚙️ {0} reducer for flats — {1} ({2})",
3778
+ "⚙️ {0} selected for {1} frames (channels={2})",
3779
+ "⚠️ (MF) Auto-crop of output failed: {0}",
3780
+ "⚠️ (MF) Global crop failed: {0}",
3781
+ "⚠️ Auto register/integrate failed: {0}",
3782
+ "⚠️ Cannot load {0}; skipping.",
3783
+ "⚠️ Cannot read image size for {0}: {1}",
3784
+ "⚠️ CFA Drizzle: low-count fallback → using Edge-Aware Interpolation for this run.",
3785
+ "⚠️ Comet seed resolve failed: {0}",
3786
+ "⚠️ Comet star removal pre-process aborted: {0}",
3787
+ "⚠️ Could not ensure subfolders in '{0}': {1}",
3788
+ "⚠️ Could not load Master Bias: {0}",
3789
+ "⚠️ Could not load reference '{0}' for comet stack.",
3790
+ "⚠️ Could not load reference '{0}' for group '{1}'.",
3791
+ "⚠️ Could not load reference '{0}', skipping group.",
3792
+ "⚠️ Could not load {0} to determine drizzle shape!",
3793
+ "⚠️ Could not read XISF {0}: {1}; treating as generic image",
3794
+ "⚠️ Degenerate tile shape {0} at tile {1} [y:{2}:{3} x:{4}:{5}] – using CPU for this tile.",
3795
+ "⚠️ Error normalizing {0}: {1}",
3796
+ "⚠️ Error previewing {0}: {1}",
3797
+ "⚠️ ERROR: Could not parse {0}",
3798
+ "⚠️ Error: No alignment data available.",
3799
+ "⚠️ Failed to load {0}; skipping",
3800
+ "⚠️ Failed to open images (memmap): {0}",
3801
+ "⚠️ Failed to read {0} – skipping",
3802
+ "⚠️ Failed to save transform file: {0}",
3803
+ "⚠️ Failed to write SASD v2 ({0}); writing affine-only fallback.",
3804
+ "⚠️ File not found: {0}, skipping.",
3805
+ "⚠️ Global crop (mask-based) failed: {0}",
3806
+ "⚠️ GPU rejection failed on tile {0}/{1} shape={2}: {3} – falling back to CPU for this and remaining tiles.",
3807
+ "⚠️ Group '{0}' does not have enough frames to drizzle.",
3808
+ "⚠️ Group '{0}' does not have enough frames to stack.",
3809
+ "⚠️ Image registration failed: {0}",
3810
+ "⚠️ MEF save failed ({0}); falling back to single-HDU save.",
3811
+ "⚠️ MFDeconv engine import failed ({0}); falling back to Normal.",
3812
+ "⚠️ Missing REF_SHAPE in SASD; cannot drizzle.",
3813
+ "⚠️ No aligned frames available for MF deconvolution.",
3814
+ "⚠️ No calibrated lights available for star trails.",
3815
+ "⚠️ No data for {0}",
3816
+ "⚠️ No eligible dark groups found to stack.",
3817
+ "⚠️ No eligible flat groups found to stack.",
3818
+ "⚠️ No frames could be measured!",
3819
+ "⚠️ No frames found in the registration tree!",
3820
+ "⚠️ No frames to stack; aborting.",
3821
+ "⚠️ No leaf files selected to retag.",
3822
+ "⚠️ No light files to register!",
3823
+ "⚠️ No light frames available for stacking!",
3824
+ "⚠️ No registered images found!",
3825
+ "⚠️ No usable transform for {0} – skipping",
3826
+ "⚠️ No valid frames to compute reference median; aborting star-trail.",
3827
+ "⚠️ No valid previews in this chunk (couldn't find image data in any HDU).",
3828
+ "⚠️ No valid previews in this chunk (couldn’t find image data in any HDU).",
3829
+ "⚠️ No valid previews in this chunk.",
3830
+ "⚠️ Not enough frames with valid comet centroids; skipping comet stack.",
3831
+ "⚠️ Not enough valid frames in group '{0}' to stack.",
3832
+ "⚠️ Override dark missing on disk; falling back to Auto/None.",
3833
+ "⚠️ Per-group transform crop failed for '{0}': {1}",
3834
+ "⚠️ Preview error for {0}: {1}",
3835
+ "⚠️ PyTorch reports no GPU but you have an NVIDIA card – restarting may help.",
3836
+ "⚠️ rebuild_flat_tree: could not parse key '{0}': {1}",
3837
+ "⚠️ Reference file '{0}' not found, skipping group.",
3838
+ "⚠️ Skipping {0}s ({1}) - Not enough frames to stack.",
3839
+ "⚠️ Skipping {0}s ({1}) [{2}] [{3}] - Not enough frames to stack.",
3840
+ "⚠️ Split error on {0}: {1}",
3841
+ "⚠️ Too many open files ({0}); falling back to lazy per-tile reads.",
3842
+ "⚠️ Transform-based global crop failed ({0}); falling back to mask-based.",
3843
+ "⚠️ Unsupported transform '{0}' – skipping {1}",
3844
+ "⚠️ WARNING: No Master Calibration Files available.",
3845
+ "⚠️ WARNING: No Master Darks available.",
3846
+ "⚠️ Warning: {0}",
3847
+ "⚠️ {0}",
3848
+ "⚠️ {0} frame has no aligned counterpart – skipping {1}",
3849
+ "⚠️ {0} frames failed to align",
3850
+ "⚡ Fast mode: ",
3851
+ "⛔ Master Dark creation cancelled during tile processing.",
3852
+ "⛔ Master Dark creation cancelled.",
3853
+ "⛔ Master Dark creation cancelled; cleaning up temporary files.",
3854
+ "⛔ Master Flat creation cancelled.",
3855
+ "⛔ Master Flat creation cancelled; cleaning up temporary files.",
3856
+ "✂️ (MF) Auto Crop: using transform footprints…",
3857
+ "✂️ (MF) Auto-crop disabled (no common region).",
3858
+ "✂️ (MF) Mask-based crop → [{0}:{1}]×[{2}:{3}] ({4}×{5})",
3859
+ "✂️ (MF) No transforms/geometry available; falling back to mask-based method…",
3860
+ "✂️ (MF) Saved auto-cropped copy → {0}",
3861
+ "✂️ (MF) Transform crop yielded no valid rect; falling back to mask-based method…",
3862
+ "✂️ (MF) Transform crop → [{0}:{1}]×[{2}:{3}] ({4}×{5})",
3863
+ "✂️ Auto Crop Enabled. Calculating bounding box…",
3864
+ "✂️ Auto-crop: 0/{0} frames had usable transforms; skipping.",
3865
+ "✂️ Auto-crop: could not load first aligned ref.",
3866
+ "✂️ Auto-crop: Loading transforms...",
3867
+ "✂️ Auto-crop: no common area found; skipping.",
3868
+ "✂️ Auto-crop: no transforms file at {0}",
3869
+ "✂️ Auto-crop: rasterized {0}/{1} frames; need {2} per-pixel.",
3870
+ "✂️ Auto-crop: threshold produced empty mask.",
3871
+ "✂️ Auto-cropped to [{0}:{1}]×[{2}:{3}] (scale {4}×)",
3872
+ "✂️ Drizzle (auto-cropped) saved: {0}",
3873
+ "✂️ Global crop disabled; will fall back to per-group.",
3874
+ "✂️ Global crop rect={0} → size {1}×{2}",
3875
+ "✂️ Global crop: mask shapes differ across groups.",
3876
+ "✂️ Global crop: no mask for '{0}' → disabling global crop.",
3877
+ "✂️ Global crop: rect too small; disabling global crop.",
3878
+ "✂️ Mask-based crop (global) → [{0}:{1}]×[{2}:{3}] ({4}×{5})",
3879
+ "✂️ No stable rect found for this group; per-image fallback will be used.",
3880
+ "✂️ No transforms/geometry available for fast global crop; falling back to mask-based.",
3881
+ "✂️ Saved auto-cropped image for '{0}': {1}",
3882
+ "✂️ Saved CometBlend (auto-cropped) → {0}",
3883
+ "✂️ Saved CometOnly (auto-cropped) → {0}",
3884
+ "✂️ Transform crop (global) → [{0}:{1}]×[{2}:{3}] ({4}×{5})",
3885
+ "✂️ Transform crop produced no stable global rect; falling back to mask-based.",
3886
+ "✂️ Using fixed crop rect for '{0}': ({1},{2})–({3},{4})",
3887
+ "✅ ",
3888
+ "✅ Added Master {0} -> {1} under {2} with metadata: {3}",
3889
+ "✅ Added {0} as {1}",
3890
+ "✅ Added {0} file(s)",
3891
+ "✅ Aligned {0} frames successfully",
3892
+ "✅ All chunks complete! Measured {0} frames total.",
3893
+ "✅ All frames registered successfully!",
3894
+ "✅ Auto-accept measured reference is enabled; using the measured best frame.",
3895
+ "✅ Calibrated {0} frames",
3896
+ "✅ Calibration Complete!",
3897
+ "✅ Chunked stacking {0} group(s)...",
3898
+ "✅ Comet seed set. Proceeding with registration…",
3899
+ "✅ DEBUG: Added Master {0} -> {1} under {2} with metadata: {3}",
3900
+ "✅ Drizzle (original) saved: {0}",
3901
+ "✅ Dual-band split complete: Ha={0}, SII={1}, OIII={2}, Hb={3} (drizzle seeded on {4} new group(s))",
3902
+ "✅ Frame weights computed!",
3903
+ "✅ Group '{0}' not set for drizzle. Integrated image already saved.",
3904
+ "✅ Group '{0}' stacked {1} frame(s)! Saved: {2}",
3905
+ "✅ Master bias saved",
3906
+ "✅ Master dark saved",
3907
+ "✅ Master Dark saved and added to UI: {0}",
3908
+ "✅ Master Dark saved: {0}",
3909
+ "✅ Master flat saved",
3910
+ "✅ Master Flat saved: {0}",
3911
+ "✅ Master Light saved for group '{0}': {1}",
3912
+ "✅ MFDeconv complete for all groups. Skipping normal integration as requested.",
3913
+ "✅ MFDeconv complete for all groups. Skipping normal integration.",
3914
+ "✅ Ready",
3915
+ "✅ Removed {0} file(s)",
3916
+ "✅ SASD v2: loaded {0} transform(s).",
3917
+ "✅ Saved CometBlend → {0}",
3918
+ "✅ Saved CometOnly → {0}",
3919
+ "✅ Saved integrated image (original) for '{0}': {1}",
3920
+ "✅ Saved integrated image (single-HDU) for '{0}': {1}",
3921
+ "✅ Saved integrated image (with rejection layers) for '{0}': {1}",
3922
+ "✅ Saved rejection map to {0}",
3923
+ "✅ Saved stacking settings.",
3924
+ "✅ Star‐Trail image written to {0}",
3925
+ "✅ Transform file saved as alignment_transforms.sasd (v2)",
3926
+ "✅ Transform file saved as {0}",
3927
+ "✅ Updated self.light_files to use debayered, normalized *_n.fit frames.",
3928
+ "✅ User reference is locked; skipping reference review dialog.",
3929
+ "✅ {0}",
3930
+ "✖ Star-trail save cancelled.",
3931
+ "✨ Comet star removal enabled — pre-processing frames…",
3932
+ "✨ Using comet-aligned STARLESS frames for stack ({0} files).",
3933
+ "❌ ",
3934
+ "❌ ERROR: Could not read FITS header for {0} - {1}",
3935
+ "❌ ERROR: Failed to load {0}",
3936
+ "❌ Error: {0}",
3937
+ "❌ Failed to load reference {0}",
3938
+ "❌ Failed to memmap dark frames: {0}",
3939
+ "❌ Failed to memmap flat frames: {0}",
3940
+ "❌ GPU Acceleration install aborted: unsupported Python version.",
3941
+ "❌ MFDeconv failed for '{0}': {1}",
3942
+ "❌ Operation cancelled",
3943
+ "❌ Registration cancelled (no comet seed).",
3944
+ "❌ {0}",
3945
+ "⤴ {0}: {1} files",
3946
+ "⭐ Stacking in progress…",
3947
+ "⭐ Star-Trail Mode disabled: other options re-enabled.",
3948
+ "⭐ Star-Trail Mode enabled: Drizzle, Comet stack, and MFDeconv disabled.",
3949
+ "🌀 Normalizing chunk {0}/{1} ({2} frames)…",
3950
+ "🌈 Splitting dual-band OSC frames into Ha / SII / OIII...",
3951
+ "🌍 Loading {0} images in parallel for normalization (up to {1} threads)…",
3952
+ "🌍 Loading {0} previews in parallel (up to {1} threads)...",
3953
+ "🌍 Measuring global means in parallel...",
3954
+ "🌓 This flat group: using AUTO dark → {0}",
3955
+ "🌓 This flat group: using OVERRIDE dark → {0}",
3956
+ "🌠 Comet anchor in reference frame: ({0:.1f}, {1:.1f})",
3957
+ "🌠 Comet mode enabled for this group",
3958
+ "🌠 Comet mode: please click the comet center to continue…",
3959
+ "🌠 Comet seed set on {0} at ({1:.1f}, {2:.1f}).",
3960
+ "🌠 Create comet stack (comet-aligned)",
3961
+ "🌠 Star-Trail Mode enabled: skipping registration & using max-value stack",
3962
+ "🎉 CUDA: torch.cuda.is_available() → True, GPU ready.",
3963
+ "🎯 Stacking complete!",
3964
+ "🎯 Target pixel scale (hi-res): {0:.3f}\"/px × {1:.3f}\"/px",
3965
+ "🎯 Target pixel scale unknown (no WCS/pixel size). Will skip scale normalization.",
3966
+ "💡 For best results with CFA drizzle, aim for >65% fill.",
3967
+ "💾 Saving result…",
3968
+ "📁 Calibrated files saved to: {0}",
3969
+ "📁 Output saved to: {0}",
3970
+ "📁 Post-align: {0} group(s), {1} aligned frame(s).",
3971
+ "📂 DEBUG: Master Files Stored: {0}",
3972
+ "📂 Loaded stacking profile: {0}",
3973
+ "📂 Preparing to stack {0} frames in {1} groups.",
3974
+ "📂 {0} → StarCount={1}, Ecc={2:.4f}, Mean={3:.4f}, Weight={4:.4f}",
3975
+ "📈 Dark groups summary:",
3976
+ "📈 Flat groups summary:",
3977
+ "📈 Light groups summary:",
3978
+ "📊 (New) reference median: {0:.4f}",
3979
+ "📊 Calculating statistics…",
3980
+ "📊 Found {0} aligned/normalized frames. Measuring in parallel previews…",
3981
+ "📊 Found {0} total frames. Now measuring in parallel batches...",
3982
+ "📊 Group '{0}' has {1} aligned file(s).",
3983
+ "📊 Reference (debayered) median: {0:.4f}",
3984
+ "📊 Reference min={0:.6f}, normalized-median={1:.6f}",
3985
+ "📊 Stacking group '{0}' with {1}",
3986
+ "📊 Stacking group '{0}' with {1}{2}",
3987
+ "📊 Stacking {0} frames",
3988
+ "📌 Auto-selected reference: {0}",
3989
+ "📌 Auto-selected reference: {0} {1}",
3990
+ "📌 Comet reference pixel @ {0} → ({1:.2f},{2:.2f})",
3991
+ "📌 Reference for alignment (verbatim): {0}",
3992
+ "📌 Using user-specified reference (locked): {0}",
3993
+ "📌 Using user-specified reference: {0}",
3994
+ "📏 Pixel-scale normalize {0:.3f}\"/{1:.3f}\" → {2:.3f}\"/{3:.3f}\" | size {4}×{5} → {6}×{7}",
3995
+ "📐 Applying geometric correction…",
3996
+ "📐 Drizzle for '{0}' at {1}× (drop={2}) using {3} frame(s).",
3997
+ "📜 Reading metadata for {0} files…",
3998
+ "📦 Debayering reference frame…",
3999
+ "📦 Debayering {0}…",
4000
+ "📦 Measuring chunk {0}/{1} ({2} frames)",
4001
+ "📦 {0} tiles to process for this group (chunk {1}×{2}).",
4002
+ "📷 Applying bias subtraction…",
4003
+ "📷 Applying dark subtraction…",
4004
+ "📷 Applying flat correction…",
4005
+ "🔀 Computing transforms…",
4006
+ "🔁 Restarting Stacking Suite to apply {0}…",
4007
+ "🔄 Aligning frame {0}…",
4008
+ "🔄 Image Registration Started...",
4009
+ "🔄 Integrating Previously Registered Images…",
4010
+ "🔄 Normalizing frame {0}/{1}",
4011
+ "🔄 Processing files…",
4012
+ "🔍 Detected {0} stars",
4013
+ "🔍 Detecting stars in reference frame…",
4014
+ "🔎 CFA drizzle sub-pixel phase fill (8×8): {0:.1f}%",
4015
+ "🔎 Discovered {0} flat groups ({1} eligible to stack) — {2} files total.",
4016
+ "🔎 Discovered {0} grouped exposures ({1} eligible to stack) — {2} files total.",
4017
+ "🔎 Scanning {0} file(s)…",
4018
+ "🔢 Processing frame {0} of {1}",
4019
+ "🔥🚀Register and Integrate Images🔥🚀",
4020
+ "🔧 Applying corrections…",
4021
+ "🔧 Calibrating frame {0}…",
4022
+ "🔧 Comet stack chunk {0}×{1}",
4023
+ "🔧 Resampled for binning {0}×{1} → {2}×{3} size {4}×{5} → {6}×{7}",
4024
+ "🔧 Using chunk size {0}×{1} for {2}",
4025
+ "🔨 Creating master bias from {0} frames…",
4026
+ "🔨 Creating master dark from {0} frames…",
4027
+ "🔨 Creating master flat from {0} frames…",
4028
+ "🔬 Drizzle factor: {0}x",
4029
+ "🔬 Drizzle integration complete",
4030
+ "🔬 Output resolution: {0}x{1}",
4031
+ "🔬 Using {0} kernel",
4032
+ "🔭 Drizzle stacking for group '{0}' with {1} total rejected pixels.",
4033
+ "🔹 [{0}/{1}] Integrating '{2}' with {3} file(s)…",
4034
+ "🗂️ Creating temp memmap: {0} (shape={1}×{2}×{3}, dtype=float32)",
4035
+ "🚀 Calibrate Light Frames 🚀",
4036
+ "🚨 Could not load reference {0}. Aborting.",
4037
+ "🚨 Reference file does not exist: {0}",
4038
+ "🚨 Rejected {0} frame(s) due to shift > {1}px.",
4039
+ "🟠 Comet-aligned integration…",
4040
+ "🟡 Blending Stars+Comet (screen after 5% stretch; mix={0:.2f})…",
4041
+ "🟢 Assigned session '{0}' to group '{1}'",
4042
+ "🟢 Assigned session '{0}' to {1} file(s).",
4043
+ "🟢 Measuring comet centers (template match)…",
4044
+ "🟢 Processing {0} darks for {1}s ({2}) exposure…",
4045
+ "🟢 Processing {0} flats for {1} ({2}) [{3}] in session '{4}'…",
4046
+ "🧠 Selecting reference optimized for AstroAlign (starcount/(median*ecc))…",
4047
+ "🧩 Bayer flat group detected: {0}",
4048
+ "🧪 Multi-frame PSF-aware deconvolution path enabled.",
4049
+ "🧭 Drizzle uses {0} for {1}",
4050
+ "🧭 Total tiles to process: {0} (base chunk preference {1}×{2})",
4051
+ "🧮 Binning summary → target={0}×{1} (range observed: x=[{2}..{3}], y=[{4}..{5}])",
4052
+ "🧹 Clearing selection…"
4053
+ ],
4054
+ "StarSpikesDialogPro": [
4055
+ "Aperture",
4056
+ "Aperture Help",
4057
+ "Aperture Type:",
4058
+ "Apply to Active Document",
4059
+ "Detection Threshold (σ):",
4060
+ "Diffraction Spikes",
4061
+ "Fit to Preview",
4062
+ "Flux Min:",
4063
+ "Generate Spikes",
4064
+ "Number of Vanes:",
4065
+ "Obstruction:",
4066
+ "PSF & Synthesis",
4067
+ "PSF Blur Sigma:",
4068
+ "Pupil Radius:",
4069
+ "Ready",
4070
+ "Rotation (deg):",
4071
+ "Spike Boost:",
4072
+ "Star Detection",
4073
+ "Vane Width:",
4074
+ "Zoom In",
4075
+ "Zoom Out"
4076
+ ],
4077
+ "StarStretchDialog": [
4078
+ "Apply to Document",
4079
+ "Color Boost:",
4080
+ "Fit to Preview",
4081
+ "Preview",
4082
+ "Remove Green via SCNR (Optional)",
4083
+ "Star Stretch",
4084
+ "Stretch Amount:",
4085
+ "Zoom In",
4086
+ "Zoom Out"
4087
+ ],
4088
+ "StatisticalStretchDialog": [
4089
+ "Apply",
4090
+ "Close",
4091
+ "Curves boost",
4092
+ "Linked channels",
4093
+ "Normalize to [0..1]",
4094
+ "Preview",
4095
+ "Statistical Stretch",
4096
+ "Strength:",
4097
+ "Target median:"
4098
+ ],
4099
+ "StatisticsDialog": [
4100
+ "App Statistics",
4101
+ "Close",
4102
+ "Days",
4103
+ "Hours",
4104
+ "Images Opened:",
4105
+ "Minutes",
4106
+ "Time Spent:",
4107
+ "Tools Opened:"
4108
+ ],
4109
+ "StatusLogDock": [
4110
+ "Stacking Log"
4111
+ ],
4112
+ "StatusLogWindow": [
4113
+ "Clear",
4114
+ "Stacking Suite Log"
4115
+ ],
4116
+ "SupernovaAsteroidHunterDialog": [
4117
+ "Images (*.png *.tif *.tiff *.fits *.fit *.xisf)"
4118
+ ],
4119
+ "SurfaceDialog": [
4120
+ "Close",
4121
+ "Span: {0:.2f} … {1:.2f} {2}"
4122
+ ],
4123
+ "TableSubWindow": [
4124
+ "CSV Files (*.csv)",
4125
+ "Export CSV",
4126
+ "Export CSV…",
4127
+ "Failed to copy CSV:\n{0}",
4128
+ "Failed to export CSV:\n{0}",
4129
+ "Save CSV As…"
4130
+ ],
4131
+ "TiltDialog": [
4132
+ "Close",
4133
+ "Corner",
4134
+ "Tilt span: {0:.1f} µm … {1:.1f} µm",
4135
+ "Δ µm"
4136
+ ],
4137
+ "ToolbarMixin": [
4138
+ "&Exit",
4139
+ "1:1",
4140
+ "ABE...",
4141
+ "Aberration Correction (AI)...",
4142
+ "Add diffraction spikes to detected stars",
4143
+ "Add signatures/overlays and bake them into the active image",
4144
+ "Add Stars...",
4145
+ "Adjust specific hue ranges with CMY/RGB controls",
4146
+ "Advanced diffraction spikes with halos, flares and rainbow effects",
4147
+ "Align images via astroalign / triangles",
4148
+ "Align R and B channels to G using astroalign (affine/homography/poly)",
4149
+ "Apply a mask document to the active image",
4150
+ "Apply Mask",
4151
+ "Apply the current Display-Stretch to the image and add an undo step",
4152
+ "Apply the same stretch to all RGB channels",
4153
+ "Apply white balance (Star-Based, Manual, or Auto)",
4154
+ "Arcsinh star stretch with optional SCNR and color boost",
4155
+ "Arrange subwindows in a near-square grid",
4156
+ "AstroBin Exporter...",
4157
+ "AstroSpike...",
4158
+ "Auto-fit on Resize",
4159
+ "Automatic Background Extraction",
4160
+ "Background Neutralization...",
4161
+ "Batch Converter...",
4162
+ "Batch Modify FITS Headers",
4163
+ "Batch Rename from FITS...",
4164
+ "Batch-align frames to a reference",
4165
+ "Blemish Blaster...",
4166
+ "Blend a starless view with a stars-only view",
4167
+ "Blend two open images (replace A or create new)",
4168
+ "Blink Comparator...",
4169
+ "Build mosaics from overlapping frames",
4170
+ "Bundles",
4171
+ "Cascade all subwindows",
4172
+ "Cascade Views",
4173
+ "Check for Updates...",
4174
+ "CLAHE...",
4175
+ "Clear All Views",
4176
+ "Close all views and clear shortcuts",
4177
+ "Close all views and documents, keep desktop shortcuts",
4178
+ "Combine narrowband to RGB with optional OSC stars",
4179
+ "Combine three mono images into RGB",
4180
+ "Compare a stack of images by blinking",
4181
+ "Continuum Subtract (NB - scaled broadband)",
4182
+ "Continuum Subtract...",
4183
+ "Contrast Limited Adaptive Histogram Equalization",
4184
+ "Convolution / Deconvolution...",
4185
+ "Copy Astrometric Solution...",
4186
+ "Copy View (zoom/pan)",
4187
+ "Cosmic Clarity",
4188
+ "Cosmic Clarity Satellite...",
4189
+ "Cosmic Clarity UI...",
4190
+ "Create a mask from the active image",
4191
+ "Create a new mono document using the selected luminance method",
4192
+ "Create and run bundles of functions/shortcuts",
4193
+ "Create bundles of views; drop shortcuts to apply to all",
4194
+ "Create Mask...",
4195
+ "Create Sample Scripts...",
4196
+ "Crop / rotate with handles",
4197
+ "Crop...",
4198
+ "Curves Editor...",
4199
+ "Debayer...",
4200
+ "Demosaic a Bayer-mosaic mono image to RGB",
4201
+ "Detect exoplanet transits from time-series subs",
4202
+ "Diffraction Spikes...",
4203
+ "Display-Stretch",
4204
+ "Documentation...",
4205
+ "Enhance faint/dark structures with wavelet-guided masking",
4206
+ "Erosion, dilation, opening, and closing.",
4207
+ "Evaluate expressions using open view names",
4208
+ "Exoplanet Detector...",
4209
+ "Extract Luminance",
4210
+ "Extract R/G/B as three mono documents",
4211
+ "Find transients/anomalies across frames",
4212
+ "Fit",
4213
+ "Fit galaxy isophotes and reveal residuals",
4214
+ "Fit image to current window",
4215
+ "FITS Header Batch Modifier...",
4216
+ "FITS Header Modifier...",
4217
+ "Flip Horizontal",
4218
+ "Flip image left<->right",
4219
+ "Flip image top<->bottom",
4220
+ "Flip Vertical",
4221
+ "Frequency Separation...",
4222
+ "Function Bundles...",
4223
+ "Functions",
4224
+ "Generalized hyperbolic stretch (α/beta/gamma, LP/HP, pivot)",
4225
+ "Geometry",
4226
+ "GLIMR -- Isophote Modeler...",
4227
+ "Halo-B-Gon...",
4228
+ "Hard (target 0.50, σ 2)",
4229
+ "Hard-Display-Stretch",
4230
+ "Hide Mask Overlay",
4231
+ "Histogram...",
4232
+ "History Explorer...",
4233
+ "Hyperbolic Stretch...",
4234
+ "Identify objects in a plate-solved frame",
4235
+ "Image Combine...",
4236
+ "Image Inspector and Focal Plane Analysis",
4237
+ "Image Peeker...",
4238
+ "Inspect and restore from the slot's history",
4239
+ "Inspect star PSF/HFR and flux histograms (SEP)",
4240
+ "Interactive blemish removal on the active view",
4241
+ "Invert",
4242
+ "Invert image colors",
4243
+ "Invert Mask",
4244
+ "Linear Fit...",
4245
+ "Link Pan/Zoom",
4246
+ "Link RGB channels",
4247
+ "Live monitor and stack incoming frames",
4248
+ "Live Stacking...",
4249
+ "Load a .sas project (views, histories, shortcuts)",
4250
+ "Load Project...",
4251
+ "Make Display-Stretch Permanent",
4252
+ "Masks",
4253
+ "Match image levels using Linear Fit",
4254
+ "Mid (target 0.40, σ 3)",
4255
+ "Morphological Operations...",
4256
+ "Mosaic Master...",
4257
+ "Multiscale Decomposition...",
4258
+ "Multiscale detail/residual decomposition with per-layer controls",
4259
+ "NB->RGB Stars...",
4260
+ "Neutralize background color balance using a sampled region",
4261
+ "New Project",
4262
+ "Normal (target 0.30, σ 5)",
4263
+ "Open Convolution / Deconvolution",
4264
+ "Open image(s)",
4265
+ "Open Scripts Folder...",
4266
+ "Open Scripts Forum (Discord)...",
4267
+ "Open SFCC (Pickles + Filters + Sensor QE)",
4268
+ "Open the built-in script editor",
4269
+ "Open the Curves Editor for the active image",
4270
+ "Open the SASpro user scripts folder",
4271
+ "Open the Seti Astro Suite Pro online documentation",
4272
+ "Open User Scripts (GitHub)...",
4273
+ "Open...",
4274
+ "Paste View",
4275
+ "Perfect Palette Picker...",
4276
+ "Pick the perfect palette for your image",
4277
+ "Pixel Math...",
4278
+ "Plan targets by altitude, transit time, and lunar separation",
4279
+ "Plate Solver...",
4280
+ "Presets",
4281
+ "PSF Viewer...",
4282
+ "Recombine Luminance...",
4283
+ "Redo",
4284
+ "Reload Scripts",
4285
+ "Remove Active Mask",
4286
+ "Remove Gradient (GraXpert)...",
4287
+ "Remove Green...",
4288
+ "Remove Pedestal",
4289
+ "Remove Stars...",
4290
+ "Remove the active mask from the active image",
4291
+ "Remove those pesky halos around your stars",
4292
+ "Replace the active image's luminance from another view",
4293
+ "Rescale image by a factor",
4294
+ "Rescale...",
4295
+ "Rescan the scripts folder and reload .py files",
4296
+ "RGB Align...",
4297
+ "RGB Combination...",
4298
+ "RGB Extract",
4299
+ "Rotate 180°",
4300
+ "Rotate 90° Clockwise",
4301
+ "Rotate 90° Counterclockwise",
4302
+ "Rotate image 180°",
4303
+ "Rotate image 90° clockwise",
4304
+ "Rotate image 90° counterclockwise",
4305
+ "Run GraXpert background extraction on the active image",
4306
+ "Run star removal on the active image",
4307
+ "Save all views, histories, and shortcuts to a .sas file",
4308
+ "Save As...",
4309
+ "Save Project...",
4310
+ "Save the active image",
4311
+ "SCNR-style green channel removal.",
4312
+ "Script Editor...",
4313
+ "Selective Color Correction...",
4314
+ "Set Sigma...",
4315
+ "Set Target Median...",
4316
+ "Set the sigma for Display-Stretch (e.g., 5.0)",
4317
+ "Set the target median for Display-Stretch (e.g., 0.30)",
4318
+ "Show Mask Overlay",
4319
+ "Signature / Insert...",
4320
+ "Smart Grid",
4321
+ "Solve WCS/SIP for the active image or a file",
4322
+ "Spectral Flux Color Calibration...",
4323
+ "Split into LF/HF and enhance HF (scale, wavelet, denoise)",
4324
+ "Split the workspace into equal horizontal rows",
4325
+ "Split the workspace into equal vertical columns",
4326
+ "Stacking Suite...",
4327
+ "Stacking! Darks, Flats, Lights, Calibration, Drizzle, and more!!",
4328
+ "Star Stretch...",
4329
+ "Star Stuff",
4330
+ "Statistical Stretch...",
4331
+ "Stellar Alignment...",
4332
+ "Stellar Register...",
4333
+ "Stretch the image using median/SD statistics",
4334
+ "Subtract per-channel minimum.\nClick: active view\nAlt+Drag: drop onto a view",
4335
+ "Supernova / Asteroid Hunter...",
4336
+ "Tile all subwindows",
4337
+ "Tile Horizontally",
4338
+ "Tile Vertically",
4339
+ "Tile Views",
4340
+ "Toggle display auto-stretch for the active window",
4341
+ "Toggle hard profile for Display-Stretch (H)",
4342
+ "Tools",
4343
+ "Undo",
4344
+ "View Bundles...",
4345
+ "View histogram and basic stats for the active image",
4346
+ "View/Edit FITS headers",
4347
+ "Wave-scale HDR with luminance-masked starlet",
4348
+ "WaveScale Dark Enhancer...",
4349
+ "WaveScale HDR...",
4350
+ "What's In My Image...",
4351
+ "What's In My Sky...",
4352
+ "What's In My...",
4353
+ "White Balance...",
4354
+ "Write a ready-to-edit sample script into the scripts folder",
4355
+ "Zoom In",
4356
+ "Zoom in",
4357
+ "Zoom Out",
4358
+ "Zoom out",
4359
+ "Zoom to 100% (pixel-for-pixel)"
4360
+ ],
4361
+ "UpdateMixin": [
4362
+ "A new version ({0}) is available!",
4363
+ "A new version is available",
4364
+ "Check for Updates",
4365
+ "Checking for updates...",
4366
+ "Could not download update:\n{0}",
4367
+ "Could not extract update zip:\n{0}",
4368
+ "Could not save update to disk:\n{0}",
4369
+ "Could not start installer:\n{0}",
4370
+ "Current version",
4371
+ "Download",
4372
+ "Download and install",
4373
+ "Download complete",
4374
+ "Download failed",
4375
+ "Downloaded ZIP did not contain an .exe installer.\nFolder: {0}",
4376
+ "Downloading update...",
4377
+ "Downloading update... {0:.1f} KB / {1:.1f} KB",
4378
+ "Failed to check for updates",
4379
+ "Installing update...",
4380
+ "Invalid response from server",
4381
+ "Network error",
4382
+ "New version",
4383
+ "No download link available for this platform.",
4384
+ "No updates available",
4385
+ "Release notes",
4386
+ "Release Notes:\n{0}",
4387
+ "Remind me later",
4388
+ "Restart later",
4389
+ "Restart now",
4390
+ "Restart required",
4391
+ "Run Installer",
4392
+ "Skip this version",
4393
+ "The update has been downloaded.\n\nRun the installer now? (SAS will close.)",
4394
+ "Unable to check for updates.\n\n{err}",
4395
+ "Up to Date",
4396
+ "Update Available",
4397
+ "Update available",
4398
+ "Update available: {0}",
4399
+ "Update Check Failed",
4400
+ "Update Failed",
4401
+ "Update installed",
4402
+ "Update JSON is invalid.\n\n{je}",
4403
+ "Update JSON missing the 'version' field.",
4404
+ "What's new",
4405
+ "You are running the latest version",
4406
+ "You're already running the latest version."
4407
+ ],
4408
+ "ViewBundleDialog": [
4409
+ "Add Directory (Recursive)…",
4410
+ "Add Files…",
4411
+ "Add from Open…",
4412
+ "Bundles",
4413
+ "Choose views to add:",
4414
+ "Clear Views",
4415
+ "Compress to Chip",
4416
+ "Delete",
4417
+ "Delete Chip",
4418
+ "Drag to move · Ctrl+drag to apply · Drop views/shortcuts here",
4419
+ "Drop views here to add • Drop shortcuts here to apply to THIS bundle",
4420
+ "Duplicate",
4421
+ "New Bundle",
4422
+ "Remove Selected",
4423
+ "Select all open views",
4424
+ "View Bundles",
4425
+ "Views in Selected Bundle"
4426
+ ],
4427
+ "WIMIDialog": [
4428
+ "3D Distance Model",
4429
+ "Add Text",
4430
+ "Advanced Search",
4431
+ "Advanced Search Parameters",
4432
+ "Asteroid H ≤",
4433
+ "AutoStretch",
4434
+ "Caution - Deep Vizier Search",
4435
+ "Clear Annotations",
4436
+ "Clear Results",
4437
+ "Comet H ≤",
4438
+ "Copy Object Information",
4439
+ "Copy RA/Dec to Clipboard",
4440
+ "Count Objects Brighter Than Limits",
4441
+ "Ctrl+Click to add items, Alt+Click to measure distance",
4442
+ "Database: not downloaded",
4443
+ "Dec: N/A",
4444
+ "Defined Region",
4445
+ "Delete Selected Items",
4446
+ "Delete Selected Object(s)",
4447
+ "Description",
4448
+ "Download Catalog",
4449
+ "Draw Arrow",
4450
+ "Draw Ellipse",
4451
+ "Draw Rectangle",
4452
+ "Entire Image",
4453
+ "Freehand (Lasso)",
4454
+ "H-R Diagram",
4455
+ "Legend",
4456
+ "Load from View",
4457
+ "Load Image File",
4458
+ "Load List…",
4459
+ "Max asteroids:",
4460
+ "Max comets:",
4461
+ "Mini Preview",
4462
+ "Minor Planets / Comets",
4463
+ "Object Type",
4464
+ "Objects Found: 0",
4465
+ "Open Website",
4466
+ "Orientation: N/A°",
4467
+ "Place Celestial Compass",
4468
+ "Query Simbad",
4469
+ "RA: N/A",
4470
+ "Right Click a Row for More Options",
4471
+ "Save Annotated Image",
4472
+ "Save Collage of Objects",
4473
+ "Save CSV",
4474
+ "Save List…",
4475
+ "Save Plate Solved Fits",
4476
+ "Search Defined Region",
4477
+ "Search Entire Image",
4478
+ "Search M.A.S.T Database",
4479
+ "Search Minor Bodies",
4480
+ "Search scope:",
4481
+ "Select Annotation Color",
4482
+ "Select Annotation Font",
4483
+ "Select Color",
4484
+ "Select Font",
4485
+ "Shift+Click to define a search region",
4486
+ "Show Annotation Tools",
4487
+ "Show Object Names",
4488
+ "Show Visible Objects Only",
4489
+ "Status: Ready",
4490
+ "Target (optional):",
4491
+ "Time offset (hours):",
4492
+ "Toggle All",
4493
+ "Undo",
4494
+ "Zoom In",
4495
+ "Zoom Out",
4496
+ "Zoom to Object"
4497
+ ],
4498
+ "WhatsInMyImage": [
4499
+ "Analyze Image",
4500
+ "Analyzing...",
4501
+ "Annotation color",
4502
+ "Annotation size",
4503
+ "Annotation style",
4504
+ "Arrow",
4505
+ "Asteroids",
4506
+ "Circle",
4507
+ "Comets",
4508
+ "Constellation",
4509
+ "Crosshair",
4510
+ "Dark nebulae",
4511
+ "Distance",
4512
+ "Export catalog",
4513
+ "Found Objects",
4514
+ "Galaxies",
4515
+ "Globular clusters",
4516
+ "Hide annotations",
4517
+ "Label",
4518
+ "Magnitude",
4519
+ "Maximum magnitude",
4520
+ "Minimum magnitude",
4521
+ "Nebulae",
4522
+ "No objects found",
4523
+ "No WCS data",
4524
+ "Object Name",
4525
+ "Object types",
4526
+ "Open clusters",
4527
+ "Planetary nebulae",
4528
+ "Please plate solve the image first",
4529
+ "Quasars",
4530
+ "RA/Dec",
4531
+ "Search radius",
4532
+ "Settings",
4533
+ "Show annotations",
4534
+ "Show distance",
4535
+ "Show magnitude",
4536
+ "Show on image",
4537
+ "Show type",
4538
+ "Size",
4539
+ "Star clusters",
4540
+ "Stars",
4541
+ "Type",
4542
+ "What's In My Image"
4543
+ ],
4544
+ "WhatsInMySky": [
4545
+ "Add to imaging plan",
4546
+ "Altitude",
4547
+ "Altitude chart",
4548
+ "Astronomical twilight",
4549
+ "Azimuth",
4550
+ "Civil twilight",
4551
+ "Custom time",
4552
+ "Dark time",
4553
+ "Date",
4554
+ "Date & Time",
4555
+ "Enter coordinates",
4556
+ "Excellent",
4557
+ "Export list",
4558
+ "Fair",
4559
+ "Filter by type",
4560
+ "First quarter",
4561
+ "Full moon",
4562
+ "Good",
4563
+ "Illumination",
4564
+ "Imaging time",
4565
+ "Imaging window",
4566
+ "Last quarter",
4567
+ "Latitude",
4568
+ "Location",
4569
+ "Longitude",
4570
+ "Maximum moon separation",
4571
+ "Minimum altitude",
4572
+ "Minimum transit altitude",
4573
+ "Moon phase",
4574
+ "Moon Separation",
4575
+ "Moon separation",
4576
+ "Moonrise",
4577
+ "Moonset",
4578
+ "Name",
4579
+ "Nautical twilight",
4580
+ "New moon",
4581
+ "Not visible",
4582
+ "Object Name",
4583
+ "Poor",
4584
+ "Rise Time",
4585
+ "Search",
4586
+ "Search targets",
4587
+ "Set Time",
4588
+ "Show chart",
4589
+ "Sky chart",
4590
+ "Sort by",
4591
+ "Sunset",
4592
+ "Time",
4593
+ "Time Zone",
4594
+ "Tomorrow night",
4595
+ "Tonight",
4596
+ "Transit Time",
4597
+ "Transit time",
4598
+ "Type",
4599
+ "Use current location",
4600
+ "Use current time",
4601
+ "Visibility",
4602
+ "Visible Objects",
4603
+ "Waning",
4604
+ "Waxing",
4605
+ "What's In My Sky"
4606
+ ],
4607
+ "WhatsInMySkyDialog": [
4608
+ " Please verify your longitude/timezone.",
4609
+ "Add Custom Object",
4610
+ "Added custom object: {}",
4611
+ "Alt Name",
4612
+ "Altitude",
4613
+ "Azimuth",
4614
+ "Before/After Transit",
4615
+ "Calculate",
4616
+ "Calculating…",
4617
+ "Catalog Filters:",
4618
+ "Could not update catalog:\n{}",
4619
+ "CSV files (*.csv);;All Files (*)",
4620
+ "Data saved to {}",
4621
+ "Date (YYYY-MM-DD):",
4622
+ "Dec",
4623
+ "Degrees",
4624
+ "Degrees from Moon",
4625
+ "Enter Dec (deg):",
4626
+ "Enter number of objects to display:",
4627
+ "Enter object name:",
4628
+ "Enter RA (deg):",
4629
+ "H:M:S / D:M:S",
4630
+ "Inputs look consistent.",
4631
+ "Invalid input: {}",
4632
+ "Latitude:",
4633
+ "Local Sidereal Time: 0.000",
4634
+ "Longitude (E+, W−):",
4635
+ "Lunar Phase: N/A",
4636
+ "Lunar Phase: {}% illuminated",
4637
+ "Magnitude",
4638
+ "Min Altitude (0–90°):",
4639
+ "Minutes to Transit",
4640
+ "Name",
4641
+ "RA",
4642
+ "RA/Dec Format:",
4643
+ "Save CSV File",
4644
+ "Save to CSV",
4645
+ "Settings",
4646
+ "Size (arcmin)",
4647
+ "Status: Idle",
4648
+ "Status: {}",
4649
+ "Time (HH:MM):",
4650
+ "Time Zone:",
4651
+ "Type",
4652
+ "What's In My Sky"
4653
+ ],
4654
+ "WindowShelf": [
4655
+ "Minimized Views",
4656
+ "Untitled"
4657
+ ],
4658
+ "_AstrobinIdDelegate": [
4659
+ "e.g. 4408",
4660
+ "Enter AstroBin ID",
4661
+ "Invalid ID format"
4662
+ ],
4663
+ "_DragTab": [
4664
+ "Close all tabs",
4665
+ "Close other tabs",
4666
+ "Close tab",
4667
+ "Close tabs to the right",
4668
+ "Drag to duplicate/copy view.\nHold Alt while dragging to LINK this view with another (live pan/zoom sync).\nHold Shift while dragging to drop this image as a mask onto another view.\nHold Ctrl while dragging to copy the astrometric solution (WCS) to another view.",
4669
+ "Drag to reorder"
4670
+ ],
4671
+ "_MaskWindow": [
4672
+ "Apply",
4673
+ "Blur",
4674
+ "Close",
4675
+ "Contract",
4676
+ "Dark Mask",
4677
+ "Expand",
4678
+ "Feather",
4679
+ "Invert",
4680
+ "Mask",
4681
+ "Mask Preview",
4682
+ "Reset"
4683
+ ],
4684
+ "_Progress": [
4685
+ "Cancel",
4686
+ "Cancelled",
4687
+ "Completed",
4688
+ "Failed",
4689
+ "Please wait...",
4690
+ "Processing...",
4691
+ "Progress"
4692
+ ],
4693
+ "_SimplePickDialog": [
4694
+ "1:1",
4695
+ "Cancel",
4696
+ "Click the comet center",
4697
+ "Disable Autostretch",
4698
+ "Enable Autostretch",
4699
+ "Fit",
4700
+ "OK",
4701
+ "Select",
4702
+ "Zoom In",
4703
+ "Zoom Out"
4704
+ ],
4705
+ "_SolveStatusPopup": [
4706
+ "Apply WCS",
4707
+ "Cancelled",
4708
+ "Close",
4709
+ "Copy to clipboard",
4710
+ "Dec",
4711
+ "Failed",
4712
+ "Field size",
4713
+ "Hide",
4714
+ "Plate Solve Status",
4715
+ "Plate Solving",
4716
+ "RA",
4717
+ "RMS error",
4718
+ "Rotation",
4719
+ "Scale",
4720
+ "Solving...",
4721
+ "Stars matched",
4722
+ "Starting…",
4723
+ "Success",
4724
+ "View in Aladin"
4725
+ ]
4726
+ }