@jjlmoya/utils-astronomy 1.5.0 → 1.7.0

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.
Files changed (76) hide show
  1. package/package.json +59 -58
  2. package/src/category/i18n/de.ts +57 -0
  3. package/src/category/i18n/id.ts +57 -0
  4. package/src/category/i18n/it.ts +57 -0
  5. package/src/category/i18n/ja.ts +57 -0
  6. package/src/category/i18n/ko.ts +57 -0
  7. package/src/category/i18n/nl.ts +57 -0
  8. package/src/category/i18n/pl.ts +57 -0
  9. package/src/category/i18n/pt.ts +57 -0
  10. package/src/category/i18n/ru.ts +57 -0
  11. package/src/category/i18n/sv.ts +57 -0
  12. package/src/category/i18n/tr.ts +57 -0
  13. package/src/category/i18n/zh.ts +57 -0
  14. package/src/category/index.ts +13 -1
  15. package/src/tests/faq_count.test.ts +9 -14
  16. package/src/tests/i18n_coverage.test.ts +36 -0
  17. package/src/tests/locale_completeness.test.ts +42 -0
  18. package/src/tests/no_h1_in_components.test.ts +48 -0
  19. package/src/tests/schemas_fulfillment.test.ts +23 -0
  20. package/src/tests/seo_length.test.ts +3 -38
  21. package/src/tests/slug_uniqueness.test.ts +81 -0
  22. package/src/tests/title_quality.test.ts +55 -0
  23. package/src/tests/tool_validation.test.ts +5 -5
  24. package/src/tool/bortleVisualizer/i18n/de.ts +167 -0
  25. package/src/tool/bortleVisualizer/i18n/fr.ts +1 -1
  26. package/src/tool/bortleVisualizer/i18n/id.ts +167 -0
  27. package/src/tool/bortleVisualizer/i18n/it.ts +167 -0
  28. package/src/tool/bortleVisualizer/i18n/ja.ts +167 -0
  29. package/src/tool/bortleVisualizer/i18n/ko.ts +167 -0
  30. package/src/tool/bortleVisualizer/i18n/nl.ts +167 -0
  31. package/src/tool/bortleVisualizer/i18n/pl.ts +167 -0
  32. package/src/tool/bortleVisualizer/i18n/pt.ts +167 -0
  33. package/src/tool/bortleVisualizer/i18n/ru.ts +167 -0
  34. package/src/tool/bortleVisualizer/i18n/sv.ts +167 -0
  35. package/src/tool/bortleVisualizer/i18n/tr.ts +167 -0
  36. package/src/tool/bortleVisualizer/i18n/zh.ts +167 -0
  37. package/src/tool/bortleVisualizer/index.ts +15 -7
  38. package/src/tool/deepSpaceScope/i18n/de.ts +178 -0
  39. package/src/tool/deepSpaceScope/i18n/id.ts +178 -0
  40. package/src/tool/deepSpaceScope/i18n/it.ts +178 -0
  41. package/src/tool/deepSpaceScope/i18n/ja.ts +178 -0
  42. package/src/tool/deepSpaceScope/i18n/ko.ts +178 -0
  43. package/src/tool/deepSpaceScope/i18n/nl.ts +178 -0
  44. package/src/tool/deepSpaceScope/i18n/pl.ts +178 -0
  45. package/src/tool/deepSpaceScope/i18n/pt.ts +178 -0
  46. package/src/tool/deepSpaceScope/i18n/ru.ts +178 -0
  47. package/src/tool/deepSpaceScope/i18n/sv.ts +178 -0
  48. package/src/tool/deepSpaceScope/i18n/tr.ts +178 -0
  49. package/src/tool/deepSpaceScope/i18n/zh.ts +178 -0
  50. package/src/tool/deepSpaceScope/index.ts +15 -7
  51. package/src/tool/starExposureCalculator/i18n/de.ts +163 -0
  52. package/src/tool/starExposureCalculator/i18n/id.ts +163 -0
  53. package/src/tool/starExposureCalculator/i18n/it.ts +163 -0
  54. package/src/tool/starExposureCalculator/i18n/ja.ts +163 -0
  55. package/src/tool/starExposureCalculator/i18n/ko.ts +163 -0
  56. package/src/tool/starExposureCalculator/i18n/nl.ts +163 -0
  57. package/src/tool/starExposureCalculator/i18n/pl.ts +163 -0
  58. package/src/tool/starExposureCalculator/i18n/pt.ts +163 -0
  59. package/src/tool/starExposureCalculator/i18n/ru.ts +163 -0
  60. package/src/tool/starExposureCalculator/i18n/sv.ts +163 -0
  61. package/src/tool/starExposureCalculator/i18n/tr.ts +163 -0
  62. package/src/tool/starExposureCalculator/i18n/zh.ts +163 -0
  63. package/src/tool/starExposureCalculator/index.ts +15 -7
  64. package/src/tool/telescopeResolution/i18n/de.ts +176 -0
  65. package/src/tool/telescopeResolution/i18n/id.ts +176 -0
  66. package/src/tool/telescopeResolution/i18n/it.ts +176 -0
  67. package/src/tool/telescopeResolution/i18n/ja.ts +176 -0
  68. package/src/tool/telescopeResolution/i18n/ko.ts +176 -0
  69. package/src/tool/telescopeResolution/i18n/nl.ts +176 -0
  70. package/src/tool/telescopeResolution/i18n/pl.ts +176 -0
  71. package/src/tool/telescopeResolution/i18n/pt.ts +176 -0
  72. package/src/tool/telescopeResolution/i18n/ru.ts +176 -0
  73. package/src/tool/telescopeResolution/i18n/sv.ts +176 -0
  74. package/src/tool/telescopeResolution/i18n/tr.ts +176 -0
  75. package/src/tool/telescopeResolution/i18n/zh.ts +176 -0
  76. package/src/tool/telescopeResolution/index.ts +15 -7
