@jjlmoya/utils-astronomy 1.4.0 → 1.6.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 (89) 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/title_quality.test.ts +55 -0
  22. package/src/tests/tool_validation.test.ts +5 -5
  23. package/src/tool/bortleVisualizer/component.astro +11 -4
  24. package/src/tool/bortleVisualizer/i18n/de.ts +167 -0
  25. package/src/tool/bortleVisualizer/i18n/en.ts +14 -0
  26. package/src/tool/bortleVisualizer/i18n/es.ts +14 -0
  27. package/src/tool/bortleVisualizer/i18n/fr.ts +13 -0
  28. package/src/tool/bortleVisualizer/i18n/id.ts +167 -0
  29. package/src/tool/bortleVisualizer/i18n/it.ts +167 -0
  30. package/src/tool/bortleVisualizer/i18n/ja.ts +167 -0
  31. package/src/tool/bortleVisualizer/i18n/ko.ts +167 -0
  32. package/src/tool/bortleVisualizer/i18n/nl.ts +167 -0
  33. package/src/tool/bortleVisualizer/i18n/pl.ts +167 -0
  34. package/src/tool/bortleVisualizer/i18n/pt.ts +167 -0
  35. package/src/tool/bortleVisualizer/i18n/ru.ts +167 -0
  36. package/src/tool/bortleVisualizer/i18n/sv.ts +167 -0
  37. package/src/tool/bortleVisualizer/i18n/tr.ts +167 -0
  38. package/src/tool/bortleVisualizer/i18n/zh.ts +167 -0
  39. package/src/tool/bortleVisualizer/index.ts +32 -8
  40. package/src/tool/deepSpaceScope/component.astro +26 -18
  41. package/src/tool/deepSpaceScope/i18n/de.ts +178 -0
  42. package/src/tool/deepSpaceScope/i18n/en.ts +21 -0
  43. package/src/tool/deepSpaceScope/i18n/es.ts +21 -0
  44. package/src/tool/deepSpaceScope/i18n/fr.ts +21 -0
  45. package/src/tool/deepSpaceScope/i18n/id.ts +178 -0
  46. package/src/tool/deepSpaceScope/i18n/it.ts +178 -0
  47. package/src/tool/deepSpaceScope/i18n/ja.ts +178 -0
  48. package/src/tool/deepSpaceScope/i18n/ko.ts +178 -0
  49. package/src/tool/deepSpaceScope/i18n/nl.ts +178 -0
  50. package/src/tool/deepSpaceScope/i18n/pl.ts +178 -0
  51. package/src/tool/deepSpaceScope/i18n/pt.ts +178 -0
  52. package/src/tool/deepSpaceScope/i18n/ru.ts +178 -0
  53. package/src/tool/deepSpaceScope/i18n/sv.ts +178 -0
  54. package/src/tool/deepSpaceScope/i18n/tr.ts +178 -0
  55. package/src/tool/deepSpaceScope/i18n/zh.ts +178 -0
  56. package/src/tool/deepSpaceScope/index.ts +32 -8
  57. package/src/tool/deepSpaceScope/logic.ts +1 -17
  58. package/src/tool/starExposureCalculator/component.astro +8 -2
  59. package/src/tool/starExposureCalculator/i18n/de.ts +163 -0
  60. package/src/tool/starExposureCalculator/i18n/id.ts +163 -0
  61. package/src/tool/starExposureCalculator/i18n/it.ts +163 -0
  62. package/src/tool/starExposureCalculator/i18n/ja.ts +163 -0
  63. package/src/tool/starExposureCalculator/i18n/ko.ts +163 -0
  64. package/src/tool/starExposureCalculator/i18n/nl.ts +163 -0
  65. package/src/tool/starExposureCalculator/i18n/pl.ts +163 -0
  66. package/src/tool/starExposureCalculator/i18n/pt.ts +163 -0
  67. package/src/tool/starExposureCalculator/i18n/ru.ts +163 -0
  68. package/src/tool/starExposureCalculator/i18n/sv.ts +163 -0
  69. package/src/tool/starExposureCalculator/i18n/tr.ts +163 -0
  70. package/src/tool/starExposureCalculator/i18n/zh.ts +163 -0
  71. package/src/tool/starExposureCalculator/index.ts +15 -7
  72. package/src/tool/telescopeResolution/component.astro +26 -26
  73. package/src/tool/telescopeResolution/i18n/de.ts +176 -0
  74. package/src/tool/telescopeResolution/i18n/en.ts +10 -2
  75. package/src/tool/telescopeResolution/i18n/es.ts +8 -0
  76. package/src/tool/telescopeResolution/i18n/fr.ts +9 -1
  77. package/src/tool/telescopeResolution/i18n/id.ts +176 -0
  78. package/src/tool/telescopeResolution/i18n/it.ts +176 -0
  79. package/src/tool/telescopeResolution/i18n/ja.ts +176 -0
  80. package/src/tool/telescopeResolution/i18n/ko.ts +176 -0
  81. package/src/tool/telescopeResolution/i18n/nl.ts +176 -0
  82. package/src/tool/telescopeResolution/i18n/pl.ts +176 -0
  83. package/src/tool/telescopeResolution/i18n/pt.ts +176 -0
  84. package/src/tool/telescopeResolution/i18n/ru.ts +176 -0
  85. package/src/tool/telescopeResolution/i18n/sv.ts +176 -0
  86. package/src/tool/telescopeResolution/i18n/tr.ts +176 -0
  87. package/src/tool/telescopeResolution/i18n/zh.ts +176 -0
  88. package/src/tool/telescopeResolution/index.ts +17 -8
  89. package/src/types.ts +6 -4
