@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.
- package/package.json +59 -58
- package/src/category/i18n/de.ts +57 -0
- package/src/category/i18n/id.ts +57 -0
- package/src/category/i18n/it.ts +57 -0
- package/src/category/i18n/ja.ts +57 -0
- package/src/category/i18n/ko.ts +57 -0
- package/src/category/i18n/nl.ts +57 -0
- package/src/category/i18n/pl.ts +57 -0
- package/src/category/i18n/pt.ts +57 -0
- package/src/category/i18n/ru.ts +57 -0
- package/src/category/i18n/sv.ts +57 -0
- package/src/category/i18n/tr.ts +57 -0
- package/src/category/i18n/zh.ts +57 -0
- package/src/category/index.ts +13 -1
- package/src/tests/faq_count.test.ts +9 -14
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +42 -0
- package/src/tests/no_h1_in_components.test.ts +48 -0
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/seo_length.test.ts +3 -38
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tests/tool_validation.test.ts +5 -5
- package/src/tool/bortleVisualizer/component.astro +11 -4
- package/src/tool/bortleVisualizer/i18n/de.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/en.ts +14 -0
- package/src/tool/bortleVisualizer/i18n/es.ts +14 -0
- package/src/tool/bortleVisualizer/i18n/fr.ts +13 -0
- package/src/tool/bortleVisualizer/i18n/id.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/it.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/ja.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/ko.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/nl.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/pl.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/pt.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/ru.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/sv.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/tr.ts +167 -0
- package/src/tool/bortleVisualizer/i18n/zh.ts +167 -0
- package/src/tool/bortleVisualizer/index.ts +32 -8
- package/src/tool/deepSpaceScope/component.astro +26 -18
- package/src/tool/deepSpaceScope/i18n/de.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/en.ts +21 -0
- package/src/tool/deepSpaceScope/i18n/es.ts +21 -0
- package/src/tool/deepSpaceScope/i18n/fr.ts +21 -0
- package/src/tool/deepSpaceScope/i18n/id.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/it.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/ja.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/ko.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/nl.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/pl.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/pt.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/ru.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/sv.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/tr.ts +178 -0
- package/src/tool/deepSpaceScope/i18n/zh.ts +178 -0
- package/src/tool/deepSpaceScope/index.ts +32 -8
- package/src/tool/deepSpaceScope/logic.ts +1 -17
- package/src/tool/starExposureCalculator/component.astro +8 -2
- package/src/tool/starExposureCalculator/i18n/de.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/id.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/it.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/ja.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/ko.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/nl.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/pl.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/pt.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/ru.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/sv.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/tr.ts +163 -0
- package/src/tool/starExposureCalculator/i18n/zh.ts +163 -0
- package/src/tool/starExposureCalculator/index.ts +15 -7
- package/src/tool/telescopeResolution/component.astro +26 -26
- package/src/tool/telescopeResolution/i18n/de.ts +176 -0
- package/src/tool/telescopeResolution/i18n/en.ts +10 -2
- package/src/tool/telescopeResolution/i18n/es.ts +8 -0
- package/src/tool/telescopeResolution/i18n/fr.ts +9 -1
- package/src/tool/telescopeResolution/i18n/id.ts +176 -0
- package/src/tool/telescopeResolution/i18n/it.ts +176 -0
- package/src/tool/telescopeResolution/i18n/ja.ts +176 -0
- package/src/tool/telescopeResolution/i18n/ko.ts +176 -0
- package/src/tool/telescopeResolution/i18n/nl.ts +176 -0
- package/src/tool/telescopeResolution/i18n/pl.ts +176 -0
- package/src/tool/telescopeResolution/i18n/pt.ts +176 -0
- package/src/tool/telescopeResolution/i18n/ru.ts +176 -0
- package/src/tool/telescopeResolution/i18n/sv.ts +176 -0
- package/src/tool/telescopeResolution/i18n/tr.ts +176 -0
- package/src/tool/telescopeResolution/i18n/zh.ts +176 -0
- package/src/tool/telescopeResolution/index.ts +17 -8
- package/src/types.ts +6 -4
|
@@ -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 = 'telescope-resolution-calculator';
|
|
5
|
+
const title = '望遠鏡の分解能計算機(ドーズの限界)';
|
|
6
|
+
const description = 'ドーズの限界(Dawes Limit)とレイリーの判断基準を用いて、望遠鏡の分解能を計算します。最大有効倍率や、大気の安定度(シーイング)による影響も確認できます。';
|
|
7
|
+
|
|
8
|
+
const ui: TelescopeResolutionUI = {
|
|
9
|
+
toolTitle: '望遠鏡の分解能',
|
|
10
|
+
apertureLabel: '有効径(アパーチャ)',
|
|
11
|
+
unitLabel: '単位',
|
|
12
|
+
mmUnit: 'ミリメートル (mm)',
|
|
13
|
+
inUnit: 'インチ (in)',
|
|
14
|
+
presetsLabel: '一般的なモデル',
|
|
15
|
+
presetsPlaceholder: '-- モデルを選択 --',
|
|
16
|
+
seeingLabel: '大気の安定度(シーイング)',
|
|
17
|
+
dawesLabel: '有効分解能(ドーズ)',
|
|
18
|
+
arcsecUnit: '秒',
|
|
19
|
+
rayleighLabel: 'レイリーの限界',
|
|
20
|
+
maxMagLabel: '最高有効倍率',
|
|
21
|
+
seeingAlertPrefix: '大気の制限:今日のシーイングでは',
|
|
22
|
+
seeingAlertSuffix: '望遠鏡の本来の性能をフルに発揮することができません',
|
|
23
|
+
simLabel: 'シミュレーション:二重星',
|
|
24
|
+
simExplanation: 'ドーズは点像の星を分離します。レイリーは惑星の細部を定義します。',
|
|
25
|
+
presets: [
|
|
26
|
+
{ value: '70', label: '70mm (初心者向け屈折)' },
|
|
27
|
+
{ value: '114', label: '114mm (4.5インチ) ニュートン反射' },
|
|
28
|
+
{ value: '150', label: '150mm (6インチ) ドブソニアン' },
|
|
29
|
+
{ value: '200', label: '200mm (8インチ) ドブソニアン' },
|
|
30
|
+
{ value: '254', label: '254mm (10インチ) ドブソニアン' },
|
|
31
|
+
{ value: '304', label: '304mm (12インチ) プロ仕様' },
|
|
32
|
+
],
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
const faq: TelescopeResolutionLocaleContent['faq'] = [
|
|
36
|
+
{
|
|
37
|
+
question: 'ドーズの限界(Dawes Limit)とは何ですか?',
|
|
38
|
+
answer: 'ドーズの限界は、望遠鏡の角分解能を示す経験的な基準で、116 ÷ 有効径(mm)という式で計算されます。これは、熟練した観測者が似た明るさの2つの星を別々の点として識別できる最小の角距離(秒)を表します。19世紀のイギリスの天文学者ウィリアム・ドーズによって提唱されました。',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: 'ドーズの限界とレイリーの判断基準の違いは何ですか?',
|
|
42
|
+
answer: 'ドーズの限界(116/D)は二重星の観測に基づいた実用的な数値です。一方、レイリーの判断基準(138/D)は光の回折という物理現象に基づいた理論値です。レイリーの方がより厳格で、惑星の表面模様(木星の縞模様や月面のクレーター)などの解像度を測るのに適しています。',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
question: 'シーイング(Seeing)とは何ですか?どのように影響しますか?',
|
|
46
|
+
answer: 'シーイングは大気の乱れ(ゆらぎ)のことです。平均的な夜では、シーイングによって分解能が1〜2秒程度に制限されます。つまり、口径115mmを超える大きな望遠鏡であっても、多くの場合この大気の制限以上に細部を見ることは困難です。極めて良好なシーイング(0.5秒以下)は稀で、高い標高や熱変化の少ない場所で起こります。',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
question: '望遠鏡の最高倍率はどのくらいですか?',
|
|
50
|
+
answer: '「口径(mm)の2倍」が目安です(インチ表記なら50倍)。例えば150mmの望遠鏡なら300倍が限界です。これを超えると像は大きくなりますが、細部は増えず、単に暗くぼやけた像になります。また、通常のシーイングでは100〜150倍程度に制限されることも多いです。',
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
|
|
54
|
+
const howTo: TelescopeResolutionLocaleContent['howTo'] = [
|
|
55
|
+
{ name: '1. 口径を入力する', text: 'お使いの望遠鏡の主鏡または対物レンズの直径を入力します。一般的なモデルから選択することも可能です。' },
|
|
56
|
+
{ name: '2. シーイングを調整する', text: 'シーイングのスライダーを動かして、観測当夜の大気の乱れをシミュレートします。' },
|
|
57
|
+
{ name: '3. 結果を確認する', text: 'ドーズとレイリーの限界値(秒)を確認します。数値が小さいほど、より高い分解能を持っていることを示します。' },
|
|
58
|
+
{ name: '4. 大気の制限を確認する', text: '「大気の制限」という警告が表示された場合、その夜はシーイングが望遠鏡の性能を上回って制限しています。' },
|
|
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 - シーイング尺度', url: 'https://www.britastro.org/' },
|
|
64
|
+
{ name: 'シーイング(Wikipedia)', url: 'https://ja.wikipedia.org/wiki/%E3%82%B7%E3%83%BC%E3%82%A4%E3%83%B3%E3%82%B0' },
|
|
65
|
+
];
|
|
66
|
+
|
|
67
|
+
const seo: TelescopeResolutionLocaleContent['seo'] = [
|
|
68
|
+
{
|
|
69
|
+
type: 'summary',
|
|
70
|
+
title: '望遠鏡の分解能に関するポイント',
|
|
71
|
+
items: [
|
|
72
|
+
'ドーズの限界(116/口径mm)は、分離して見える二重星の最小距離を決定します。',
|
|
73
|
+
'レイリーの判断基準(138/口径mm)は、惑星表面で見える最小の細部を定義します。',
|
|
74
|
+
'大気シーイング(通常1〜2秒)は、口径115mm以上の望遠鏡の理論的限界を制限することがよくあります。',
|
|
75
|
+
'最高有効倍率は口径(mm)の2倍です。これを超えると像が暗くなるだけです。',
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
{ type: 'title', text: '天体観測の解像度:ドーズとレイリーの基準ガイド', level: 2 },
|
|
79
|
+
{
|
|
80
|
+
type: 'paragraph',
|
|
81
|
+
html: '望遠鏡の性能は、倍率で決まるのではなく、どれだけ細部を「分ける」ことができるかで決まります。この能力を<strong>分解能</strong>と呼び、ほぼ完全に口径(レンズや鏡の直径)に依存します。口径が大きければ大きいほど、より微細な構造を分離して見ることができます。',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'paragraph',
|
|
85
|
+
html: '解像度を測るには2つの主要な基準があります。<strong>ドーズの限界</strong>(116/口径 秒)は、ウィリアム・ドーズが二重星の観測から導き出した経験値です。一方、<strong>レイリーの判断基準</strong>(138/口径 秒)は光の回折という物理学から導かれた理論値です。どちらの基準においても、口径が決定的な要因となります。',
|
|
86
|
+
},
|
|
87
|
+
{ type: 'title', text: 'シーイング:大気の壁', level: 2 },
|
|
88
|
+
{
|
|
89
|
+
type: 'paragraph',
|
|
90
|
+
html: 'たとえ世界最大の望遠鏡を持っていても、大気が不安定であれば細部を見ることはできません。<strong>シーイング</strong>は大気の乱れの指標です。通常の夜、大気は解像度を約1〜1.5秒程度に制限してしまいます。口径115mmを超えるような大きな望遠鏡の場合、解像度のボトルネックは光学系ではなく、大気にあることになります。',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'table',
|
|
94
|
+
headers: ['有効径', 'ドーズ (")', 'レイリー (")', '最高倍率', '必要なシーイング'],
|
|
95
|
+
rows: [
|
|
96
|
+
['70mm', '1.66秒', '1.97秒', '140倍', '< 1.7秒'],
|
|
97
|
+
['100mm', '1.16秒', '1.38秒', '200倍', '< 1.2秒'],
|
|
98
|
+
['150mm', '0.77秒', '0.92秒', '300倍', '< 0.8秒'],
|
|
99
|
+
['200mm', '0.58秒', '0.69秒', '400倍', '< 0.6秒'],
|
|
100
|
+
['300mm', '0.39秒', '0.46秒', '600倍', '< 0.4秒'],
|
|
101
|
+
['400mm', '0.29秒', '0.35秒', '800倍', '< 0.3秒'],
|
|
102
|
+
],
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'tip',
|
|
106
|
+
title: '温度順応:詳細を見るための秘訣',
|
|
107
|
+
html: '解像度の最大の敵は、大気だけでなく、望遠鏡の筒の名中に残っている<strong>熱気</strong>です。室内から外に出した直後の望遠鏡内部には空気の流れ(対流)が生じ、像を激しく歪ませます。高倍率で観測する前に、少なくとも30〜60分は望遠鏡を外気にさらして「温度順応」させてください。',
|
|
108
|
+
},
|
|
109
|
+
{ type: 'title', text: '光軸調整(コリメーション):性能を引き出すために', level: 2 },
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'どんなに大きな望遠鏡でも、光軸がずれていると本来の性能を発揮できません。<strong>光軸調整</strong>は、鏡を正確に一直線に並べる作業です。反射望遠鏡(ニュートン式やドブソニアン)では定期的な調整が不可欠です。明るい星を使ってズレを確認する「スターテスト」を練習しましょう。',
|
|
113
|
+
},
|
|
114
|
+
{ type: 'title', text: '解像度を最大化するための実用的なヒント', level: 2 },
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: '常に温度順応を待ち、建物の屋根やアスファルトの上などの熱が放射される場所を避けて観測しましょう。寒冷前線が通過した直後の夜は、大気が安定しやすい傾向があります。像が「沸騰」しているように揺れる場合は、無理に高倍率にせず、少し低めの倍率で気流が落ち着く瞬間を待つのがコツです。また、<strong>暗順応</strong>も重要です。惑星の淡い色彩を感じ取るために、目を暗闇に20分ほど慣らしてから観測を始めましょう。',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'stats',
|
|
121
|
+
columns: 2,
|
|
122
|
+
items: [
|
|
123
|
+
{ label: 'ドーズ 150mm', value: '0.77秒', icon: 'mdi:flare' },
|
|
124
|
+
{ label: 'ドーズ 300mm', value: '0.39秒', icon: 'mdi:flare' },
|
|
125
|
+
{ label: '良好なシーイング', value: '0.5 - 1.0秒', icon: 'mdi:weather-windy' },
|
|
126
|
+
{ label: '並のシーイング', 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: 'ja',
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
export const content: TelescopeResolutionLocaleContent = {
|
|
165
|
+
slug,
|
|
166
|
+
title,
|
|
167
|
+
description,
|
|
168
|
+
ui,
|
|
169
|
+
seo,
|
|
170
|
+
faq,
|
|
171
|
+
faqTitle: 'よくある質問 (FAQ)',
|
|
172
|
+
bibliography,
|
|
173
|
+
bibliographyTitle: '参考文献',
|
|
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 = 'telescope-resolution-calculator';
|
|
5
|
+
const title = '망원경 분해능 계산기 (도즈 한계)';
|
|
6
|
+
const description = '도즈 한계와 레이리 판단 기준을 사용하여 망원경의 분해능을 계산합니다. 최대 유효 배율과 대기 흔들림(시イング)이 관측에 미치는 영향을 확인해 보세요.';
|
|
7
|
+
|
|
8
|
+
const ui: TelescopeResolutionUI = {
|
|
9
|
+
toolTitle: '망원경 분해능',
|
|
10
|
+
apertureLabel: '망원경 구경',
|
|
11
|
+
unitLabel: '단위',
|
|
12
|
+
mmUnit: '밀리미터 (mm)',
|
|
13
|
+
inUnit: '인치 (in)',
|
|
14
|
+
presetsLabel: '일반적인 모델',
|
|
15
|
+
presetsPlaceholder: '-- 모델 선택 --',
|
|
16
|
+
seeingLabel: '하늘 상태 (시잉)',
|
|
17
|
+
dawesLabel: '유효 분해능 (도즈)',
|
|
18
|
+
arcsecUnit: '초',
|
|
19
|
+
rayleighLabel: '레이리 한계',
|
|
20
|
+
maxMagLabel: '최대 유효 배율',
|
|
21
|
+
seeingAlertPrefix: '대기 제한: 오늘의 시잉 수치가',
|
|
22
|
+
seeingAlertSuffix: '망원경 본연의 성능을 발휘하는 것을 방해하고 있습니다',
|
|
23
|
+
simLabel: '시뮬레이션: 이중성',
|
|
24
|
+
simExplanation: '도즈는 점상 별을 분리하며, 레이리는 행성의 세부 묘사를 정의합니다.',
|
|
25
|
+
presets: [
|
|
26
|
+
{ value: '70', label: '70mm (입문용 굴절)' },
|
|
27
|
+
{ value: '114', label: '114mm (4.5") 뉴턴식 반사' },
|
|
28
|
+
{ value: '150', label: '150mm (6") 돕소니언' },
|
|
29
|
+
{ value: '200', label: '200mm (8") 돕소니언' },
|
|
30
|
+
{ value: '254', label: '254mm (10") 돕소니언' },
|
|
31
|
+
{ value: '304', label: '304mm (12") 전문업체급' },
|
|
32
|
+
],
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
const faq: TelescopeResolutionLocaleContent['faq'] = [
|
|
36
|
+
{
|
|
37
|
+
question: '도즈 한계(Dawes Limit)란 무엇인가요?',
|
|
38
|
+
answer: '도즈 한계는 망원경의 각분해능을 나타내는 경험적인 기준으로, 116 / 구경(mm) 공식을 통해 계산됩니다. 이는 숙련된 관측자가 비슷한 밝기의 두 별을 두 개의 독립된 점으로 구별할 수 있는 최소 각거리(초)를 의미합니다. 19세기 영국 천문학자 윌리엄 도즈가 제안했습니다.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: '도즈 한계와 레이리 판단 기준의 차이는 무엇인가요?',
|
|
42
|
+
answer: '도즈 한계(116/D)는 이중성 관측을 바탕으로 한 경험값인 반면, 레이리 판단 기준(138/D)은 빛의 회절이라는 물리적 현상에 기초한 이론값입니다. 레이리 기준이 더 엄격하며, 목성의 줄무늬나 달의 크레이터 같은 행성 표면의 세부 묘사를 평가하는 데 더 적합합니다. 도즈 한계는 이중성을 분리해 보는 데 더 유용합니다.',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
question: '시잉(Seeing)이란 무엇이며 관측에 어떤 영향을 주나요?',
|
|
46
|
+
answer: '시잉은 대기를 통과하는 빛을 왜곡시키는 대기의 흔들림(난기류) 정도를 말합니다. 일반적인 밤에는 시잉으로 인해 분해능이 1~2초 수준으로 제한됩니다. 즉, 구경 115mm 이상의 큰 망원경이라도 대부분 대기의 영향 때문에 그 이상의 세부 정보를 보기 어렵습니다. 0.5초 이하의 아주 좋은 시잉은 드물게 고도가 높은 곳에서 발생합니다.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
question: '망원경의 최대 유효 배율은 얼마인가요?',
|
|
50
|
+
answer: '황금률은 \'구경(mm)의 2배\'(또는 인치당 50배)입니다. 150mm 망원경의 최대 유효 배율은 300배입니다. 이 한계를 넘기면 이미지는 커지지만 더 상세해지는 것이 아니라 더 어둡고 흐릿해질 뿐입니다. 일반적인 밤에는 시잉 때문에 100~150배 정도로 제한되는 경우가 많습니다.',
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
|
|
54
|
+
const howTo: TelescopeResolutionLocaleContent['howTo'] = [
|
|
55
|
+
{ name: '1. 구경 입력하기', text: '사용하시는 망원경의 주경 또는 대물렌즈 지름을 입력하세요. 목록에서 일반적인 모델을 선택할 수도 있습니다.' },
|
|
56
|
+
{ name: '2. 시잉 조정하기', text: '시잉 슬라이더를 움직여 관측 당일의 대기 상태를 시뮬레이션해 보세요.' },
|
|
57
|
+
{ name: '3. 결과 해석하기', text: '도즈 한계와 레이리 한계 값을 확인하세요. 수치가 낮을수록 분해능이 더 높다는 뜻입니다.' },
|
|
58
|
+
{ name: '4. 대기 제한 확인하기', text: '시잉 경고가 나타나면 해당 날은 대기가 망원경의 성능을 가로막고 있다는 뜻입니다.' },
|
|
59
|
+
];
|
|
60
|
+
|
|
61
|
+
const bibliography: TelescopeResolutionLocaleContent['bibliography'] = [
|
|
62
|
+
{ name: 'Sky & Telescope - 망원경 분해능 설명', url: 'https://skyandtelescope.org/stargazing-and-observing/celestial-objects-to-watch/telescope-calculator/' },
|
|
63
|
+
{ name: 'British Astronomical Association - 시잉 척도', url: 'https://www.britastro.org/' },
|
|
64
|
+
{ name: '천문 시잉 (위키백과)', url: 'https://ko.wikipedia.org/wiki/%EC%8B%9C%EC%9E%89' },
|
|
65
|
+
];
|
|
66
|
+
|
|
67
|
+
const seo: TelescopeResolutionLocaleContent['seo'] = [
|
|
68
|
+
{
|
|
69
|
+
type: 'summary',
|
|
70
|
+
title: '망원경 분해능의 핵심 포인트',
|
|
71
|
+
items: [
|
|
72
|
+
'도즈 한계(116/D mm)는 분리 가능한 이중성 사이의 최소 거리를 결정합니다.',
|
|
73
|
+
'레이리 판단 기준(138/D mm)은 행성 표면에서 식별 가능한 최소 세부 사항을 정의합니다.',
|
|
74
|
+
'대기 시잉(일반적으로 1~2초)은 115mm 이상 망원경의 이론적 한계를 초과하는 경우가 많습니다.',
|
|
75
|
+
'최대 유효 배율은 구경(mm)의 2배이며, 이를 초과하면 이미지가 어두워지기만 합니다.',
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
{ type: 'title', text: '천문 분해능: 도즈 한계와 레이리 가이드', level: 2 },
|
|
79
|
+
{
|
|
80
|
+
type: 'paragraph',
|
|
81
|
+
html: '망원경의 성능은 이미지를 얼마나 크게 키우는지가 아니라, 얼마나 세밀하게 분리해 내는가에 달려 있습니다. 이를 <strong>분해능</strong>이라고 하며 거의 전적으로 구경의 지름에 비례합니다. 렌즈나 거울이 클수록 더 작은 세부 사항을 분리해 낼 수 있습니다.',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'paragraph',
|
|
85
|
+
html: '분해능을 측정하는 두 가지 주요 기준이 있습니다. <strong>도즈 한계</strong>(116/D 초)는 천문학자 윌리엄 도즈가 이중성 관측을 통해 정의한 경험적 수치입니다. <strong>레이리 판단 기준</strong>(138/D 초)은 빛의 회절이라는 파동 물리학에서 유도된 이론적 수치입니다. 두 기준 모두 구경이 결정적인 요소임을 강조합니다.',
|
|
86
|
+
},
|
|
87
|
+
{ type: 'title', text: '시잉: 대기의 장벽', level: 2 },
|
|
88
|
+
{
|
|
89
|
+
type: 'paragraph',
|
|
90
|
+
html: '세계에서 가장 큰 망원경을 가지고 있더라도 대기가 불안정하면 세밀한 모습을 볼 수 없습니다. <strong>시잉</strong>은 대기의 흔들림을 나타내는 척도입니다. 보통의 밤에는 대기가 분해능을 약 1~1.5초 정도로 제한합니다. 115mm가 넘는 큰 망원경에게 병목 현상은 광학계가 아니라 대기입니다.',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'table',
|
|
94
|
+
headers: ['구경', '도즈 (")', '레이리 (")', '최대 배율', '필요 시잉'],
|
|
95
|
+
rows: [
|
|
96
|
+
['70mm', '1.66"', '1.97"', '140배', '< 1.7"'],
|
|
97
|
+
['100mm', '1.16"', '1.38"', '200배', '< 1.2"'],
|
|
98
|
+
['150mm', '0.77"', '0.92"', '300배', '< 0.8"'],
|
|
99
|
+
['200mm', '0.58"', '0.69"', '400배', '< 0.6"'],
|
|
100
|
+
['300mm', '0.39"', '0.46"', '600배', '< 0.4"'],
|
|
101
|
+
['400mm', '0.29"', '0.35"', '800배', '< 0.3"'],
|
|
102
|
+
],
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'tip',
|
|
106
|
+
title: '온도 적응: 디테일의 비밀',
|
|
107
|
+
html: '분해능의 가장 큰 적은 외부 시잉뿐만 아니라 망원경 경통 내부의 <strong>열적 시잉</strong>입니다. 따뜻한 실내에서 밖으로 옮길 때 내부에 남은 공기가 대류 현상을 일으켜 상을 망가뜨립니다. 고배율 관측을 하려면 최소 30~60분 정도 망원경을 밖에 두어 온도 적응을 시켜야 합니다.',
|
|
108
|
+
},
|
|
109
|
+
{ type: 'title', text: '광축 정렬: 잠재력을 깨우는 조율', level: 2 },
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: '광축이 맞지 않는 망원경(거울이 어긋난 상태)은 구경에 상관없이 도즈 한계에 도달할 수 없습니다. <strong>광축 정렬(코리메이션)</strong>은 부경과 주경을 초점 조절 장치와 완벽하게 일렬로 맞추는 과정입니다. 반사 망원경(뉴턴식, 돕소니언)의 경우 정기적인 점검이 필수입니다. 밝은 별을 이용한 \'스타 테스트\'를 연습해 보세요.',
|
|
113
|
+
},
|
|
114
|
+
{ type: 'title', text: '분해능 극대화를 위한 실전 팁', level: 2 },
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: '항상 온도 적응 시간을 기다리고 지붕이나 아스팔트처럼 열을 내뿜는 장소를 피하세요. 찬 공기가 지나간 뒤의 밤이 대기가 안정적인 편입니다. 상이 \'끓는\' 것처럼 보인다면 배율을 낮추고 더 안정적인 순간을 기다리세요. 마지막으로 <strong>암순응</strong>도 중요합니다. 행성의 섬세한 색상을 보려면 눈을 어둠에 20분 이상 적응시켜야 합니다.',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'stats',
|
|
121
|
+
columns: 2,
|
|
122
|
+
items: [
|
|
123
|
+
{ label: '도즈 150mm', value: '0.77"', icon: 'mdi:flare' },
|
|
124
|
+
{ label: '도즈 300mm', value: '0.39"', icon: 'mdi:flare' },
|
|
125
|
+
{ label: '좋은 시잉', value: '0.5 - 1.0"', icon: 'mdi:weather-windy' },
|
|
126
|
+
{ label: '보통 시잉', 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: 'ko',
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
export const content: TelescopeResolutionLocaleContent = {
|
|
165
|
+
slug,
|
|
166
|
+
title,
|
|
167
|
+
description,
|
|
168
|
+
ui,
|
|
169
|
+
seo,
|
|
170
|
+
faq,
|
|
171
|
+
faqTitle: '자주 묻는 질문 (FAQ)',
|
|
172
|
+
bibliography,
|
|
173
|
+
bibliographyTitle: '참고 문헌',
|
|
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 = 'telescope-resolution-calculator';
|
|
5
|
+
const title = 'Telescoop Resolutie Calculator (Dawes Limiet)';
|
|
6
|
+
const description = 'Bereken het scheidend vermogen van uw telescoop met de Dawes-limiet en de Rayleigh-limiet. Ontdek de maximale nuttige vergroting en de impact van atmosferische seeing.';
|
|
7
|
+
|
|
8
|
+
const ui: TelescopeResolutionUI = {
|
|
9
|
+
toolTitle: 'Telescoop Resolutie',
|
|
10
|
+
apertureLabel: 'Telescoop Opening',
|
|
11
|
+
unitLabel: 'Eenheid',
|
|
12
|
+
mmUnit: 'Millimeters (mm)',
|
|
13
|
+
inUnit: 'Inches (in)',
|
|
14
|
+
presetsLabel: 'Veelvoorkomende Modellen',
|
|
15
|
+
presetsPlaceholder: '-- Selecteer Model --',
|
|
16
|
+
seeingLabel: 'Hemelkwaliteit (Seeing)',
|
|
17
|
+
dawesLabel: 'Nuttige Resolutie (Dawes)',
|
|
18
|
+
arcsecUnit: 'boogseconden',
|
|
19
|
+
rayleighLabel: 'Rayleigh Limiet',
|
|
20
|
+
maxMagLabel: 'Max. Nuttige Vergroting',
|
|
21
|
+
seeingAlertPrefix: 'Atmosfeer beperkt: De seeing van vandaag',
|
|
22
|
+
seeingAlertSuffix: 'voorkomt dat u het volledige potentieel van uw telescoop benut',
|
|
23
|
+
simLabel: 'Simulatie: Dubbelsterren',
|
|
24
|
+
simExplanation: 'Dawes scheidt puntvormige sterren; Rayleigh definieert planetaire details.',
|
|
25
|
+
presets: [
|
|
26
|
+
{ value: '70', label: '70mm (Beginnersrefractor)' },
|
|
27
|
+
{ value: '114', label: '114mm (4.5") Newtoniaan' },
|
|
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") Professioneel' },
|
|
32
|
+
],
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
const faq: TelescopeResolutionLocaleContent['faq'] = [
|
|
36
|
+
{
|
|
37
|
+
question: 'Wat is de Dawes Limiet?',
|
|
38
|
+
answer: 'De Dawes-limiet is een empirisch criterium voor de hoekresolutie van een telescoop, berekend als 116/D (waarbij D de diameter in mm is). Het vertegenwoordigt de minimale scheiding in boogseconden tussen twee sterren van vergelijkbare helderheid die een ervaren waarnemer kan onderscheiden als twee afzonderlijke punten. Het werd in de 19e eeuw voorgesteld door de Britse astronoom William Dawes.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: 'Wat is het verschil tussen Dawes en Rayleigh?',
|
|
42
|
+
answer: 'De Dawes-limiet (116/D) is empirisch en gebaseerd op het menselijk zicht voor dubbelsterren. De Rayleigh-limiet (138/D) is natuurkundig, gebaseerd op de golfaard van licht. Rayleigh is strenger en is beter van toepassing op details op planetaire oppervlakken (Jupiter-banden, maankraters). Dawes is nuttiger voor het scheiden van dubbelsterren.',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
question: 'Wat is seeing en welke invloed heeft het op mij?',
|
|
46
|
+
answer: 'Seeing is de mate van atmosferische turbulentie die het licht vervormt terwijl het door de lucht gaat. Op een gemiddelde nacht beperkt de seeing de resolutie tot 1-2 boogseconden, wat betekent dat telescopen groter dan ~115mm deze atmosferische limiet niet kunnen overschrijden. Uitstekende seeing (0.5") is zeldzaam en komt voor op locaties op grote hoogte met weinig thermische activiteit.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
question: 'Wat is de maximale nuttige vergroting van een telescoop?',
|
|
50
|
+
answer: 'De gulden regel is 2x de opening in mm (of 50x per inch). Een 150mm telescoop heeft een nuttig maximum van 300x. Het overschrijden van deze limiet maakt het beeld groter maar zonder meer detail, alleen donkerder en waziger. Seeing beperkt deze waarde vaak tot 100-150x op gemiddelde nachten.',
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
|
|
54
|
+
const howTo: TelescopeResolutionLocaleContent['howTo'] = [
|
|
55
|
+
{ name: '1. Voer de opening in', text: 'Typ de diameter van de hoofdspiegel of lens van uw telescoop in. U kunt een model selecteren uit de veelvoorkomende types.' },
|
|
56
|
+
{ name: '2. Pas de seeing aan', text: 'Verschuif de seeing-regelaar om de atmosferische turbulentie van uw observatienacht te simuleren.' },
|
|
57
|
+
{ name: '3. Interpreteer de resultaten', text: 'Bekijk de Dawes- en Rayleigh-limieten in boogseconden. Hoe lager de waarde, hoe hoger de resolutie.' },
|
|
58
|
+
{ name: '4. Controleer op beperking door seeing', text: 'Als de seeing-waarschuwing verschijnt, beperkt de atmosfeer de prestaties van uw telescoop die nacht.' },
|
|
59
|
+
];
|
|
60
|
+
|
|
61
|
+
const bibliography: TelescopeResolutionLocaleContent['bibliography'] = [
|
|
62
|
+
{ name: 'Sky & Telescope - Telescoop Resolutie Uitgelegd', url: 'https://skyandtelescope.org/stargazing-and-observing/celestial-objects-to-watch/telescope-calculator/' },
|
|
63
|
+
{ name: 'British Astronomical Association - Seeing Schaal', url: 'https://www.britastro.org/' },
|
|
64
|
+
{ name: 'Astronomische Seeing (Wikipedia)', url: 'https://nl.wikipedia.org/wiki/Seeing' },
|
|
65
|
+
];
|
|
66
|
+
|
|
67
|
+
const seo: TelescopeResolutionLocaleContent['seo'] = [
|
|
68
|
+
{
|
|
69
|
+
type: 'summary',
|
|
70
|
+
title: 'Kernpunten van Telescopische Resolutie',
|
|
71
|
+
items: [
|
|
72
|
+
'De Dawes-limiet (116/D mm) bepaalt de minimale scheiding tussen waarneembare dubbelsterren.',
|
|
73
|
+
'De Rayleigh-limiet (138/D mm) definieert het kleinste zichtbare detail op planetaire oppervlakken.',
|
|
74
|
+
'Atmosferische seeing (typisch 1-2") overschrijdt meestal de theoretische limiet van telescopen groter dan 115mm.',
|
|
75
|
+
'Maximale nuttige vergroting is 2x de opening in mm; overschrijden maakt het beeld alleen maar donkerder.',
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
{ type: 'title', text: 'Astronomische Resolutie: Gids voor de Dawes-limiet en Rayleigh', level: 2 },
|
|
79
|
+
{
|
|
80
|
+
type: 'paragraph',
|
|
81
|
+
html: 'De kracht van een telescoop wordt niet gemeten aan hoe sterk deze een beeld kan vergroten, maar aan hoeveel detail deze kan scheiden. Dit vermogen, bekend als <strong>scheidend vermogen</strong>, hangt bijna uitsluitend af van de diameter van de opening. Hoe groter de spiegel of hoofdlens, hoe kleinere details deze kan scheiden.',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'paragraph',
|
|
85
|
+
html: 'Er zijn twee hoofdcriteria voor het kwantificeren van deze resolutie. De <strong>Dawes-limiet</strong> (116/D boogsec) is empirisch, gedefinieerd door astronoom William Dawes op basis van dubbelsterwaarnemingen. De <strong>Rayleigh-limiet</strong> (138/D boogsec) is theoretisch, afgeleid van de golfpatronen van lichtdiffractie. Beiden zijn het erover eens dat de opening de beslissende factor is.',
|
|
86
|
+
},
|
|
87
|
+
{ type: 'title', text: 'Seeing: De Atmosferische Barrière', level: 2 },
|
|
88
|
+
{
|
|
89
|
+
type: 'paragraph',
|
|
90
|
+
html: 'U kunt de grootste telescoop ter wereld hebben, maar als de atmosfeer onstabiel is, zult u geen fijne details zien. <strong>Seeing</strong> is de mate van atmosferische turbulentie. Op een gemiddelde nacht beperkt de atmosfeer de resolutie tot ongeveer 1-1,5 boogseconden. Voor telescopen groter dan 115mm is de seeing de flessenhals, niet de optiek.',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'table',
|
|
94
|
+
headers: ['Opening', 'Dawes (")', 'Rayleigh (")', 'Max. Vergr.', 'Vereiste 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 Acclimatisatie: Het Geheim voor Detail',
|
|
107
|
+
html: 'De grootste vijand van resolutie is niet de externe seeing, maar de <strong>lokale seeing</strong> in de telescoopbuis. De warme lucht die achterblijft bij het naar buiten brengen van de telescoop creëert stromingen die details vernietigen. Laat uw telescoop minstens 30-60 minuten acclimatiseren aan de buitentemperatuur voordat u met hoge vergroting gaat kijken.',
|
|
108
|
+
},
|
|
109
|
+
{ type: 'title', text: 'Collimatie: De Uitlijning die Potentieel Vrijspeelt', level: 2 },
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Een slecht gecollimeerde telescoop (met niet goed uitgelijnde spiegels) zal nooit presteren op de Dawes-limiet, ongeacht de opening. <strong>Collimatie</strong> is het proces van het perfect uitlijnen van de secundaire en primaire spiegels. Voor spiegeltelescopen (Newton, Dobson) is dit een essentiële periodieke taak. Gebruik de "stertest" om dit te controleren.',
|
|
113
|
+
},
|
|
114
|
+
{ type: 'title', text: 'Praktische Tips om Resolutie te Maximaliseren', level: 2 },
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: 'Wacht altijd tot het instrument in thermisch evenwicht is. Vermijd waarnemingen boven daken of asfalt. Kies nachten na koudefronten voor stabielere lucht. Gebruik de hoogste vergroting die nog een stabiel beeld geeft. Vergeet de <strong>donkeradaptatie</strong> niet: geef uw ogen 20 minuten om de gevoeligheid voor planetaire details te maximaliseren.',
|
|
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: 'Goede Seeing', value: '0.5 - 1.0"', icon: 'mdi:weather-windy' },
|
|
126
|
+
{ label: 'Gemiddelde 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: 'nl',
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
export const content: TelescopeResolutionLocaleContent = {
|
|
165
|
+
slug,
|
|
166
|
+
title,
|
|
167
|
+
description,
|
|
168
|
+
ui,
|
|
169
|
+
seo,
|
|
170
|
+
faq,
|
|
171
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
172
|
+
bibliography,
|
|
173
|
+
bibliographyTitle: 'Bibliografische Referenties',
|
|
174
|
+
howTo,
|
|
175
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
176
|
+
};
|