@@ -26,10 +26,6 @@ export interface StarExposureCalculatorUI {
26
26
 
27
27
  export type StarExposureCalculatorLocaleContent = ToolLocaleContent<StarExposureCalculatorUI>;
28
28
 
29
- import { content as es } from './i18n/es';
30
- import { content as en } from './i18n/en';
31
- import { content as fr } from './i18n/fr';
32
-
33
29
  export const starExposureCalculator: AstronomyToolEntry<StarExposureCalculatorUI> = {
34
30
  id: 'star-exposure-calculator',
35
31
  icons: {
@@ -37,9 +33,21 @@ export const starExposureCalculator: AstronomyToolEntry<StarExposureCalculatorUI
37
33
  fg: 'mdi:timer-sand',
38
34
  },
39
35
  i18n: {
40
- es: async () => es,
41
- en: async () => en,
42
- fr: async () => fr,
36
+ de: () => import('./i18n/de').then((m) => m.content),
37
+ en: () => import('./i18n/en').then((m) => m.content),
38
+ es: () => import('./i18n/es').then((m) => m.content),
39
+ fr: () => import('./i18n/fr').then((m) => m.content),
40
+ id: () => import('./i18n/id').then((m) => m.content),
41
+ it: () => import('./i18n/it').then((m) => m.content),
42
+ ja: () => import('./i18n/ja').then((m) => m.content),
43
+ ko: () => import('./i18n/ko').then((m) => m.content),
44
+ nl: () => import('./i18n/nl').then((m) => m.content),
45
+ pl: () => import('./i18n/pl').then((m) => m.content),
46
+ pt: () => import('./i18n/pt').then((m) => m.content),
47
+ ru: () => import('./i18n/ru').then((m) => m.content),
48
+ sv: () => import('./i18n/sv').then((m) => m.content),
49
+ tr: () => import('./i18n/tr').then((m) => m.content),
50
+ zh: () => import('./i18n/zh').then((m) => m.content),
43
51
  },
44
52
  };
45
53
 
@@ -0,0 +1,176 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { TelescopeResolutionUI, TelescopeResolutionLocaleContent } from '../index';
3
+
4
+ const slug = 'teleskop-aufloesungs-rechner';
5
+ const title = 'Teleskop Auflösungsrechner (Dawes Limit)';
6
+ const description = 'Berechnen Sie das Auflösungsvermögen Ihres Teleskops mit dem Dawes-Limit und dem Rayleigh-Kriterium. Entdecken Sie die maximale sinnvolle Vergrößerung und den Einfluss des atmosphärischen Seeings.';
7
+
8
+ const ui: TelescopeResolutionUI = {
9
+ toolTitle: 'Teleskop-Auflösung',
10
+ apertureLabel: 'Teleskopöffnung',
11
+ unitLabel: 'Einheit',
12
+ mmUnit: 'Millimeter (mm)',
13
+ inUnit: 'Zoll (in)',
14
+ presetsLabel: 'Gängige Modelle',
15
+ presetsPlaceholder: '-- Modell wählen --',
16
+ seeingLabel: 'Himmelsqualität (Seeing)',
17
+ dawesLabel: 'Nützliche Auflösung (Dawes)',
18
+ arcsecUnit: 'Bogensekunden',
19
+ rayleighLabel: 'Rayleigh-Limit',
20
+ maxMagLabel: 'Max. sinnvolle Vergrößerung',
21
+ seeingAlertPrefix: 'Atmosphäre begrenzt: Das heutige Seeing',
22
+ seeingAlertSuffix: 'verhindert, dass Sie das volle Potenzial Ihres Teleskops ausschöpfen können',
23
+ simLabel: 'Simulation: Doppelsterne',
24
+ simExplanation: 'Dawes trennt punktförmige Sterne; Rayleigh definiert planetare Details.',
25
+ presets: [
26
+ { value: '70', label: '70mm (Einsteiger-Refraktor)' },
27
+ { value: '114', label: '114mm (4,5") Newton' },
28
+ { value: '150', label: '150mm (6") Dobson' },
29
+ { value: '200', label: '200mm (8") Dobson' },
30
+ { value: '254', label: '254mm (10") Dobson' },
31
+ { value: '304', label: '304mm (12") Profi-Modell' },
32
+ ],
33
+ };
34
+
35
+ const faq: TelescopeResolutionLocaleContent['faq'] = [
36
+ {
37
+ question: 'Was ist das Dawes-Limit?',
38
+ answer: 'Das Dawes-Limit ist ein empirisches Kriterium für das Winkelauflösungsvermögen eines Teleskops, berechnet als 116/D (wobei D der Durchmesser in mm ist). Es stellt den minimalen Abstand in Bogensekunden zwischen zwei Sternen ähnlicher Helligkeit dar, die ein erfahrener Beobachter als zwei separate Punkte unterscheiden kann. Es wurde im 19. Jahrhundert vom britischen Astronomen William Dawes vorgeschlagen.',
39
+ },
40
+ {
41
+ question: 'Was ist der Unterschied zwischen Dawes und Rayleigh?',
42
+ answer: 'Das Dawes-Limit (116/D) ist empirisch und basiert auf dem menschlichen Sehvermögen bei Doppelsternen. Das Rayleigh-Kriterium (138/D) ist physikalisch begründet und basiert auf der Wellenlänge des Lichts. Rayleigh ist strenger und eignet sich besser für Details auf Planetenoberflächen (Jupiterbänder, Mondkrater). Dawes ist nützlicher für die Trennung von Doppelsternen.',
43
+ },
44
+ {
45
+ question: 'Was ist Seeing und wie beeinflusst es mich?',
46
+ answer: 'Seeing ist das Maß für die atmosphärische Turbulenz, die das Licht beim Durchgang durch die Luft verzerrt. In einer durchschnittlichen Nacht begrenzt das Seeing die Auflösung auf 1-2 Bogensekunden. Das bedeutet, dass Teleskope, die größer als ca. 115 mm sind, dieses atmosphärische Limit nicht überschreiten können. Exzellentes Seeing (0,5") ist selten und tritt meist in großen Höhen mit geringer thermischer Aktivität auf.',
47
+ },
48
+ {
49
+ question: 'Was ist die maximale sinnvolle Vergrößerung eines Teleskops?',
50
+ answer: 'Die goldene Regel lautet: 2x die Öffnung in mm (oder 50x pro Zoll). Ein 150-mm-Teleskop hat ein sinnvolles Maximum von 300x. Wird diese Grenze überschritten, wird das Bild zwar größer, aber nicht detailreicher – es wird lediglich dunkler und unschärfer. Das Seeing begrenzt diesen Wert in durchschnittlichen Nächten oft auf 100-150x.',
51
+ },
52
+ ];
53
+
54
+ const howTo: TelescopeResolutionLocaleContent['howTo'] = [
55
+ { name: '1. Öffnung eingeben', text: 'Geben Sie den Durchmesser des Hauptspiegels oder der Linse Ihres Teleskops ein. Sie können auch ein gängiges Modell aus der Liste wählen.' },
56
+ { name: '2. Seeing anpassen', text: 'Bewegen Sie den Seeing-Schieberegler, um die atmosphärischen Turbulenzen Ihrer Beobachtungsnacht zu simulieren.' },
57
+ { name: '3. Ergebnisse interpretieren', text: 'Beachten Sie das Dawes- und Rayleigh-Limit in Bogensekunden. Je niedriger der Wert, desto höher ist die Auflösung.' },
58
+ { name: '4. Seeing-Begrenzung prüfen', text: 'Wenn die Seeing-Warnung erscheint, begrenzt die Atmosphäre in dieser Nacht die Leistung Ihres Teleskops.' },
59
+ ];
60
+
61
+ const bibliography: TelescopeResolutionLocaleContent['bibliography'] = [
62
+ { name: 'Sky & Telescope - Telescope Resolution Explained', url: 'https://skyandtelescope.org/stargazing-and-observing/celestial-objects-to-watch/telescope-calculator/' },
63
+ { name: 'British Astronomical Association - Seeing Scale', url: 'https://www.britastro.org/' },
64
+ { name: 'Astronomical Seeing (Wikipedia)', url: 'https://de.wikipedia.org/wiki/Seeing' },
65
+ ];
66
+
67
+ const seo: TelescopeResolutionLocaleContent['seo'] = [
68
+ {
69
+ type: 'summary',
70
+ title: 'Kernpunkte der Teleskop Auflösung',
71
+ items: [
72
+ 'Das Dawes-Limit (116/D mm) bestimmt den Mindestabstand zwischen auflösbaren Doppelsternen.',
73
+ 'Das Rayleigh-Kriterium (138/D mm) definiert das kleinste sichtbare Detail auf Planetenoberflächen.',
74
+ 'Das atmosphärische Seeing (typisch 1-2") liegt meist über dem theoretischen Limit von Teleskopen ab 115 mm.',
75
+ 'Die maximale sinnvolle Vergrößerung beträgt 2x Öffnung in mm; darüber hinaus wird das Bild nur dunkler.',
76
+ ],
77
+ },
78
+ { type: 'title', text: 'Astronomische Auflösung: Leitfaden zu Dawes-Limit und Rayleigh', level: 2 },
79
+ {
80
+ type: 'paragraph',
81
+ html: 'Die Leistungsfähigkeit eines Teleskops wird nicht daran gemessen, wie stark es ein Bild vergrößern kann, sondern wie viele Details es auflösen kann. Diese Fähigkeit, bekannt als <strong>Auflösungsvermögen</strong>, hängt fast ausschließlich vom Durchmesser seiner Öffnung ab. Je größer der Spiegel oder die Hauptlinse, desto kleinere Details können getrennt wahrgenommen werden.',
82
+ },
83
+ {
84
+ type: 'paragraph',
85
+ html: 'Es gibt zwei Hauptkriterien zur Quantifizierung dieser Auflösung. Das <strong>Dawes-Limit</strong> (116/D Bogensekunden) ist empirisch und wurde vom Astronomen William Dawes auf der Grundlage von Doppelsternbeobachtungen definiert. Das <strong>Rayleigh-Kriterium</strong> (138/D Bogensekunden) ist theoretisch und leitet sich aus der Wellenphysik der Lichtbeugung ab. Beide stimmen darin überein, dass die Öffnung der entscheidende Faktor ist.',
86
+ },
87
+ { type: 'title', text: 'Seeing: Die atmosphärische Barriere', level: 2 },
88
+ {
89
+ type: 'paragraph',
90
+ html: 'Sie können das größte Teleskop der Welt besitzen, aber wenn die Atmosphäre instabil ist, werden Sie keine feinen Details sehen. <strong>Seeing</strong> ist das Maß für atmosphärische Turbulenzen. In einer durchschnittlichen Nacht begrenzt die Atmosphäre die Auflösung auf etwa 1-1,5 Bogensekunden. Bei Teleskopen ab 115 mm ist das Seeing der Flaschenhals, nicht die Optik.',
91
+ },
92
+ {
93
+ type: 'table',
94
+ headers: ['Öffnung', 'Dawes (")', 'Rayleigh (")', 'Max. Vergr.', 'Erf. Seeing'],
95
+ rows: [
96
+ ['70mm', '1,66"', '1,97"', '140x', '< 1,7"'],
97
+ ['100mm', '1,16"', '1,38"', '200x', '< 1,2"'],
98
+ ['150mm', '0,77"', '0,92"', '300x', '< 0,8"'],
99
+ ['200mm', '0,58"', '0,69"', '400x', '< 0,6"'],
100
+ ['300mm', '0,39"', '0,46"', '600x', '< 0,4"'],
101
+ ['400mm', '0,29"', '0,35"', '800x', '< 0,3"'],
102
+ ],
103
+ },
104
+ {
105
+ type: 'tip',
106
+ title: 'Thermische Akklimatisation: Das Geheimnis für Details',
107
+ html: 'Der größte Feind der Auflösung ist nicht das externe Seeing, sondern das <strong>lokale Seeing</strong> im Teleskoptubus. Warme Luft im Inneren erzeugt Konvektionsströme, die Details zerstören. Lassen Sie Ihr Teleskop mindestens 30-60 Minuten an die Außentemperatur akklimatisieren, bevor Sie mit hoher Vergrößerung beobachten.',
108
+ },
109
+ { type: 'title', text: 'Kollimation: Die Ausrichtung für volles Potenzial', level: 2 },
110
+ {
111
+ type: 'paragraph',
112
+ html: 'Ein schlecht kollimiertes Teleskop (mit falsch ausgerichteten Spiegeln) wird niemals das Dawes-Limit erreichen, unabhängig von der Öffnung. <strong>Kollimation</strong> ist der Prozess der perfekten Ausrichtung von Fang- und Hauptspiegel zum Okularauszug. Bei Spiegelteleskopen (Newton, Dobson) ist dies eine wesentliche regelmäßige Aufgabe. Nutzen Sie den "Sterntest" an einem hellen Stern zur Überprüfung.',
113
+ },
114
+ { type: 'title', text: 'Praktische Tipps zur Maximierung der Auflösung', level: 2 },
115
+ {
116
+ type: 'paragraph',
117
+ html: 'Warten Sie immer, bis das Teleskop ein thermisches Gleichgewicht mit der Außenluft erreicht hat. Vermeiden Sie Beobachtungen über Hausdächern oder Asphaltflächen, die gespeicherte Wärme abgeben. Wählen Sie Nächte nach einem Kaltfrontdurchgang für stabilere Luftschichten. Nutzen Sie die höchste Vergrößerung, die noch ein ruhiges Bild liefert – "kocht" das Bild, reduzieren Sie die Vergrößerung. Geben Sie Ihren Augen zudem 20 Minuten Zeit für die <strong>Dunkeladaptation</strong>, um die Empfindlichkeit für Farbdetails auf Planeten zu maximieren.',
118
+ },
119
+ {
120
+ type: 'stats',
121
+ columns: 2,
122
+ items: [
123
+ { label: 'Dawes 150mm', value: '0,77"', icon: 'mdi:flare' },
124
+ { label: 'Dawes 300mm', value: '0,39"', icon: 'mdi:flare' },
125
+ { label: 'Gutes Seeing', value: '0,5 - 1,0"', icon: 'mdi:weather-windy' },
126
+ { label: 'Mittleres Seeing', value: '1,0 - 2,0"', icon: 'mdi:weather-cloudy' },
127
+ ],
128
+ },
129
+ ];
130
+
131
+ const faqSchema: WithContext<FAQPage> = {
132
+ '@context': 'https://schema.org',
133
+ '@type': 'FAQPage',
134
+ mainEntity: faq.map((item) => ({
135
+ '@type': 'Question',
136
+ name: item.question,
137
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
138
+ })),
139
+ };
140
+
141
+ const howToSchema: WithContext<HowTo> = {
142
+ '@context': 'https://schema.org',
143
+ '@type': 'HowTo',
144
+ name: title,
145
+ description,
146
+ step: howTo.map((step) => ({
147
+ '@type': 'HowToStep',
148
+ name: step.name,
149
+ text: step.text,
150
+ })),
151
+ };
152
+
153
+ const appSchema: WithContext<SoftwareApplication> = {
154
+ '@context': 'https://schema.org',
155
+ '@type': 'SoftwareApplication',
156
+ name: title,
157
+ description,
158
+ applicationCategory: 'UtilitiesApplication',
159
+ operatingSystem: 'Web',
160
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
161
+ inLanguage: 'de',
162
+ };
163
+
164
+ export const content: TelescopeResolutionLocaleContent = {
165
+ slug,
166
+ title,
167
+ description,
168
+ ui,
169
+ seo,
170
+ faq,
171
+ faqTitle: 'Häufig gestellte Fragen (FAQ)',
172
+ bibliography,
173
+ bibliographyTitle: 'Bibliographische Referenzen',
174
+ howTo,
175
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
176
+ };
@@ -0,0 +1,176 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { TelescopeResolutionUI, TelescopeResolutionLocaleContent } from '../index';
3
+
4
+ const slug = 'kalkulator-resolusi-teleskop';
5
+ const title = 'Kalkulator Resolusi Teleskop (Batas Dawes)';
6
+ const description = 'Hitung daya urai teleskop Anda dengan Batas Dawes dan Kriteria Rayleigh. Temukan pembesaran maksimum yang berguna dan dampak visual atmosfer (seeing).';
7
+
8
+ const ui: TelescopeResolutionUI = {
9
+ toolTitle: 'Resolusi Teleskop',
10
+ apertureLabel: 'Apertur Teleskop',
11
+ unitLabel: 'Unit',
12
+ mmUnit: 'Milimeter (mm)',
13
+ inUnit: 'Inci (in)',
14
+ presetsLabel: 'Model Umum',
15
+ presetsPlaceholder: '-- Pilih Preset --',
16
+ seeingLabel: 'Kualitas Langit (Seeing)',
17
+ dawesLabel: 'Resolusi Berguna (Dawes)',
18
+ arcsecUnit: 'detik busur',
19
+ rayleighLabel: 'Batas Rayleigh',
20
+ maxMagLabel: 'Pembesaran Maks. Berguna',
21
+ seeingAlertPrefix: 'Atmosfer terbatas: Seeing hari ini',
22
+ seeingAlertSuffix: 'akan menghalangi Anda melihat potensi penuh teleskop Anda',
23
+ simLabel: 'Simulasi: Bintang Ganda',
24
+ simExplanation: 'Dawes memisahkan bintang titik; Rayleigh mendefinisikan detail planet.',
25
+ presets: [
26
+ { value: '70', label: '70mm (Refraktor Pemula)' },
27
+ { value: '114', label: '114mm (4.5") Newtonian' },
28
+ { value: '150', label: '150mm (6") Dobsonian' },
29
+ { value: '200', label: '200mm (8") Dobsonian' },
30
+ { value: '254', label: '254mm (10") Dobsonian' },
31
+ { value: '304', label: '304mm (12") Profesional' },
32
+ ],
33
+ };
34
+
35
+ const faq: TelescopeResolutionLocaleContent['faq'] = [
36
+ {
37
+ question: 'Apa itu Batas Dawes?',
38
+ answer: 'Batas Dawes adalah kriteria empiris untuk resolusi sudut teleskop, dihitung sebagai 116/D (di mana D adalah diameter dalam mm). Ini mewakili pemisahan minimum dalam detik busur antara dua bintang dengan magnitudo serupa yang dapat dibedakan oleh pengamat berpengalaman sebagai dua titik terpisah. Ini diusulkan oleh astronom Inggris William Dawes pada abad ke-19.',
39
+ },
40
+ {
41
+ question: 'Apa perbedaan antara Dawes dan Rayleigh?',
42
+ answer: 'Batas Dawes (116/D) bersifat empiris dan didasarkan pada penglihatan manusia untuk bintang ganda. Kriteria Rayleigh (138/D) bersifat fisik, didasarkan pada sifat gelombang cahaya. Rayleigh lebih ketat dan lebih baik diterapkan pada detail pada permukaan planet (pita Jupiter, kawah bulan). Dawes lebih berguna untuk memisahkan bintang biner.',
43
+ },
44
+ {
45
+ question: 'Apa itu seeing dan bagaimana pengaruhnya terhadap saya?',
46
+ answer: 'Seeing adalah ukuran turbulensi atmosfer yang membiaskan cahaya saat melewati udara. Pada malam rata-rata, seeing membatasi resolusi hingga 1-2 detik busur, yang berarti teleskop yang lebih besar dari ~115mm tidak dapat melampaui batas atmosfer ini. Seeing yang sangat baik (0,5") jarang terjadi dan terjadi di lokasi dataran tinggi dengan aktivitas termal yang sedikit.',
47
+ },
48
+ {
49
+ question: 'Berapa pembesaran maksimum yang berguna dari sebuah teleskop?',
50
+ answer: 'Aturan emasnya adalah 2x apertur dalam mm (atau 50x per inci). Teleskop 150mm memiliki pembesaran maksimum yang berguna sebesar 300x. Melebihi batas ini membuat gambar lebih besar tetapi tanpa detail lebih lanjut, hanya menjadi lebih gelap dan lebih buram. Seeing sering membatasi nilai ini menjadi 100-150x pada malam rata-rata.',
51
+ },
52
+ ];
53
+
54
+ const howTo: TelescopeResolutionLocaleContent['howTo'] = [
55
+ { name: '1. Masukkan apertur', text: 'Ketik diameter cermin utama atau lensa teleskop Anda. Anda dapat memilih preset dari model umum.' },
56
+ { name: '2. Sesuaikan seeing', text: 'Gerakkan slider seeing untuk mensimulasikan turbulensi atmosfer pada malam pengamatan Anda.' },
57
+ { name: '3. Interpretasikan hasil', text: 'Amati batas Dawes dan Rayleigh dalam detik busur. Semakin rendah nilainya, semakin tinggi resolusinya.' },
58
+ { name: '4. Periksa apakah seeing membatasi Anda', text: 'Jika peringatan seeing muncul, atmosfer membatasi kinerja teleskop Anda malam itu.' },
59
+ ];
60
+
61
+ const bibliography: TelescopeResolutionLocaleContent['bibliography'] = [
62
+ { name: 'Sky & Telescope - Resolusi Teleskop Dijelaskan', url: 'https://skyandtelescope.org/stargazing-and-observing/celestial-objects-to-watch/telescope-calculator/' },
63
+ { name: 'British Astronomical Association - Skala Seeing', url: 'https://www.britastro.org/' },
64
+ { name: 'Seeing Astronomi (Wikipedia)', url: 'https://en.wikipedia.org/wiki/Astronomical_seeing' },
65
+ ];
66
+
67
+ const seo: TelescopeResolutionLocaleContent['seo'] = [
68
+ {
69
+ type: 'summary',
70
+ title: 'Poin Utama Resolusi Teleskopik',
71
+ items: [
72
+ 'Batas Dawes (116/D mm) menentukan pemisahan minimum antara bintang ganda yang dapat diurai.',
73
+ 'Kriteria Rayleigh (138/D mm) mendefinisikan detail terkecil yang terlihat pada permukaan planet.',
74
+ 'Seeing atmosfer (tipikal 1-2") biasanya melampaui batas teoretis teleskop yang lebih besar dari 115mm.',
75
+ 'Pembesaran maksimum yang berguna adalah 2x apertur dalam mm; melebihinya hanya akan menggelapkan gambar.',
76
+ ],
77
+ },
78
+ { type: 'title', text: 'Resolusi Astronomi: Panduan untuk Batas Dawes dan Rayleigh', level: 2 },
79
+ {
80
+ type: 'paragraph',
81
+ html: 'Kekuatan teleskop tidak diukur dari seberapa besar ia dapat memperbesar gambar, tetapi dari seberapa banyak detail yang dapat dikalibrasi. Kemampuan ini, yang dikenal sebagai <strong>daya urai</strong>, hampir seluruhnya bergantung pada diameter apertur. Semakin besar cermin atau lensa utama, semakin kecil detail yang dapat dipisahkannya.',
82
+ },
83
+ {
84
+ type: 'paragraph',
85
+ html: 'Ada dua kriteria utama untuk mengukur resolusi ini. <strong>Batas Dawes</strong> (116/D detik busur) bersifat empiris, didefinisikan oleh astronom William Dawes berdasarkan pengamatan bintang ganda. <strong>Kriteria Rayleigh</strong> (138/D detik busur) bersifat teoretis, diturunkan dari fisika gelombang difraksi cahaya. Keduanya sepakat bahwa apertur adalah faktor penentu.',
86
+ },
87
+ { type: 'title', text: 'Seeing: Penghalang Atmosfer', level: 2 },
88
+ {
89
+ type: 'paragraph',
90
+ html: 'Anda bisa memiliki teleskop terbesar di dunia, tetapi jika atmosfer tidak stabil, Anda tidak akan melihat detail halus. <strong>Seeing</strong> adalah ukuran turbulensi atmosfer. Pada malam rata-rata, atmosfer membatasi resolusi hingga sekitar 1-1,5 detik busur. Untuk teleskop yang lebih besar dari 115mm, seeing adalah hambatannya, bukan optiknya.',
91
+ },
92
+ {
93
+ type: 'table',
94
+ headers: ['Apertur', 'Dawes (")', 'Rayleigh (")', 'Pemb. Maks', 'Seeing yang Diperlukan'],
95
+ rows: [
96
+ ['70mm', '1.66"', '1.97"', '140x', '< 1.7"'],
97
+ ['100mm', '1.16"', '1.38"', '200x', '< 1.2"'],
98
+ ['150mm', '0.77"', '0.92"', '300x', '< 0.8"'],
99
+ ['200mm', '0.58"', '0.69"', '400x', '< 0.6"'],
100
+ ['300mm', '0.39"', '0.46"', '600x', '< 0.4"'],
101
+ ['400mm', '0.29"', '0.35"', '800x', '< 0.3"'],
102
+ ],
103
+ },
104
+ {
105
+ type: 'tip',
106
+ title: 'Aklimatisasi Termal: Rahasia Detail',
107
+ html: 'Musuh terbesar resolusi bukanlah seeing eksternal, melainkan <strong>seeing lokal</strong> di dalam tabung teleskop. Udara hangat yang tersisa di dalam menciptakan arus konveksi yang merusak detail. Biarkan teleskop Anda menyesuaikan diri dengan suhu luar selama setidaknya 30-60 menit sebelum mengamati pada pembesaran tinggi.',
108
+ },
109
+ { type: 'title', text: 'Kolimasi: Penyelarasan yang Membuka Potensi', level: 2 },
110
+ {
111
+ type: 'paragraph',
112
+ html: 'Teleskop yang dikolimasi dengan buruk (dengan cermin yang tidak sejajar) tidak akan pernah bekerja pada batas Dawes. <strong>Kolimasi</strong> adalah proses menyelaraskan cermin sekunder dan primer secara sempurna dengan focuser. Untuk teleskop pemantul (Newtonian, Dobsonian), kolimasi adalah tugas berkala yang penting. Gunakan "star test" untuk memeriksa.',
113
+ },
114
+ { type: 'title', text: 'Tips Praktis untuk Memaksimalkan Resolusi', level: 2 },
115
+ {
116
+ type: 'paragraph',
117
+ html: 'Selalu tunggu instrumen mencapai kesetimbangan termal. Hindari mengamati di atas atap atau aspal. Pilih malam setelah front dingin berlalu untuk udara yang lebih stabil. Gunakan pembesaran tertinggi yang masih memberikan gambar yang stabil. Ingat <strong>adaptasi gelap</strong>: beri mata Anda waktu 20 menit untuk memaksimalkan sensitivitas terhadap detail planet.',
118
+ },
119
+ {
120
+ type: 'stats',
121
+ columns: 2,
122
+ items: [
123
+ { label: 'Dawes 150mm', value: '0.77"', icon: 'mdi:flare' },
124
+ { label: 'Dawes 300mm', value: '0.39"', icon: 'mdi:flare' },
125
+ { label: 'Seeing Bagus', value: '0.5 - 1.0"', icon: 'mdi:weather-windy' },
126
+ { label: 'Seeing Rata-Rata', value: '1.0 - 2.0"', icon: 'mdi:weather-cloudy' },
127
+ ],
128
+ },
129
+ ];
130
+
131
+ const faqSchema: WithContext<FAQPage> = {
132
+ '@context': 'https://schema.org',
133
+ '@type': 'FAQPage',
134
+ mainEntity: faq.map((item) => ({
135
+ '@type': 'Question',
136
+ name: item.question,
137
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
138
+ })),
139
+ };
140
+
141
+ const howToSchema: WithContext<HowTo> = {
142
+ '@context': 'https://schema.org',
143
+ '@type': 'HowTo',
144
+ name: title,
145
+ description,
146
+ step: howTo.map((step) => ({
147
+ '@type': 'HowToStep',
148
+ name: step.name,
149
+ text: step.text,
150
+ })),
151
+ };
152
+
153
+ const appSchema: WithContext<SoftwareApplication> = {
154
+ '@context': 'https://schema.org',
155
+ '@type': 'SoftwareApplication',
156
+ name: title,
157
+ description,
158
+ applicationCategory: 'UtilitiesApplication',
159
+ operatingSystem: 'Web',
160
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
161
+ inLanguage: 'id',
162
+ };
163
+
164
+ export const content: TelescopeResolutionLocaleContent = {
165
+ slug,
166
+ title,
167
+ description,
168
+ ui,
169
+ seo,
170
+ faq,
171
+ faqTitle: 'Pertanyaan yang Sering Diajukan',
172
+ bibliography,
173
+ bibliographyTitle: 'Referensi Bibliografi',
174
+ howTo,
175
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
176
+ };
@@ -0,0 +1,176 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { TelescopeResolutionUI, TelescopeResolutionLocaleContent } from '../index';
3
+
4
+ const slug = 'calcolatore-risoluzione-telescopio';
5
+ const title = 'Calcolatore Risoluzione Telescopio (Limite di Dawes)';
6
+ const description = 'Calcola il potere risolutivo del tuo telescopio con il limite di Dawes e il criterio di Rayleigh. Scopri l\'ingrandimento massimo utile e l\'impatto del seeing atmosferico.';
7
+
8
+ const ui: TelescopeResolutionUI = {
9
+ toolTitle: 'Risoluzione Telescopio',
10
+ apertureLabel: 'Apertura Telescopio',
11
+ unitLabel: 'Unità',
12
+ mmUnit: 'Millimetri (mm)',
13
+ inUnit: 'Pollici (in)',
14
+ presetsLabel: 'Modelli Comuni',
15
+ presetsPlaceholder: '-- Seleziona Preset --',
16
+ seeingLabel: 'Qualità del Cielo (Seeing)',
17
+ dawesLabel: 'Risoluzione Utile (Dawes)',
18
+ arcsecUnit: 'arcosecondi',
19
+ rayleighLabel: 'Limite di Rayleigh',
20
+ maxMagLabel: 'Ingrandimento Max Utile',
21
+ seeingAlertPrefix: 'Atmosfera limitata: Il seeing di oggi',
22
+ seeingAlertSuffix: 'ti impedirà di sfruttare tutto il potenziale del tuo telescopio',
23
+ simLabel: 'Simulazione: Stelle Binarie',
24
+ simExplanation: 'Dawes separa stelle puntiformi; Rayleigh definisce i dettagli planetari.',
25
+ presets: [
26
+ { value: '70', label: '70mm (Rifrattore per principianti)' },
27
+ { value: '114', label: '114mm (4.5") Newtoniano' },
28
+ { value: '150', label: '150mm (6") Dobson' },
29
+ { value: '200', label: '200mm (8") Dobson' },
30
+ { value: '254', label: '254mm (10") Dobson' },
31
+ { value: '304', label: '304mm (12") Professionale' },
32
+ ],
33
+ };
34
+
35
+ const faq: TelescopeResolutionLocaleContent['faq'] = [
36
+ {
37
+ question: 'Cos\'è il limite di Dawes?',
38
+ answer: 'Il limite di Dawes è un criterio empirico per la risoluzione angolare di un telescopio, calcolato come 116/D (dove D è il diametro in mm). Rappresenta la separazione minima in arcosecondi tra due stelle di magnitudine simile che un osservatore esperto può distinguere come due punti separati. Fu proposto dall\'astronomo britannico William Dawes nel XIX secolo.',
39
+ },
40
+ {
41
+ question: 'Qual è la differenza tra Dawes e Rayleigh?',
42
+ answer: 'Il limite di Dawes (116/D) è empirico e basato sulla visione umana per le stelle doppie. Il criterio di Rayleigh (138/D) è fisico, basato sulla natura ondulatoria della luce. Rayleigh è più rigoroso e si applica meglio ai dettagli sulle superfici planetarie (bande di Giove, crateri lunari). Dawes è più utile per separare le stelle binarie.',
43
+ },
44
+ {
45
+ question: 'Cos\'è il seeing e come mi influenza?',
46
+ answer: 'Il seeing è la misura della turbolenza atmosferica che distorce la luce che passa attraverso l\'aria. In una notte media, il seeing limita la risoluzione a 1-2 arcosecondi, il che significa che i telescopi più grandi di ~115mm non possono superare questo limite atmosferico. Un seeing eccellente (0.5") è raro e si verifica in luoghi ad alta quota con scarsa attività termica.',
47
+ },
48
+ {
49
+ question: 'Qual è l\'ingrandimento massimo utile di un telescopio?',
50
+ answer: 'La regola d\'oro è 2 volte l\'apertura in mm (o 50 volte per pollice). Un telescopio da 150mm ha un massimo utile di 300x. Superare questo limite rende l\'immagine più grande ma senza ulteriori dettagli, solo più scura e sfocata. Il seeing limita spesso questo valore a 100-150x nelle notti medie.',
51
+ },
52
+ ];
53
+
54
+ const howTo: TelescopeResolutionLocaleContent['howTo'] = [
55
+ { name: '1. Inserisci l\'apertura', text: 'Scrivi il diametro dello specchio principale o della lente del tuo telescopio. Puoi selezionare un preset dai modelli comuni.' },
56
+ { name: '2. Regola il seeing', text: 'Sposta lo slider del seeing per simulare la turbolenza atmosferica della tua notte di osservazione.' },
57
+ { name: '3. Interpreta i risultati', text: 'Osserva i limiti di Dawes e Rayleigh in arcosecondi. Più basso è il valore, maggiore è la risoluzione.' },
58
+ { name: '4. Controlla se il seeing ti limita', text: 'Se appare l\'avviso del seeing, l\'atmosfera sta limitando le prestazioni del tuo telescopio quella notte.' },
59
+ ];
60
+
61
+ const bibliography: TelescopeResolutionLocaleContent['bibliography'] = [
62
+ { name: 'Sky & Telescope - Risoluzione del Telescopio Spiegata', url: 'https://skyandtelescope.org/stargazing-and-observing/celestial-objects-to-watch/telescope-calculator/' },
63
+ { name: 'British Astronomical Association - Scala del Seeing', url: 'https://www.britastro.org/' },
64
+ { name: 'Seeing Astronomico (Wikipedia)', url: 'https://it.wikipedia.org/wiki/Seeing' },
65
+ ];
66
+
67
+ const seo: TelescopeResolutionLocaleContent['seo'] = [
68
+ {
69
+ type: 'summary',
70
+ title: 'Punti Chiave della Risoluzione Telescopica',
71
+ items: [
72
+ 'Il limite di Dawes (116/D mm) determina la separazione minima tra stelle binarie risolvibili.',
73
+ 'Il criterio di Rayleigh (138/D mm) definisce il dettaglio minimo visibile sulle superfici planetarie.',
74
+ 'Il seeing atmosferico (1-2" tipico) di solito supera il limite teorico dei telescopi più grandi di 115mm.',
75
+ 'L\'ingrandimento massimo utile è 2x l\'apertura in mm; superarlo scurisce solo l\'immagine.',
76
+ ],
77
+ },
78
+ { type: 'title', text: 'Risoluzione Astronomica: Guida al Limite di Dawes e Rayleigh', level: 2 },
79
+ {
80
+ type: 'paragraph',
81
+ html: 'La potenza di un telescopio non si misura da quanto può ingrandire un\'immagine, ma da quanto dettaglio può risolvere. Questa capacità, nota come <strong>potere risolutivo</strong>, dipende quasi esclusivamente dal diametro della sua apertura. Più grande è lo specchio o la lente principale, più piccoli sono i dettagli che può separare.',
82
+ },
83
+ {
84
+ type: 'paragraph',
85
+ html: 'Esistono due criteri principali per quantificare questa risoluzione. Il <strong>Limite di Dawes</strong> (116/D arcsec) è empirico, definito dall\'astronomo William Dawes sulla base di osservazioni di stelle doppie. Il <strong>Criterio di Rayleigh</strong> (138/D arcsec) è teorico, derivato dalla fisica ondulatoria della diffrazione della luce. Entrambi concordano sul fatto che l\'apertura sia il fattore decisivo.',
86
+ },
87
+ { type: 'title', text: 'Seeing: La Barriera Atmosferica', level: 2 },
88
+ {
89
+ type: 'paragraph',
90
+ html: 'Puoi avere il telescopio più grande del mondo, ma se l\'atmosfera è instabile, non vedrai i dettagli fini. Il <strong>Seeing</strong> è la misura della turbolenza atmosferica. In una notte media, l\'atmosfera limita la risoluzione a circa 1-1.5 arcosecondi. Per i telescopi più grandi di 115mm, il seeing è il collo di bottiglia, non l\'ottica.',
91
+ },
92
+ {
93
+ type: 'table',
94
+ headers: ['Apertura', 'Dawes (")', 'Rayleigh (")', 'Ingr. Max', 'Seeing Richiesto'],
95
+ rows: [
96
+ ['70mm', '1.66"', '1.97"', '140x', '< 1.7"'],
97
+ ['100mm', '1.16"', '1.38"', '200x', '< 1.2"'],
98
+ ['150mm', '0.77"', '0.92"', '300x', '< 0.8"'],
99
+ ['200mm', '0.58"', '0.69"', '400x', '< 0.6"'],
100
+ ['300mm', '0.39"', '0.46"', '600x', '< 0.4"'],
101
+ ['400mm', '0.29"', '0.35"', '800x', '< 0.3"'],
102
+ ],
103
+ },
104
+ {
105
+ type: 'tip',
106
+ title: 'Acclimatamento Termico: Il Segreto per il Dettaglio',
107
+ html: 'Il più grande nemico della risoluzione non è il seeing esterno, ma il <strong>seeing locale</strong> all\'interno del tubo del telescopio. L\'aria calda che rimane all\'interno crea correnti convettive che distruggono il dettaglio. Lascia che il tuo telescopio si acclimati alla temperatura esterna per almeno 30-60 minuti prima di osservare ad alto ingrandimento.',
108
+ },
109
+ { type: 'title', text: 'Collimazione: L\'Allineamento che Sblocca il Potenziale', level: 2 },
110
+ {
111
+ type: 'paragraph',
112
+ html: 'Un telescopio mal collimato (con specchi disallineati) non funzionerà mai al limite di Dawes, indipendentemente dall\'apertura. La <strong>collimazione</strong> è il processo di allineamento perfetto degli specchi secondario e primario con il focheggiatore. Per i telescopi riflettori (Newtoniani, Dobson), la collimazione è un compito periodico essenziale. Esegui uno "star test" su una stella luminosa per verificarla.',
113
+ },
114
+ { type: 'title', text: 'Consigli Pratici per Massimizzare la Risoluzione', level: 2 },
115
+ {
116
+ type: 'paragraph',
117
+ html: 'Oltre all\'apertura e alla collimazione, diverse abitudini migliorano drasticamente la risoluzione. Attendi sempre che il telescopio raggiunga l\'equilibrio termico. Evita di osservare sopra tetti o asfalto che irradiano calore. Scegli notti dopo il passaggio di fronti freddi per strati atmosferici più stabili. Usa l\'ingrandimento più alto che fornisca ancora un\'immagine ferma. Ricorda l\'<strong>adattamento all\'oscurità</strong>: dai ai tuoi occhi 20 minuti per massimizzare la sensibilità ai dettagli sui pianeti.',
118
+ },
119
+ {
120
+ type: 'stats',
121
+ columns: 2,
122
+ items: [
123
+ { label: 'Dawes 150mm', value: '0.77"', icon: 'mdi:flare' },
124
+ { label: 'Dawes 300mm', value: '0.39"', icon: 'mdi:flare' },
125
+ { label: 'Seeing Buono', value: '0.5 - 1.0"', icon: 'mdi:weather-windy' },
126
+ { label: 'Seeing Medio', value: '1.0 - 2.0"', icon: 'mdi:weather-cloudy' },
127
+ ],
128
+ },
129
+ ];
130
+
131
+ const faqSchema: WithContext<FAQPage> = {
132
+ '@context': 'https://schema.org',
133
+ '@type': 'FAQPage',
134
+ mainEntity: faq.map((item) => ({
135
+ '@type': 'Question',
136
+ name: item.question,
137
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
138
+ })),
139
+ };
140
+
141
+ const howToSchema: WithContext<HowTo> = {
142
+ '@context': 'https://schema.org',
143
+ '@type': 'HowTo',
144
+ name: title,
145
+ description,
146
+ step: howTo.map((step) => ({
147
+ '@type': 'HowToStep',
148
+ name: step.name,
149
+ text: step.text,
150
+ })),
151
+ };
152
+
153
+ const appSchema: WithContext<SoftwareApplication> = {
154
+ '@context': 'https://schema.org',
155
+ '@type': 'SoftwareApplication',
156
+ name: title,
157
+ description,
158
+ applicationCategory: 'UtilitiesApplication',
159
+ operatingSystem: 'Web',
160
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
161
+ inLanguage: 'it',
162
+ };
163
+
164
+ export const content: TelescopeResolutionLocaleContent = {
165
+ slug,
166
+ title,
167
+ description,
168
+ ui,
169
+ seo,
170
+ faq,
171
+ faqTitle: 'Domande Frequenti',
172
+ bibliography,
173
+ bibliographyTitle: 'Riferimenti Bibliografici',
174
+ howTo,
175
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
176
+ };