@@ -0,0 +1,178 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
3
+
4
+ const slug = 'telescope-reach';
5
+ const title = 'Calcolatore di Portata del Telescopio';
6
+ const description = 'Calcola la magnitudine limite del tuo telescopio e scopri quali oggetti del cielo profondo sono visibili con la tua attrezzatura in base alle condizioni del cielo.';
7
+
8
+ const ui: DeepSpaceScopeUI = {
9
+ toolTitle: 'Portata del Telescopio',
10
+ apertureLabel: 'Apertura',
11
+ bortleLabel: 'Cielo (Bortle)',
12
+ limitMagLabel: 'Magnitudine Limite',
13
+ azimuthLabel: 'AZ',
14
+ dragHint: 'Fai clic e trascina per esplorare il cosmo (360°)',
15
+ dragHintMobile: 'Trascina per esplorare a 360°',
16
+ planetLabel: 'Pianeti',
17
+ starLabel: 'Stelle',
18
+ deepSpaceLabel: 'Cielo Profondo',
19
+ magnitudeLabel: 'Magnitudine',
20
+ coordinatesLabel: 'Coordinate',
21
+ closeLabel: 'Chiudi',
22
+ altitudeLabel: 'Altitudine',
23
+ defaultObjDesc: 'Un affascinante oggetto del cielo profondo. Magnitudine',
24
+ bortleClassPrefix: 'Classe',
25
+ deepSpaceObjects: [
26
+ { name: 'Venere', type: 'Planet', mag: -4.5, az: 270, alt: 30, icon: 'mdi:circle', color: '#fef08a', desc: 'Il pianeta più luminoso nel cielo notturno. Visibile anche in pieno giorno.' },
27
+ { name: 'Giove', type: 'Planet', mag: -2.5, az: 180, alt: 40, icon: 'mdi:circle', color: '#fef9c3', desc: 'Il gigante del sistema solare. Le sue quattro lune galileiane sono visibili con un binocolo.' },
28
+ { name: 'Saturno', type: 'Planet', mag: 0.8, az: 220, alt: 35, icon: 'mdi:circle', color: '#fefce8', desc: 'I suoi anelli sono visibili con un telescopio da 60 mm a 50 ingrandimenti.' },
29
+ { name: 'Marte', type: 'Planet', mag: 1.5, az: 150, alt: 25, icon: 'mdi:circle', color: '#f87171', desc: 'Il Pianeta Rosso. Varia dalla magnitudine -2,9 all\'opposizione a +1,8 alla congiunzione.' },
30
+ { name: 'Sirio', type: 'Star', mag: -1.46, az: 145, alt: 50, icon: 'mdi:star-four-points', color: '#bfdbfe', desc: 'La stella più luminosa del cielo notturno. Si trova a soli 8,6 anni luce di distanza.' },
31
+ { name: 'Canopo', type: 'Star', mag: -0.74, az: 200, alt: 20, icon: 'mdi:star-four-points', color: '#fef9c3', desc: 'La seconda stella più luminosa, usata per la navigazione nell\'emisfero australe.' },
32
+ { name: 'Arturo', type: 'Star', mag: -0.05, az: 60, alt: 55, icon: 'mdi:star-four-points', color: '#fdba74', desc: 'Gigante arancione nella costellazione di Boote. A 36 anni luce dalla Terra.' },
33
+ { name: 'Vega', type: 'Star', mag: 0.03, az: 40, alt: 70, icon: 'mdi:star-four-points', color: '#dbeafe', desc: 'Vertice del Triangolo Estivo. La stella di riferimento per la magnitudine 0.' },
34
+ { name: 'M42 Orione', type: 'Nebula', mag: 4.0, az: 140, alt: 45, icon: 'mdi:creation', color: '#a5b4fc', desc: 'La Grande Nebulosa di Orione, a 1344 anni luce. Una nursery per giovani stelle.' },
35
+ { name: 'M45 Pleiadi', type: 'Cluster', mag: 1.6, az: 100, alt: 60, icon: 'mdi:creation', color: '#93c5fd', desc: 'Le Sette Sorelle. A 444 anni luce, il più famoso ammasso aperto del cielo.' },
36
+ { name: 'M31 Andromeda', type: 'Galaxy', mag: 3.4, az: 30, alt: 50, icon: 'mdi:creation', color: '#d8b4fe', desc: 'La più grande galassia vicina. A 2,5 milioni di anni luce, visibile a occhio nudo sotto cieli bui.' },
37
+ { name: 'M13 Ercole', type: 'Cluster', mag: 5.8, az: 80, alt: 65, icon: 'mdi:creation', color: '#fde047', desc: 'Il Grande Ammasso Globulare in Ercole. Contiene 300.000 stelle a 25.100 anni luce.' },
38
+ { name: 'M57 Ring', type: 'Nebula', mag: 8.8, az: 50, alt: 58, icon: 'mdi:creation', color: '#67e8f9', desc: 'Nebulosa planetaria nella Lira. Anello di gas espulso da una nana bianca.' },
39
+ { name: 'M81 Bode', type: 'Galaxy', mag: 6.9, az: 340, alt: 55, icon: 'mdi:creation', color: '#c4b5fd', desc: 'Galassia a spirale nell\'Orsa Maggiore. Interagisce gravitazionalmente con M82.' },
40
+ { name: 'Plutone', type: 'Dwarf Planet', mag: 14.3, az: 195, alt: 22, icon: 'mdi:circle-small', color: '#cbd5e1', desc: 'Il più famoso pianeta nano. Richiede un telescopio da 250 mm o superiore e cieli bui.' },
41
+ ],
42
+ };
43
+
44
+ const faq: DeepSpaceScopeLocaleContent['faq'] = [
45
+ {
46
+ question: 'Cos\'è la magnitudine limite di un telescopio?',
47
+ answer: 'È la magnitudine dell\'oggetto più debole che il telescopio può rilevare in determinate condizioni del cielo. Dipende dal diametro dell\'apertura (più apertura = più luce catturata) e dalla qualità del cielo (Bortle). Un occhio umano in condizioni ottimali raggiunge la magnitudine 6,5; un telescopio da 200 mm può raggiungere la magnitudine 13-14.',
48
+ },
49
+ {
50
+ question: 'In che modo la scala di Bortle influisce su ciò che posso vedere?',
51
+ answer: 'Ogni livello Bortle riduce di circa 0,5 magnitudini ciò che puoi vedere. Un telescopio da 200 mm sotto un cielo Bortle 2 può raggiungere la magnitudine 14,5, ma sotto un cielo Bortle 7 la stessa apertura raggiungerà solo la magnitudine 11-12. Il cielo buio moltiplica la capacità di qualsiasi strumento.',
52
+ },
53
+ {
54
+ question: 'Quali oggetti sono visibili da una città?',
55
+ answer: 'Da un cielo Bortle 7-8 (urbano), con un telescopio da 150 mm puoi vedere i pianeti luminosi in grande dettaglio, la Luna, ammassi aperti luminosi (M45, M44), ammassi globulari (M13) e alcune galassie luminose come M31 e M81, anche se senza troppi dettagli. Le nebulose deboli richiedono cieli più bui o filtri specifici.',
56
+ },
57
+ {
58
+ question: 'Quanta apertura mi serve per vedere i colori nelle nebulose?',
59
+ answer: 'L\'occhio umano perde la sensibilità ai colori con scarsa illuminazione. Per vedere i colori nelle nebulose a emissione come M42, sono necessari almeno 200-250 mm di apertura e un cielo Bortle 3-4. Con meno apertura le nebulose appaiono grigiastre, anche se con l\'astrofotografia persino piccoli telescopi catturano colori spettacolari.',
60
+ },
61
+ ];
62
+
63
+ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
64
+ { name: '1. Imposta l\'apertura', text: 'Sposta il cursore dell\'apertura per simulare il tuo telescopio. La portata va da 50 mm (binocolo) a 400 mm (telescopio avanzato).' },
65
+ { name: '2. Regola la qualità del cielo', text: 'Imposta il livello Bortle del tuo solito punto di osservazione per vedere la magnitudine limite reale.' },
66
+ { name: '3. Esplora la mappa stellare', text: 'Trascina il campo per esplorare l\'intero cielo a 360° e scoprire quali oggetti sono visibili con la tua attrezzatura.' },
67
+ { name: '4. Fai clic sugli oggetti', text: 'Tocca qualsiasi oggetto celeste per vedere le sue informazioni dettagliate: tipo, magnitudine e descrizione.' },
68
+ ];
69
+
70
+ const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
71
+ { name: 'Catalogo Messier completo', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
72
+ { name: 'Stellarium Web - Mappa stellare interattiva', url: 'https://stellarium-web.org/' },
73
+ ];
74
+
75
+ const seo: DeepSpaceScopeLocaleContent['seo'] = [
76
+ {
77
+ type: 'summary',
78
+ title: 'Punti chiave della portata telescopica',
79
+ items: [
80
+ 'L\'apertura è il fattore decisivo: un diametro maggiore significa più luce e una magnitudine limite più alta.',
81
+ 'Un cielo buio (Bortle basso) può far guadagnare 2-3 magnitudini rispetto a un cielo urbano.',
82
+ 'Un telescopio da 200 mm raggiunge la mag 13-14 a Bortle 3, e solo la mag 11 a Bortle 7.',
83
+ 'I pianeti luminosi e la Luna non richiedono un cielo buio: sono visibili dalla città.',
84
+ ],
85
+ },
86
+ { type: 'title', text: 'La fisica dell\'osservazione astronomica: apertura e magnitudine', level: 2 },
87
+ {
88
+ type: 'paragraph',
89
+ html: 'La funzione primaria di un telescopio non è quella di ingrandire l\'immagine, ma di <strong>raccogliere luce</strong>. L\'occhio umano ha una pupilla che si dilata fino a circa 6-7 mm nell\'oscurità completa. Un telescopio da 200 mm ha una superficie di raccolta di 31.416 mm², oltre <strong>800 volte più grande</strong> della pupilla umana, permettendoti di vedere oggetti centinaia di volte più deboli.',
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: 'La formula per il guadagno di magnitudine è: <code>Guadagno = 5 × log₁₀(Apertura_mm / 6)</code>. Per un\'apertura di 200 mm: 5 × log₁₀(200/6) = 5 × 1,52 = 7,6 magnitudini aggiuntive rispetto all\'occhio nudo. Aggiungendo le 6,5 magnitudini visibili a occhio nudo (sotto cielo buio), raggiungiamo una magnitudine limite di 14,1.',
94
+ },
95
+ { type: 'title', text: 'L\'effetto dell\'inquinamento luminoso sulla portata', level: 2 },
96
+ {
97
+ type: 'paragraph',
98
+ html: 'Anche con il telescopio più grande del mondo, non puoi vedere galassie deboli dal centro di una città. La luminosità del fondo del cielo "cancella" il contrasto necessario. La <strong>Scala di Bortle</strong> quantifica questo effetto: ogni livello Bortle aggiuntivo sottrae circa 0,5 magnitudini alla portata del telescopio.',
99
+ },
100
+ {
101
+ type: 'table',
102
+ headers: ['Apertura', 'Bortle 2 (Buio)', 'Bortle 4 (Rurale)', 'Bortle 6 (Suburbano)', 'Bortle 8 (Urbano)'],
103
+ rows: [
104
+ ['70mm', 'Mag 12.0', 'Mag 10.8', 'Mag 9.5', 'Mag 8.3'],
105
+ ['100mm', 'Mag 12.8', 'Mag 11.6', 'Mag 10.3', 'Mag 9.1'],
106
+ ['150mm', 'Mag 13.6', 'Mag 12.4', 'Mag 11.1', 'Mag 9.9'],
107
+ ['200mm', 'Mag 14.2', 'Mag 13.0', 'Mag 11.7', 'Mag 10.5'],
108
+ ['300mm', 'Mag 15.0', 'Mag 13.8', 'Mag 12.5', 'Mag 11.3'],
109
+ ],
110
+ },
111
+ {
112
+ type: 'tip',
113
+ title: 'Il Catalogo Messier: La tua lista di oggetti',
114
+ html: 'Charles Messier compilò il suo famoso catalogo di 110 oggetti nel 1781 per evitare di confonderli con le comete. Oggi è il catalogo di riferimento per gli osservatori visuali. I 110 oggetti Messier (M1-M110) includono nebulose, ammassi e galassie, tutti accessibili con telescopi inferiori a 150 mm da cieli Bortle 4-5.',
115
+ },
116
+ { type: 'title', text: 'Oggetti in primo piano per tipo e difficoltà', level: 2 },
117
+ {
118
+ type: 'paragraph',
119
+ html: 'Per gli osservatori principianti, i <strong>pianeti</strong> sono l\'obiettivo più gratificante: non richiedono cieli bui e offrono dettagli sorprendenti anche con piccoli telescopi (gli anelli di Saturno a 40x, le bande di Giove a 80x, le calotte polari di Marte). <strong>Nebulose</strong> e <strong>galassie</strong> richiedono più apertura e cieli più bui, ma offrono panorami di ineguagliabile bellezza.',
120
+ },
121
+ {
122
+ type: 'stats',
123
+ columns: 2,
124
+ items: [
125
+ { label: 'Occhio Umano (7mm)', value: 'Mag 6.5', icon: 'mdi:eye' },
126
+ { label: 'Rifrattore 70mm', value: 'Mag 12', icon: 'mdi:telescope' },
127
+ { label: 'Dobson 200mm', value: 'Mag 14+', icon: 'mdi:telescope' },
128
+ { label: 'HST Spaziale', value: 'Mag 31', icon: 'mdi:satellite-variant' },
129
+ ],
130
+ },
131
+ ];
132
+
133
+ const faqSchema: WithContext<FAQPage> = {
134
+ '@context': 'https://schema.org',
135
+ '@type': 'FAQPage',
136
+ mainEntity: faq.map((item) => ({
137
+ '@type': 'Question',
138
+ name: item.question,
139
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
140
+ })),
141
+ };
142
+
143
+ const howToSchema: WithContext<HowTo> = {
144
+ '@context': 'https://schema.org',
145
+ '@type': 'HowTo',
146
+ name: title,
147
+ description,
148
+ step: howTo.map((step) => ({
149
+ '@type': 'HowToStep',
150
+ name: step.name,
151
+ text: step.text,
152
+ })),
153
+ };
154
+
155
+ const appSchema: WithContext<SoftwareApplication> = {
156
+ '@context': 'https://schema.org',
157
+ '@type': 'SoftwareApplication',
158
+ name: title,
159
+ description,
160
+ applicationCategory: 'UtilitiesApplication',
161
+ operatingSystem: 'Web',
162
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
163
+ inLanguage: 'it',
164
+ };
165
+
166
+ export const content: DeepSpaceScopeLocaleContent = {
167
+ slug,
168
+ title,
169
+ description,
170
+ ui,
171
+ seo,
172
+ faq,
173
+ faqTitle: 'Domande Frequenti',
174
+ bibliography,
175
+ bibliographyTitle: 'Riferimenti Bibliografici',
176
+ howTo,
177
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
178
+ };
@@ -0,0 +1,178 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
3
+
4
+ const slug = 'telescope-reach';
5
+ const title = '望遠鏡性能(限界等級)計算機';
6
+ const description = 'お持ちの望遠鏡の限界等級を計算し、現在の空の条件でどのようなディープ・スカイ天体(星雲・星団・銀河)が観測可能かをシミュレーションします。';
7
+
8
+ const ui: DeepSpaceScopeUI = {
9
+ toolTitle: '望遠鏡の性能',
10
+ apertureLabel: '有効径(アパーチャ)',
11
+ bortleLabel: '空の暗さ(ボートル)',
12
+ limitMagLabel: '限界等級',
13
+ azimuthLabel: '方位角',
14
+ dragHint: 'クリックしてドラッグし、360度の星空を探索',
15
+ dragHintMobile: 'ドラッグして宇宙を探索(360度)',
16
+ planetLabel: '惑星',
17
+ starLabel: '恒星',
18
+ deepSpaceLabel: 'ディープ・スカイ',
19
+ magnitudeLabel: '等級',
20
+ coordinatesLabel: '座標',
21
+ closeLabel: '閉じる',
22
+ altitudeLabel: '高度',
23
+ defaultObjDesc: '興味深いディープ・スカイ天体。等級:',
24
+ bortleClassPrefix: 'クラス',
25
+ deepSpaceObjects: [
26
+ { name: '金星', type: 'Planet', mag: -4.5, az: 270, alt: 30, icon: 'mdi:circle', color: '#fef08a', desc: '夜空で最も明るい惑星。真っ昼間でも位置が分かれば見えることがあります。' },
27
+ { name: '木星', type: 'Planet', mag: -2.5, az: 180, alt: 40, icon: 'mdi:circle', color: '#fef9c3', desc: '太陽系最大の惑星。双眼鏡があれば4つのガリレオ衛星を確認できます。' },
28
+ { name: '土星', type: 'Planet', mag: 0.8, az: 220, alt: 35, icon: 'mdi:circle', color: '#fefce8', desc: '60mmクラスの望遠鏡があれば、50倍程度の倍率で美しい環が見えます。' },
29
+ { name: '火星', type: 'Planet', mag: 1.5, az: 150, alt: 25, icon: 'mdi:circle', color: '#f87171', desc: '赤い惑星。接近時には-2.9等級まで明るくなりますが、遠ざかると+1.8等級程度になります。' },
30
+ { name: 'シリウス', type: 'Star', mag: -1.46, az: 145, alt: 50, icon: 'mdi:star-four-points', color: '#bfdbfe', desc: '全天で最も明るい恒星。距離はわずか8.6光年です。' },
31
+ { name: 'カノープス', type: 'Star', mag: -0.74, az: 200, alt: 20, icon: 'mdi:star-four-points', color: '#fef9c3', desc: '全天で2番目に明るい星。南半球では古くから航海の目印にされました。' },
32
+ { name: 'アルクトゥルス', type: 'Star', mag: -0.05, az: 60, alt: 55, icon: 'mdi:star-four-points', color: '#fdba74', desc: 'うしかい座のオレンジ色の巨星。地球から36光年の距離にあります。' },
33
+ { name: 'ベガ', type: 'Star', mag: 0.03, az: 40, alt: 70, icon: 'mdi:star-four-points', color: '#dbeafe', desc: '夏の大三角の一つ。0等級の基準となる星です。' },
34
+ { name: 'M42 オリオン大星雲', type: 'Nebula', mag: 4.0, az: 140, alt: 45, icon: 'mdi:creation', color: '#a5b4fc', desc: '1344光年先にある巨大な星形成領域。若い星たちのゆりかごです。' },
35
+ { name: 'M45 プレアデス星団', type: 'Cluster', mag: 1.6, az: 100, alt: 60, icon: 'mdi:creation', color: '#93c5fd', desc: '「すばる」として知られる散開星団。約444光年の距離にあり、肉眼でも美しい。' },
36
+ { name: 'M31 アンドロメダ銀河', type: 'Galaxy', mag: 3.4, az: 30, alt: 50, icon: 'mdi:creation', color: '#d8b4fe', desc: '地球に最も近い大型銀河。250万光年離れていますが、暗い場所では肉眼で見えます。' },
37
+ { name: 'M13 ヘルクレス座球状星団', type: 'Cluster', mag: 5.8, az: 80, alt: 65, icon: 'mdi:creation', color: '#fde047', desc: '北天最大の球状星団。約2万5100光年先に30万個の星が密集しています。' },
38
+ { name: 'M57 環状星雲', type: 'Nebula', mag: 8.8, az: 50, alt: 58, icon: 'mdi:creation', color: '#67e8f9', desc: 'こと座にある惑星状星雲。寿命を迎えた星が放出したガスの輪です。' },
39
+ { name: 'M81 ボーデ銀河', type: 'Galaxy', mag: 6.9, az: 340, alt: 55, icon: 'mdi:creation', color: '#c4b5fd', desc: 'おおぐま座にある渦巻銀河。隣のM82と重力的に相互作用しています。' },
40
+ { name: '冥王星', type: 'Dwarf Planet', mag: 14.3, az: 195, alt: 22, icon: 'mdi:circle-small', color: '#cbd5e1', desc: '最も有名な準惑星。観測には25cm以上の望遠鏡と極めて暗い空が必要です。' },
41
+ ],
42
+ };
43
+
44
+ const faq: DeepSpaceScopeLocaleContent['faq'] = [
45
+ {
46
+ question: '望遠鏡の限界等級とは何ですか?',
47
+ answer: 'その望遠鏡で、特定の空の条件下において検出できる最も暗い天体の等級のことです。有効径(口径)が大きいほど多くの光を集められるため限界等級は上がりますが、周囲の明るさ(ボートル・スケール)によっても大きく左右されます。肉眼では最高条件で6.5等まで、200mmの望遠鏡なら13〜14等まで見ることが可能です。',
48
+ },
49
+ {
50
+ question: '空の明るさ(ボートル・スケール)は観測にどう影響しますか?',
51
+ answer: 'ボートル・スケールが1段階上がるごとに、見える星の限界は約0.5等級ずつ暗くなります(性能が落ちます)。200mmの望遠鏡でも、最高に暗い「ボートル2」なら14.5等まで見えますが、都市部の「ボートル7」では11〜12等までしか見えません。暗い空はどんな高級な機材よりも性能を引き出します。',
52
+ },
53
+ {
54
+ question: '都会からでも見える天体はありますか?',
55
+ answer: 'ボートル7〜8レベルの都市部でも、150mm程度の望遠鏡があれば、明るい惑星の細部や月、明るい散開星団(すばるなど)、球状星団(M13)、アンドロメダ銀河(中心部のみ)などは観測可能です。淡い星雲などは、都会ではフィルターの使用や暗い場所への移動が必要です。',
56
+ },
57
+ {
58
+ question: '星雲の色を見るにはどのくらいの口径が必要ですか?',
59
+ answer: '人間の目は暗い光に対して色の感度が著しく低下します。オリオン大星雲(M42)などでわずかに色を感じるためには、少なくとも200〜250mm以上の口径と、ボートル3〜4程度の暗い空が必要です。それ以下の条件ではグレーの霧のように見えますが、写真撮影(天体写真)なら小型の望遠鏡でも鮮やかな色彩を捉えられます。',
60
+ },
61
+ ];
62
+
63
+ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
64
+ { name: '1. 口径を設定する', text: '有効径スライダーを動かして、お使いの望遠鏡(50mm〜400mm)に合わせます。' },
65
+ { name: '2. 空の条件を調整する', text: '普段観測している場所のボートル・スケールを設定し、実際の限界等級を確認します。' },
66
+ { name: '3. 星図を探索する', text: '画面をドラッグして360度の空を眺め、お使いの装備で見える天体を探してみましょう。' },
67
+ { name: '4. 天体をクリックする', text: '気になる天体をタップすると、その種類や等級、詳しい解説が表示されます。' },
68
+ ];
69
+
70
+ const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
71
+ { name: 'メシエカタログ(全110天体解説)', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
72
+ { name: 'Stellarium Web - オンライン星図', url: 'https://stellarium-web.org/' },
73
+ ];
74
+
75
+ const seo: DeepSpaceScopeLocaleContent['seo'] = [
76
+ {
77
+ type: 'summary',
78
+ title: '望遠鏡の到達性能のポイント',
79
+ items: [
80
+ '有効径(口径)が最大の決定要因:大きいほど光を集め、より暗い星が見えるようになります。',
81
+ '暗い空(低ボートル)は、都会の空に比べて限界等級を2〜3等級も押し上げます。',
82
+ '200mmの望遠鏡は、ボートル3なら14等近くまで達しますが、ボートル7では11等程度に制限されます。',
83
+ '月や明るい惑星は空の明るさに強く、都会からでも十分に楽しめます。',
84
+ ],
85
+ },
86
+ { type: 'title', text: '天体観測の物理学:口径と等級', level: 2 },
87
+ {
88
+ type: 'paragraph',
89
+ html: '望遠鏡の最も重要な役割は、倍率を上げることではなく、<strong>光を集めること(集光力)</strong>にあります。人間の瞳孔は暗闇で最大約7mmまで開きます。対して200mmの望遠鏡は、面積にして人間の瞳の<strong>800倍以上</strong>の光を集めることができ、その分だけ遥かに淡い天体を捉えることができます。',
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: '等級の利得(ゲイン)は、<code>利得 = 5 × log₁₀(口径mm / 6)</code> という式で計算されます。200mmの場合、肉眼よりも約7.6等級分、暗い星が見えるようになります。最高の空条件での肉眼限界(6.5等)を加えると、理論上の限界は14.1等に達します。',
94
+ },
95
+ { type: 'title', text: '光害が及ぼす性能への影響', level: 2 },
96
+ {
97
+ type: 'paragraph',
98
+ html: 'たとえ世界最大の望遠鏡であっても、都会の中心部から淡い銀河を見ることは困難です。空の背景光が、対象天体とのコントラストを消し去ってしまうためです。<strong>ボートル・スケール</strong>はこれを数値化したもので、スケールが1上がるごと(空が明るくなるごと)に、望遠鏡の届く限界は約0.5等級ずつ損なわれます。',
99
+ },
100
+ {
101
+ type: 'table',
102
+ headers: ['口径', 'ボートル2 (理想的)', 'ボートル4 (郊外)', 'ボートル6 (住宅街)', 'ボートル8 (都会)'],
103
+ rows: [
104
+ ['70mm', '12.0等', '10.8等', '9.5等', '8.3等'],
105
+ ['100mm', '12.8等', '11.6等', '10.3等', '9.1等'],
106
+ ['150mm', '13.6等', '12.4等', '11.1等', '9.9等'],
107
+ ['200mm', '14.2等', '13.0等', '11.7等', '10.5等'],
108
+ ['300mm', '15.0等', '13.8等', '12.5等', '11.3等'],
109
+ ],
110
+ },
111
+ {
112
+ type: 'tip',
113
+ title: 'メシエカタログ:観測のターゲットリスト',
114
+ html: 'シャルル・メシエは1781年、彗星と紛らわしい天体を整理するために110個のリストを作成しました。これが現在も天体観測の基準となっている「メシエカタログ」です。これらに含まれる星雲や星団の多くは、ボートル4〜5程度の空の下であれば、150mm以下の望遠鏡で十分に楽しむことができます。',
115
+ },
116
+ { type: 'title', text: '種類別・難易度別の注目天体', level: 2 },
117
+ {
118
+ type: 'paragraph',
119
+ html: '初心者にとって最も感動的なターゲットは<strong>惑星</strong>です。空が暗くなくても、小型の望遠鏡で驚くほどの細部(土星の環、木星の縞模様、火星の極冠など)を見せてくれます。一方で<strong>星雲</strong>や<strong>銀河</strong>は口径と暗い空を必要としますが、それをクリアしたとき、宇宙の深淵を感じさせる比類なき美しさを提供してくれます。',
120
+ },
121
+ {
122
+ type: 'stats',
123
+ columns: 2,
124
+ items: [
125
+ { label: '肉眼(瞳孔7mm)', value: '約6.5等', icon: 'mdi:eye' },
126
+ { label: '70mm屈折望遠鏡', value: '約12.0等', icon: 'mdi:telescope' },
127
+ { label: '200mmドブソニアン', value: '14等以上', icon: 'mdi:telescope' },
128
+ { label: 'ハッブル宇宙望遠鏡', value: '約31等', icon: 'mdi:satellite-variant' },
129
+ ],
130
+ },
131
+ ];
132
+
133
+ const faqSchema: WithContext<FAQPage> = {
134
+ '@context': 'https://schema.org',
135
+ '@type': 'FAQPage',
136
+ mainEntity: faq.map((item) => ({
137
+ '@type': 'Question',
138
+ name: item.question,
139
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
140
+ })),
141
+ };
142
+
143
+ const howToSchema: WithContext<HowTo> = {
144
+ '@context': 'https://schema.org',
145
+ '@type': 'HowTo',
146
+ name: title,
147
+ description,
148
+ step: howTo.map((step) => ({
149
+ '@type': 'HowToStep',
150
+ name: step.name,
151
+ text: step.text,
152
+ })),
153
+ };
154
+
155
+ const appSchema: WithContext<SoftwareApplication> = {
156
+ '@context': 'https://schema.org',
157
+ '@type': 'SoftwareApplication',
158
+ name: title,
159
+ description,
160
+ applicationCategory: 'UtilitiesApplication',
161
+ operatingSystem: 'Web',
162
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
163
+ inLanguage: 'ja',
164
+ };
165
+
166
+ export const content: DeepSpaceScopeLocaleContent = {
167
+ slug,
168
+ title,
169
+ description,
170
+ ui,
171
+ seo,
172
+ faq,
173
+ faqTitle: 'よくある質問 (FAQ)',
174
+ bibliography,
175
+ bibliographyTitle: '参考文献',
176
+ howTo,
177
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
178
+ };
@@ -0,0 +1,178 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
3
+
4
+ const slug = 'telescope-reach';
5
+ const title = '망원경 관측 한계 성능 계산기';
6
+ const description = '망원경의 한계 등급을 계산하고, 현재 하늘 조건에서 어떤 딥스카이 천체들을 관측할 수 있는지 시뮬레이션해 보세요.';
7
+
8
+ const ui: DeepSpaceScopeUI = {
9
+ toolTitle: '망원경 관측 한계',
10
+ apertureLabel: '구경',
11
+ bortleLabel: '하늘 상태 (보틀)',
12
+ limitMagLabel: '한계 등급',
13
+ azimuthLabel: '방위',
14
+ dragHint: '클릭하고 드래그하여 우주를 탐험하세요 (360°)',
15
+ dragHintMobile: '드래그하여 360° 탐험',
16
+ planetLabel: '행성',
17
+ starLabel: '별',
18
+ deepSpaceLabel: '딥스카이',
19
+ magnitudeLabel: '등급',
20
+ coordinatesLabel: '좌표',
21
+ closeLabel: '닫기',
22
+ altitudeLabel: '고도',
23
+ defaultObjDesc: '매혹적인 딥스카이 천체. 등급',
24
+ bortleClassPrefix: '등급',
25
+ deepSpaceObjects: [
26
+ { name: '금성', type: 'Planet', mag: -4.5, az: 270, alt: 30, icon: 'mdi:circle', color: '#fef08a', desc: '밤하늘에서 가장 밝은 행성. 대낮에도 관측이 가능할 정도로 밝습니다.' },
27
+ { name: '목성', type: 'Planet', mag: -2.5, az: 180, alt: 40, icon: 'mdi:circle', color: '#fef9c3', desc: '태양계의 거인. 쌍안경으로도 4대 갈릴레이 위성을 볼 수 있습니다.' },
28
+ { name: '토성', type: 'Planet', mag: 0.8, az: 220, alt: 35, icon: 'mdi:circle', color: '#fefce8', desc: '60mm급 망원경과 50배율 이상의 성능으로 아름다운 고리를 볼 수 있습니다.' },
29
+ { name: '화성', type: 'Planet', mag: 1.5, az: 150, alt: 25, icon: 'mdi:circle', color: '#f87171', desc: '붉은 행성. 충일 때는 -2.9등급까지 밝아지며, 합 근처에서는 +1.8등급까지 어두워집니다.' },
30
+ { name: '시리우스', type: 'Star', mag: -1.46, az: 145, alt: 50, icon: 'mdi:star-four-points', color: '#bfdbfe', desc: '밤하늘에서 가장 밝은 항성. 지구로부터 8.6광년 떨어져 있습니다.' },
31
+ { name: '카노푸스', type: 'Star', mag: -0.74, az: 200, alt: 20, icon: 'mdi:star-four-points', color: '#fef9c3', desc: '전천에서 두 번째로 밝은 별로, 남반구에서 항해용 지표로 쓰입니다.' },
32
+ { name: '아르크투루스', type: 'Star', mag: -0.05, az: 60, alt: 55, icon: 'mdi:star-four-points', color: '#fdba74', desc: '목동자리의 오렌지색 거성. 지구에서 36광년 거리에 있습니다.' },
33
+ { name: '베가', type: 'Star', mag: 0.03, az: 40, alt: 70, icon: 'mdi:star-four-points', color: '#dbeafe', desc: '여름의 대삼각형 중 하나. 0등급을 결정하는 기준 항성입니다.' },
34
+ { name: 'M42 오리온 대성운', type: 'Nebula', mag: 4.0, az: 140, alt: 45, icon: 'mdi:creation', color: '#a5b4fc', desc: '1344광년 거리의 대성운. 새로운 별들이 태어나는 거대한 요람입니다.' },
35
+ { name: 'M45 플레이아데스', type: 'Cluster', mag: 1.6, az: 100, alt: 60, icon: 'mdi:creation', color: '#93c5fd', desc: '칠요성(좀생이별). 444광년 거리에 위치한 밤하늘에서 가장 유명한 산개성단입니다.' },
36
+ { name: 'M31 안드로메다', type: 'Galaxy', mag: 3.4, az: 30, alt: 50, icon: 'mdi:creation', color: '#d8b4fe', desc: '우리 은하에서 가장 가까운 대형 은하. 250만 광년 떨어져 있으며 어두운 곳에서는 맨눈으로 보입니다.' },
37
+ { name: 'M13 헤라클레스', type: 'Cluster', mag: 5.8, az: 80, alt: 65, icon: 'mdi:creation', color: '#fde047', desc: '헤라클레스자리의 대구상성단. 2만 5100광년 거리에 30만 개의 별이 모여 있습니다.' },
38
+ { name: 'M57 고리 성운', type: 'Nebula', mag: 8.8, az: 50, alt: 58, icon: 'mdi:creation', color: '#67e8f9', desc: '거문고자리의 행성상 성운. 백색 왜성이 방출한 가스 고리 형태입니다.' },
39
+ { name: 'M81 보데 은하', type: 'Galaxy', mag: 6.9, az: 340, alt: 55, icon: 'mdi:creation', color: '#c4b5fd', desc: '큰곰자리의 나선 은하. 이웃한 M82 은하와 중력적으로 상호작용하고 있습니다.' },
40
+ { name: '명왕성', type: 'Dwarf Planet', mag: 14.3, az: 195, alt: 22, icon: 'mdi:circle-small', color: '#cbd5e1', desc: '가장 유명한 왜소행성. 관측하시려면 250mm 이상의 망원경과 매우 어두운 하늘이 필요합니다.' },
41
+ ],
42
+ };
43
+
44
+ const faq: DeepSpaceScopeLocaleContent['faq'] = [
45
+ {
46
+ question: '망원경의 한계 등급이란 무엇인가요?',
47
+ answer: '특정 하늘 조건에서 망원경이 포착할 수 있는 가장 어두운 천체의 등급을 말합니다. 이는 구경의 크기(구경이 클수록 더 많은 빛을 모음)와 하늘의 질(보틀 지수)에 따라 결정됩니다. 시력이 좋은 사람이 최상의 조건에서 맨눈으로 볼 수 있는 등급은 6.5등이며, 200mm 망원경은 13~14등급까지 볼 수 있습니다.',
48
+ },
49
+ {
50
+ question: '보틀 지수가 관측에 어떤 영향을 주나요?',
51
+ answer: '보틀 수치가 1단계 올라갈 때마다 볼 수 있는 한계가 약 0.5등급씩 어두워집니다(성능이 저하됩니다). 200mm 망원경도 보틀 2등급의 어두운 하늘에서는 14.5등급까지 보이지만, 보틀 7등급의 도심지에서는 11~12등급 정도만 보입니다. 어두운 하늘은 모든 장비의 성능을 몇 배로 끌어올립니다.',
52
+ },
53
+ {
54
+ question: '도시에서도 볼 수 있는 천체는 무엇인가요?',
55
+ answer: '보틀 7~8등급의 도심지에서도 150mm 망원경이 있다면 밝은 행성들을 매우 상세하게 볼 수 있으며, 달, 밝은 산개성단(M45, M44), 구상성단(M13), 그리고 안드로메다 은하(M31)나 보데 은하(M81) 같은 밝은 은하들을 (디테일은 부족하지만) 관측할 수 있습니다. 희미한 성운은 더 어두운 하늘이나 전용 필터가 필요합니다.',
56
+ },
57
+ {
58
+ question: '성운의 색상을 보려면 어느 정도 구경이 필요한가요?',
59
+ answer: '사람의 눈은 빛이 적을 때 색상 감지 능력이 떨어집니다. M42와 같은 방출 성운에서 색을 느끼려면 최소 200~250mm 이상의 구경과 보틀 3~4등급 정도의 어두운 하늘이 필요합니다. 구경이 작으면 성운이 회색빛 안개처럼 보이지만, 천체 사진 촬영을 통하면 작은 망원경으로도 화려한 색상을 담을 수 있습니다.',
60
+ },
61
+ ];
62
+
63
+ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
64
+ { name: '1. 구경 설정하기', text: '구경 슬라이더를 조절하여 사용하시는 망원경(50mm 쌍안경부터 400mm 고급 망원경까지)을 선택하세요.' },
65
+ { name: '2. 하늘 조건 조정하기', text: '평소 관측하시는 장소의 보틀 등급을 설정하여 실제 한계 등급을 확인하세요.' },
66
+ { name: '3. 성도 탐험하기', text: '화면을 드래그하여 전천 360°를 탐색하고, 현재 장비로 어떤 천체들이 보이는지 찾아보세요.' },
67
+ { name: '4. 천체 클릭하기', text: '하늘의 천체를 탭하면 종류, 등급, 상세 설명 등 자세한 정보를 볼 수 있습니다.' },
68
+ ];
69
+
70
+ const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
71
+ { name: '메시에 목록 (전체 110개 천체)', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
72
+ { name: 'Stellarium Web - 대화형 성도', url: 'https://stellarium-web.org/' },
73
+ ];
74
+
75
+ const seo: DeepSpaceScopeLocaleContent['seo'] = [
76
+ {
77
+ type: 'summary',
78
+ title: '망원경 관측 한계 성능의 핵심',
79
+ items: [
80
+ '구경이 가장 결정적인 요소입니다. 구경이 클수록 더 많은 빛을 모아 한계 등급이 높아집니다.',
81
+ '어두운 하늘(낮은 보틀 지수)은 도심 하늘에 비해 2~3등급의 성능 이득을 줍니다.',
82
+ '200mm 망원경은 보틀 3급에서 13~14등까지 도달하지만, 보틀 7급에서는 11등에 그칩니다.',
83
+ '밝은 행성과 달은 어두운 하늘이 필수적이지 않아 도시에서도 관측 가능합니다.',
84
+ ],
85
+ },
86
+ { type: 'title', text: '천문 관측의 물리학: 구경과 등급', level: 2 },
87
+ {
88
+ type: 'paragraph',
89
+ html: '망원경의 주된 기능은 이미지를 크게 키우는 것이 아니라, <strong>빛을 모으는 것(집광력)</strong>입니다. 사람의 눈은 완전한 어둠 속에서 동공이 약 6~7mm까지 확장됩니다. 200mm 망원경의 집광 면적은 31,416mm²로, 인간 동공보다 <strong>800배 이상 크기</strong> 때문에 수백 배 더 흐린 천체들을 볼 수 있게 해줍니다.',
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: '등급 이득 공식은 다음과 같습니다: <code>Gain = 5 × log₁₀(구경mm / 6)</code>. 200mm 구경의 경우: 5 × log₁₀(200/6) = 7.6등급을 맨눈보다 더 깊게 볼 수 있습니다. 어두운 하늘 아래 맨눈으로 보이는 6.5등급을 더하면 이론상 한계 등급인 14.1등급에 도달합니다.',
94
+ },
95
+ { type: 'title', text: '빛 공해가 관측 성능에 미치는 영향', level: 2 },
96
+ {
97
+ type: 'paragraph',
98
+ html: '세계에서 가장 큰 망원경을 가져와도 도심 한복판에서는 희미한 은하를 볼 수 없습니다. 밤하늘 배경의 밝기가 필요한 대비(콘트라스트)를 „지워버리기“ 때문입니다. <strong>보틀 척도</strong>는 이 효과를 수치화한 것으로, 보틀 지수가 1단계씩 올라갈 때마다 망원경의 관측 한계가 약 0.5등급씩 줄어듭니다.',
99
+ },
100
+ {
101
+ type: 'table',
102
+ headers: ['구경', '보틀 2 (매우 어둠)', '보틀 4 (시골)', '보틀 6 (교외)', '보틀 8 (도시)'],
103
+ rows: [
104
+ ['70mm', '12.0등', '10.8등', '9.5등', '8.3등'],
105
+ ['100mm', '12.8등', '11.6등', '10.3등', '9.1등'],
106
+ ['150mm', '13.6등', '12.4등', '11.1등', '9.9등'],
107
+ ['200mm', '14.2등', '13.0등', '11.7등', '10.5등'],
108
+ ['300mm', '15.0등', '13.8등', '12.5등', '11.3등'],
109
+ ],
110
+ },
111
+ {
112
+ type: 'tip',
113
+ title: '메시에 목록: 관측 대상 리스트',
114
+ html: '샤를 메시에는 1781년, 혜성과 헷갈릴 수 있는 110개의 천체를 정리하여 목록을 만들었습니다. 오늘날 이는 안시 관측자들의 필수 지침서가 되었습니다. 성운, 성단, 은하를 포함한 110개의 메시에 천체(M1-M110)들은 보틀 4~5급의 하늘에서 150mm 미만의 망원경으로도 모두 관측할 수 있습니다.',
115
+ },
116
+ { type: 'title', text: '종류별 및 난이도별 주요 천체', level: 2 },
117
+ {
118
+ type: 'paragraph',
119
+ html: '초보 관측자에게 가장 보람찬 대상은 <strong>행성</strong>입니다. 어두운 하늘이 필요치 않으며 소형 망원경으로도 토성의 고리(40배), 목성의 줄무늬(80배), 화성의 극관 등을 볼 수 있습니다. <strong>성운</strong>과 <strong>은하</strong>는 더 큰 구경과 어두운 하늘을 필요로 하지만, 이를 통과하면 형언할 수 없는 우주의 신비를 선사합니다.',
120
+ },
121
+ {
122
+ type: 'stats',
123
+ columns: 2,
124
+ items: [
125
+ { label: '인간의 눈 (7mm)', value: '약 6.5등', icon: 'mdi:eye' },
126
+ { label: '70mm 굴절 망원경', value: '약 12.0등', icon: 'mdi:telescope' },
127
+ { label: '200mm 돕소니언', value: '14등 이상', icon: 'mdi:telescope' },
128
+ { label: 'HST 우주 망원경', value: '약 31등', icon: 'mdi:satellite-variant' },
129
+ ],
130
+ },
131
+ ];
132
+
133
+ const faqSchema: WithContext<FAQPage> = {
134
+ '@context': 'https://schema.org',
135
+ '@type': 'FAQPage',
136
+ mainEntity: faq.map((item) => ({
137
+ '@type': 'Question',
138
+ name: item.question,
139
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
140
+ })),
141
+ };
142
+
143
+ const howToSchema: WithContext<HowTo> = {
144
+ '@context': 'https://schema.org',
145
+ '@type': 'HowTo',
146
+ name: title,
147
+ description,
148
+ step: howTo.map((step) => ({
149
+ '@type': 'HowToStep',
150
+ name: step.name,
151
+ text: step.text,
152
+ })),
153
+ };
154
+
155
+ const appSchema: WithContext<SoftwareApplication> = {
156
+ '@context': 'https://schema.org',
157
+ '@type': 'SoftwareApplication',
158
+ name: title,
159
+ description,
160
+ applicationCategory: 'UtilitiesApplication',
161
+ operatingSystem: 'Web',
162
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
163
+ inLanguage: 'ko',
164
+ };
165
+
166
+ export const content: DeepSpaceScopeLocaleContent = {
167
+ slug,
168
+ title,
169
+ description,
170
+ ui,
171
+ seo,
172
+ faq,
173
+ faqTitle: '자주 묻는 질문 (FAQ)',
174
+ bibliography,
175
+ bibliographyTitle: '참고 문헌',
176
+ howTo,
177
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
178
+ };