@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
@@ -0,0 +1,163 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { StarExposureCalculatorUI, StarExposureCalculatorLocaleContent } from '../index';
3
+
4
+ const slug = '500er-regel-rechner';
5
+ const title = '500er Regel und NPF Rechner für die Astrofotografie';
6
+ const description = 'Berechnen Sie die maximale Belichtungszeit für die Astrofotografie ohne Strichspuren. Klassische 500er-Regel und hochpräzises NPF-Modell für moderne Sensoren.';
7
+
8
+ const ui: StarExposureCalculatorUI = {
9
+ toolTitle: '500er-Regel-Rechner',
10
+ modeLabel: 'Modus',
11
+ classicMode: 'Klassisch (500)',
12
+ npfMode: 'Präzise (NPF)',
13
+ sensorLabel: 'Sensor (Crop-Faktor)',
14
+ focalLabel: 'Brennweite (mm)',
15
+ apertureLabel: 'Blende (f-Zahl)',
16
+ megapixelsLabel: 'Megapixel (MP)',
17
+ declinationLabel: 'Himmelsdeklination',
18
+ equatorLabel: 'Äquator',
19
+ poleLabel: 'Pol',
20
+ secondsUnit: 'Sekunden',
21
+ resultText: 'Maximale Zeit für punktförmige Sterne.',
22
+ simLabel: 'Visuelle Simulation (200% Zoom)',
23
+ simRangeLabel: 'Zeitüberschreitung simulieren',
24
+ pointStars: 'Sterne als Punkte',
25
+ trailStars: 'Strichspuren sichtbar',
26
+ };
27
+
28
+ const faq: StarExposureCalculatorLocaleContent['faq'] = [
29
+ {
30
+ question: 'Was passiert, wenn ich die berechnete Zeit überschreite?',
31
+ answer: 'Wenn Sie die maximale Zeit überschreiten, beginnen sich die Sterne in die Länge zu ziehen, anstatt scharfe Punkte zu bleiben. Bei sehr langen Belichtungszeiten entstehen Strichspuren (Star Trails), eine anerkannte künstlerische Technik, die jedoch wesentlich längere Zeiten erfordert, um ästhetisch zu wirken.',
32
+ },
33
+ {
34
+ question: 'Wann sollte ich NPF anstelle der 500er-Regel verwenden?',
35
+ answer: 'Das NPF-Modell ist genauer und wird für Kameras mit hochauflösenden Sensoren (24 MP oder mehr) empfohlen. Mit der klassischen 500er-Regel können Spuren entstehen, die auf einem kleinen Abzug unsichtbar, auf einem 4K-Monitor oder bei großen Ausdrucken jedoch deutlich erkennbar sind. Wenn Ihr Ziel maximale Schärfe ist, verwenden Sie NPF.',
36
+ },
37
+ {
38
+ question: 'Wie finde ich die Deklination des Objekts, das ich fotografieren möchte?',
39
+ answer: 'Sie können Apps wie Stellarium, SkySafari verwenden oder Sternenkarten konsultieren. Als allgemeine Regel gilt: Je näher das Objekt am Himmelspol liegt (Dekl. 90°), desto länger können Sie belichten.',
40
+ },
41
+ {
42
+ question: 'Funktioniert dieser Rechner mit einer Nachführung (Star Tracker)?',
43
+ answer: 'Nicht für den Himmel selbst, da die Nachführung die Erddrehung ausgleicht. Er ist jedoch wichtig, um die Belichtungszeit für den Vordergrund zu berechnen, der nicht nachgeführt wird, oder um zu überprüfen, ob der Motor fehlerhaft arbeitet, wenn Sie unerwartete Spuren sehen.',
44
+ },
45
+ ];
46
+
47
+ const howTo: StarExposureCalculatorLocaleContent['howTo'] = [
48
+ { name: '1. Berechnungsmodus wählen', text: 'Wählen Sie die klassische 500er-Regel für eine schnelle Schätzung oder NPF, wenn Sie einen hochauflösenden Sensor haben und maximale Schärfe anstreben.' },
49
+ { name: '2. Ausrüstung konfigurieren', text: 'Geben Sie die Brennweite Ihres Objektivs ein und wählen Sie den Crop-Faktor Ihrer Kamera.' },
50
+ { name: '3. Deklination anpassen', text: 'Erhöhen Sie bei Aufnahmen in der Nähe des Himmelspols die Deklination, um längere Belichtungszeiten ohne Spuren zu ermöglichen.' },
51
+ { name: '4. Zeitüberschreitung simulieren', text: 'Verwenden Sie den Simulationsschieberegler, um zu visualisieren, wie ein Stern aussehen würde, wenn Sie die berechnete Zeit überschreiten.' },
52
+ ];
53
+
54
+ const bibliography: StarExposureCalculatorLocaleContent['bibliography'] = [
55
+ { name: 'Französische Astronomische Gesellschaft: Das NPF-Modell', url: 'https://sahavre.fr/wp/regle-npf-rule/' },
56
+ { name: 'PetaPixel: Warum die 500er-Regel nicht mehr ausreicht', url: 'https://petapixel.com/2015/01/06/avoid-star-trails-following-500-rule/' },
57
+ { name: 'Lonely Speck: Belichtungsrechner für Astrofotografie', url: 'https://www.lonelyspeck.com/advanced-astrophotography-shutter-time-calculator/' },
58
+ ];
59
+
60
+ const seo: StarExposureCalculatorLocaleContent['seo'] = [
61
+ {
62
+ type: 'summary',
63
+ title: 'Kernpunkte der 500er Regel und NPF',
64
+ items: [
65
+ 'Die 500er-Regel ist eine gute Näherung für Sensoren mit niedriger Auflösung und kleine Anzeigeformate.',
66
+ 'Das NPF-Modell ist für moderne Sensoren mit hoher Pixeldichte deutlich präziser.',
67
+ 'Die Himmelsdeklination ermöglicht längere Belichtungszeiten in der Nähe der Pole (Dekl. 90°).',
68
+ 'Der Crop-Faktor Ihres Sensors multipliziert die effektive Brennweite und verkürzt die maximale Zeit.',
69
+ ],
70
+ },
71
+ { type: 'title', text: 'Meisterhafte Astrofotografie: 500er-Regel und NPF-Modell', level: 2 },
72
+ {
73
+ type: 'paragraph',
74
+ html: 'Die Weite des Nachthimmels einzufangen, ist eine der lohnendsten Herausforderungen für jeden Fotografen. Das erste Hindernis ist jedoch die Erdrotation. Wenn wir den Verschluss zu lange offen lassen, werden aus perfekten Lichtpunkten unschöne Striche. Um scharfe, punktförmige Sterne zu erhalten, müssen wir die <strong>maximale Belichtungszeit</strong> mit der 500er-Regel oder dem NPF-Modell berechnen.',
75
+ },
76
+ { type: 'title', text: 'Was ist die 500er-Regel?', level: 2 },
77
+ {
78
+ type: 'paragraph',
79
+ html: 'Die <strong>500er-Regel</strong> ist eine vereinfachte empirische Formel, die in der Landschafts-Astrofotografie seit Jahrzehnten Standard ist. Die Formel lautet: <code>Zeit = 500 / (Brennweite × Crop-Faktor)</code>. Sie ist schnell im Kopf zu berechnen und für Sensoren mit niedriger Auflösung sowie kleine Anzeigeformate ausreichend genau.',
80
+ },
81
+ { type: 'title', text: 'Der Crop-Faktor und seine Auswirkungen', level: 2 },
82
+ {
83
+ type: 'paragraph',
84
+ html: 'Viele Anfänger vergessen, dass die 500er-Regel auf dem 35-mm-Standard (Vollformat) basiert. Wenn Ihre Kamera einen kleineren Sensor hat, ist das Sichtfeld enger und die Sternbewegung wird vergrößert. Ein 14-mm-Objektiv an einer APS-C-Kamera (1,5-facher Crop) verhält sich wie ein 21-mm-Äquivalent, wodurch sich die maximale Zeit von 35,7 s auf nur 23,8 s verkürzt.',
85
+ },
86
+ {
87
+ type: 'table',
88
+ headers: ['Sensor', 'Crop', '14mm', '24mm', '50mm', '85mm'],
89
+ rows: [
90
+ ['Vollformat', 'x1.0', '35.7s', '20.8s', '10.0s', '5.9s'],
91
+ ['APS-C Nikon/Sony', 'x1.5', '23.8s', '13.9s', '6.7s', '3.9s'],
92
+ ['APS-C Canon', 'x1.6', '22.3s', '13.0s', '6.3s', '3.7s'],
93
+ ['Micro 4/3', 'x2.0', '17.9s', '10.4s', '5.0s', '2.9s'],
94
+ ],
95
+ },
96
+ { type: 'title', text: 'Das NPF-Modell: Präzision für moderne Sensoren', level: 2 },
97
+ {
98
+ type: 'paragraph',
99
+ html: 'Die 500er-Regel entstand in der Ära des Films. Heute, mit 24-60 MP Sensoren, sind die Pixel so klein, dass Spuren viel früher wahrgenommen werden. Das <strong>NPF-Modell</strong>, entwickelt von der Französischen Astronomischen Gesellschaft, bezieht Blende und Pixeldichte in die Berechnung ein: <code>t = (35×f + 30×p) / F</code>, wobei f die Blende, p der Pixelabstand und F die Brennweite ist.',
100
+ },
101
+ {
102
+ type: 'tip',
103
+ title: 'Deklination: Das Geheimnis fortgeschrittener Fotografen',
104
+ html: 'Sterne in der Nähe des <strong>Himmelspols</strong> (Polaris auf der Nordhalbkugel) ziehen sehr kleine Kreise am Himmel. Das bedeutet, dass sie sich viel langsamer über Ihren Sensor bewegen, was deutlich längere Belichtungszeiten ermöglicht. Wenn Sie den Bereich um Polaris fotografieren, können Sie die berechnete Zeit verdoppeln oder verdreifachen, ohne dass Spuren sichtbar werden. Die Deklination sagt Ihnen, wie nah Ihr Ziel am Himmelspol liegt.',
105
+ },
106
+ {
107
+ type: 'stats',
108
+ columns: 2,
109
+ items: [
110
+ { label: '500er-Regel - 14mm Vollf.', value: '35,7s', icon: 'mdi:timer' },
111
+ { label: 'NPF - 14mm f/2.8 24MP', value: '~12s', icon: 'mdi:timer-sand' },
112
+ { label: 'Dekl. 60° Korrektur', value: 'x2.0', icon: 'mdi:compass' },
113
+ { label: 'Dekl. 80° Korrektur', value: 'x5.8', icon: 'mdi:compass' },
114
+ ],
115
+ },
116
+ ];
117
+
118
+ const faqSchema: WithContext<FAQPage> = {
119
+ '@context': 'https://schema.org',
120
+ '@type': 'FAQPage',
121
+ mainEntity: faq.map((item) => ({
122
+ '@type': 'Question',
123
+ name: item.question,
124
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
125
+ })),
126
+ };
127
+
128
+ const howToSchema: WithContext<HowTo> = {
129
+ '@context': 'https://schema.org',
130
+ '@type': 'HowTo',
131
+ name: title,
132
+ description,
133
+ step: howTo.map((step) => ({
134
+ '@type': 'HowToStep',
135
+ name: step.name,
136
+ text: step.text,
137
+ })),
138
+ };
139
+
140
+ const appSchema: WithContext<SoftwareApplication> = {
141
+ '@context': 'https://schema.org',
142
+ '@type': 'SoftwareApplication',
143
+ name: title,
144
+ description,
145
+ applicationCategory: 'UtilitiesApplication',
146
+ operatingSystem: 'Web',
147
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
148
+ inLanguage: 'de',
149
+ };
150
+
151
+ export const content: StarExposureCalculatorLocaleContent = {
152
+ slug,
153
+ title,
154
+ description,
155
+ ui,
156
+ seo,
157
+ faq,
158
+ faqTitle: 'Häufig gestellte Fragen (FAQ)',
159
+ bibliography,
160
+ bibliographyTitle: 'Bibliographische Referenzen',
161
+ howTo,
162
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
163
+ };
@@ -0,0 +1,163 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { StarExposureCalculatorUI, StarExposureCalculatorLocaleContent } from '../index';
3
+
4
+ const slug = 'kalkulator-aturan-500';
5
+ const title = 'Kalkulator Aturan 500 dan NPF untuk Astrofotografi';
6
+ const description = 'Hitung waktu eksposur maksimum untuk astrofotografi tanpa jejak bintang. Aturan klasik 500 dan model NPF presisi tinggi untuk sensor modern.';
7
+
8
+ const ui: StarExposureCalculatorUI = {
9
+ toolTitle: 'Kalkulator Aturan 500',
10
+ modeLabel: 'Mode',
11
+ classicMode: 'Klasik (500)',
12
+ npfMode: 'Presisi (NPF)',
13
+ sensorLabel: 'Sensor (Crop Factor)',
14
+ focalLabel: 'Panjang Fokus (mm)',
15
+ apertureLabel: 'Apertur (f/stop)',
16
+ megapixelsLabel: 'Megapiksel (MP)',
17
+ declinationLabel: 'Deklinasi Surgawi',
18
+ equatorLabel: 'Ekuator',
19
+ poleLabel: 'Kutub',
20
+ secondsUnit: 'detik',
21
+ resultText: 'Waktu maksimum untuk bintang titik.',
22
+ simLabel: 'Simulasi Visual (Zoom 200%)',
23
+ simRangeLabel: 'Simulasikan kelebihan waktu',
24
+ pointStars: 'Bintang sebagai titik',
25
+ trailStars: 'Jejak bintang terlihat',
26
+ };
27
+
28
+ const faq: StarExposureCalculatorLocaleContent['faq'] = [
29
+ {
30
+ question: 'Apa yang terjadi jika saya melebihi waktu yang dihitung?',
31
+ answer: 'Jika Anda melebihi waktu maksimum, bintang akan mulai memanjang alih-alih menjadi titik yang tajam. Jika eksposur sangat lama, Anda akan mendapatkan jejak bintang (star trails), teknik artistik yang valid tetapi membutuhkan waktu yang jauh lebih lama agar terlihat estetis.',
32
+ },
33
+ {
34
+ question: 'Kapan saya harus menggunakan NPF alih-alih Aturan 500?',
35
+ answer: 'Model NPF lebih akurat dan direkomendasikan untuk kamera dengan sensor beresolusi tinggi (24MP atau lebih). Dengan Aturan klasik 500, Anda mungkin mendapatkan jejak yang tidak terlihat pada cetakan 4x6 tetapi terlihat saat mencetak besar atau dilihat di monitor 4K. Jika tujuan Anda adalah ketajaman maksimum, gunakan NPF.',
36
+ },
37
+ {
38
+ question: 'Bagaimana cara menemukan deklinasi objek yang ingin saya foto?',
39
+ answer: 'Anda dapat menggunakan aplikasi seperti Stellarium, SkySafari, atau memeriksa peta bintang. Sebagai aturan umum: semakin dekat objek ke kutub langit (Dec 90°), semakin banyak waktu eksposur yang dapat Anda gunakan.',
40
+ },
41
+ {
42
+ question: 'Apakah kalkulator ini berfungsi dengan pelacak bintang (star tracker)?',
43
+ answer: 'Tidak untuk langit itu sendiri, karena pelacak mengompensasi rotasi. Namun, ini sangat penting untuk menghitung bidikan latar depan di mana pelacak tidak membantu, atau untuk memverifikasi apakah motor gagal saat Anda melihat jejak yang tidak terduga.',
44
+ },
45
+ ];
46
+
47
+ const howTo: StarExposureCalculatorLocaleContent['howTo'] = [
48
+ { name: '1. Pilih mode perhitungan', text: 'Pilih Klasik (Aturan 500) untuk estimasi cepat atau NPF jika Anda memiliki sensor beresolusi tinggi dan mencari ketajaman maksimum.' },
49
+ { name: '2. Konfigurasikan peralatan Anda', text: 'Masukkan panjang fokus lensa Anda dan pilih faktor crop kamera Anda.' },
50
+ { name: '3. Sesuaikan deklinasi', text: 'Jika memotret di dekat kutub langit, tingkatkan deklinasi untuk memungkinkan eksposur yang lebih lama tanpa jejak.' },
51
+ { name: '4. Simulasikan kelebihan waktu', text: 'Gunakan slider simulasi untuk memvisualisasikan bagaimana bintang akan terlihat jika Anda melebihi waktu yang dihitung.' },
52
+ ];
53
+
54
+ const bibliography: StarExposureCalculatorLocaleContent['bibliography'] = [
55
+ { name: 'Masyarakat Astronomi Prancis: Model NPF', url: 'https://sahavre.fr/wp/regle-npf-rule/' },
56
+ { name: 'PetaPixel: Mengapa Aturan 500 Tidak Lagi Cukup', url: 'https://petapixel.com/2015/01/06/avoid-star-trails-following-500-rule/' },
57
+ { name: 'Lonely Speck: Kalkulator Waktu Rana Astrofotografi', url: 'https://www.lonelyspeck.com/advanced-astrophotography-shutter-time-calculator/' },
58
+ ];
59
+
60
+ const seo: StarExposureCalculatorLocaleContent['seo'] = [
61
+ {
62
+ type: 'summary',
63
+ title: 'Poin Utama Aturan 500 dan NPF',
64
+ items: [
65
+ 'Aturan 500 adalah perkiraan yang valid untuk sensor beresolusi rendah dan tampilan format kecil.',
66
+ 'Model NPF lebih akurat untuk sensor modern dengan kepadatan piksel tinggi.',
67
+ 'Deklinasi surgawi memungkinkan waktu eksposur lebih lama di dekat kutub (Dec 90°).',
68
+ 'Faktor crop sensor Anda melipatgandakan panjang fokus efektif dan mengurangi waktu maksimum.',
69
+ ],
70
+ },
71
+ { type: 'title', text: 'Menguasai Astrofotografi: Aturan 500 dan Model NPF', level: 2 },
72
+ {
73
+ type: 'paragraph',
74
+ html: 'Menangkap luasnya langit malam adalah salah satu tantangan paling memuaskan bagi fotografer mana pun. Namun, hambatan pertama adalah rotasi Bumi. Jika kita membiarkan rana terbuka terlalu lama, titik-titik cahaya yang sempurna itu menjadi jejak yang tidak sedap dipandang. Untuk mendapatkan bintang yang tajam seperti titik, kita perlu menghitung <strong>waktu eksposur maksimum</strong> menggunakan Aturan 500 atau Model NPF.',
75
+ },
76
+ { type: 'title', text: 'Apa itu Aturan 500?', level: 2 },
77
+ {
78
+ type: 'paragraph',
79
+ html: '<strong>Aturan 500</strong> adalah formula empiris sederhana yang telah menjadi standar dalam astrofotografi lanskap selama beberapa dekade. Formulanya adalah: <code>Waktu = 500 / (Panjang Fokus × Faktor Crop)</code>. Ini cepat, dapat dihitung di luar kepala, dan cukup akurat untuk sensor beresolusi rendah dan tampilan format kecil.',
80
+ },
81
+ { type: 'title', text: 'Faktor Crop dan Dampaknya', level: 2 },
82
+ {
83
+ type: 'paragraph',
84
+ html: 'Banyak pemula lupa bahwa Aturan 500 didasarkan pada standar 35mm (Full Frame). Jika kamera Anda memiliki sensor yang lebih kecil, bidang pandang lebih sempit dan pergerakan bintang diperbesar. Lensa 14mm pada APS-C (crop 1,5x) berperilaku seperti setara 21mm, mengurangi waktu maksimum dari 35,7 detik menjadi hanya 23,8 detik.',
85
+ },
86
+ {
87
+ type: 'table',
88
+ headers: ['Sensor', 'Crop', '14mm', '24mm', '50mm', '85mm'],
89
+ rows: [
90
+ ['Full Frame', 'x1.0', '35.7s', '20.8s', '10.0s', '5.9s'],
91
+ ['APS-C Nikon/Sony', 'x1.5', '23.8s', '13.9s', '6.7s', '3.9s'],
92
+ ['APS-C Canon', 'x1.6', '22.3s', '13.0s', '6.3s', '3.7s'],
93
+ ['Micro 4/3', 'x2.0', '17.9s', '10.4s', '5.0s', '2.9s'],
94
+ ],
95
+ },
96
+ { type: 'title', text: 'Model NPF: Presisi untuk Sensor Modern', level: 2 },
97
+ {
98
+ type: 'paragraph',
99
+ html: 'Aturan 500 lahir di era film. Saat ini, dengan sensor 24-60MP, piksel sangat kecil sehingga jejak dirasakan jauh lebih awal. <strong>Model NPF</strong>, yang dikembangkan oleh Masyarakat Astronomi Prancis, menambahkan bukaan dan kepadatan piksel ke dalam perhitungan: <code>t = (35×f + 30×p) / F</code>, di mana f adalah bukaan, p adalah pitch piksel dan F adalah panjang fokus.',
100
+ },
101
+ {
102
+ type: 'tip',
103
+ title: 'Deklinasi: Rahasia Fotografer Tingkat Lanjut',
104
+ html: 'Bintang-bintang di dekat <strong>kutub langit</strong> (Polaris di belahan bumi utara) menelusuri lingkaran yang sangat kecil di langit. Ini berarti mereka bergerak sangat lambat melintasi sensor Anda, memungkinkan eksposur yang jauh lebih lama. Jika memotret area di sekitar Polaris, Anda dapat menggunakan dua atau tiga kali waktu yang dihitung tanpa jejak yang terlihat. Deklinasi memberi tahu Anda seberapa dekat target Anda dengan kutub langit.',
105
+ },
106
+ {
107
+ type: 'stats',
108
+ columns: 2,
109
+ items: [
110
+ { label: 'Aturan 500 - 14mm FF', value: '35.7s', icon: 'mdi:timer' },
111
+ { label: 'NPF - 14mm f/2.8 24MP', value: '~12s', icon: 'mdi:timer-sand' },
112
+ { label: 'Koreksi Dec 60°', value: 'x2.0', icon: 'mdi:compass' },
113
+ { label: 'Koreksi Dec 80°', value: 'x5.8', icon: 'mdi:compass' },
114
+ ],
115
+ },
116
+ ];
117
+
118
+ const faqSchema: WithContext<FAQPage> = {
119
+ '@context': 'https://schema.org',
120
+ '@type': 'FAQPage',
121
+ mainEntity: faq.map((item) => ({
122
+ '@type': 'Question',
123
+ name: item.question,
124
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
125
+ })),
126
+ };
127
+
128
+ const howToSchema: WithContext<HowTo> = {
129
+ '@context': 'https://schema.org',
130
+ '@type': 'HowTo',
131
+ name: title,
132
+ description,
133
+ step: howTo.map((step) => ({
134
+ '@type': 'HowToStep',
135
+ name: step.name,
136
+ text: step.text,
137
+ })),
138
+ };
139
+
140
+ const appSchema: WithContext<SoftwareApplication> = {
141
+ '@context': 'https://schema.org',
142
+ '@type': 'SoftwareApplication',
143
+ name: title,
144
+ description,
145
+ applicationCategory: 'UtilitiesApplication',
146
+ operatingSystem: 'Web',
147
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
148
+ inLanguage: 'id',
149
+ };
150
+
151
+ export const content: StarExposureCalculatorLocaleContent = {
152
+ slug,
153
+ title,
154
+ description,
155
+ ui,
156
+ seo,
157
+ faq,
158
+ faqTitle: 'Pertanyaan yang Sering Diajukan',
159
+ bibliography,
160
+ bibliographyTitle: 'Referensi Bibliografi',
161
+ howTo,
162
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
163
+ };
@@ -0,0 +1,163 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { StarExposureCalculatorUI, StarExposureCalculatorLocaleContent } from '../index';
3
+
4
+ const slug = 'calcolatore-regola-500';
5
+ const title = 'Calcolatore Regola del 500 e NPF per Astrofotografia';
6
+ const description = 'Calcola il tempo di esposizione massimo per l\'astrofotografia senza tracce stellari. Regola classica del 500 e modello NPF ad alta precisione per sensori moderni.';
7
+
8
+ const ui: StarExposureCalculatorUI = {
9
+ toolTitle: 'Calcolatore Regola del 500',
10
+ modeLabel: 'Modalità',
11
+ classicMode: 'Classica (500)',
12
+ npfMode: 'Precisa (NPF)',
13
+ sensorLabel: 'Sensore (Fattore Crop)',
14
+ focalLabel: 'Lunghezza Focale (mm)',
15
+ apertureLabel: 'Apertura (f/stop)',
16
+ megapixelsLabel: 'Megapixel (MP)',
17
+ declinationLabel: 'Declinazione Celeste',
18
+ equatorLabel: 'Equatore',
19
+ poleLabel: 'Polo',
20
+ secondsUnit: 'secondi',
21
+ resultText: 'Tempo massimo per stelle puntiformi.',
22
+ simLabel: 'Simulazione Visiva (Zoom 200%)',
23
+ simRangeLabel: 'Simula eccesso di tempo',
24
+ pointStars: 'Stelle puntiformi',
25
+ trailStars: 'Traccia stellare visibile',
26
+ };
27
+
28
+ const faq: StarExposureCalculatorLocaleContent['faq'] = [
29
+ {
30
+ question: 'Cosa succede se supero il tempo calcolato?',
31
+ answer: 'Se superi il tempo massimo, le stelle inizieranno ad allungarsi invece di rimanere punti nitidi. Se l\'esposizione è molto lunga, otterrai delle tracce stellari (star trails), una tecnica artistica valida ma che richiede tempi molto più lunghi per essere estetica.',
32
+ },
33
+ {
34
+ question: 'Quando dovrei usare NPF invece della Regola del 500?',
35
+ answer: 'Il modello NPF è più accurato e consigliato per fotocamere con sensori ad alta risoluzione (24MP o più). Con la classica Regola del 500 potresti ottenere tracce invisibili su una stampa 10x15 ma visibili su un monitor 4K o in stampe di grande formato. Se il tuo obiettivo è la massima nitidezza, usa NPF.',
36
+ },
37
+ {
38
+ question: 'Come trovo la declinazione dell\'oggetto che voglio fotografare?',
39
+ answer: 'Puoi usare app come Stellarium, SkySafari o consultare mappe stellari. Come regola generale: più l\'oggetto è vicino al polo celeste (Dec 90°), maggiore è il tempo di esposizione che puoi permetterti.',
40
+ },
41
+ {
42
+ question: 'Questo calcolatore funziona con un inseguitore stellare?',
43
+ answer: 'Non per il cielo stesso, poiché l\'inseguitore compensa la rotazione. Tuttavia, è vitale per calcolare lo scatto del primo piano dove l\'inseguitore non aiuta, o per verificare se il motore sta fallendo quando vedi tracce inaspettate.',
44
+ },
45
+ ];
46
+
47
+ const howTo: StarExposureCalculatorLocaleContent['howTo'] = [
48
+ { name: '1. Scegli la modalità di calcolo', text: 'Seleziona Classica (Regola del 500) per una stima rapida o NPF se hai un sensore ad alta risoluzione e cerchi la massima nitidezza.' },
49
+ { name: '2. Configura la tua attrezzatura', text: 'Inserisci la lunghezza focale del tuo obiettivo e seleziona il fattore di crop della tua fotocamera.' },
50
+ { name: '3. Regola la declinazione', text: 'Se fotografi vicino al polo celeste, aumenta la declinazione per consentire esposizioni più lunghe senza tracce.' },
51
+ { name: '4. Simula l\'eccesso di tempo', text: 'Usa lo slider della simulazione per visualizzare come apparirebbe una stella se superi il tempo calcolato.' },
52
+ ];
53
+
54
+ const bibliography: StarExposureCalculatorLocaleContent['bibliography'] = [
55
+ { name: 'Società Astronomica Francese: Il Modello NPF', url: 'https://sahavre.fr/wp/regle-npf-rule/' },
56
+ { name: 'PetaPixel: Perché la Regola del 500 non è più sufficiente', url: 'https://petapixel.com/2015/01/06/avoid-star-trails-following-500-rule/' },
57
+ { name: 'Lonely Speck: Calcolatore tempo di scatto per astrofotografia', url: 'https://www.lonelyspeck.com/advanced-astrophotography-shutter-time-calculator/' },
58
+ ];
59
+
60
+ const seo: StarExposureCalculatorLocaleContent['seo'] = [
61
+ {
62
+ type: 'summary',
63
+ title: 'Punti chiave della Regola del 500 e NPF',
64
+ items: [
65
+ 'La Regola del 500 è un\'approssimazione valida per sensori a bassa risoluzione e visualizzazione in piccolo formato.',
66
+ 'Il modello NPF è più accurato per i sensori moderni con alta densità di pixel.',
67
+ 'La declinazione celeste consente tempi di esposizione maggiori vicino ai poli (Dec 90°).',
68
+ 'Il fattore di crop del sensore moltiplica la focale effettiva e riduce il tempo massimo.',
69
+ ],
70
+ },
71
+ { type: 'title', text: 'Padroneggiare l\'Astrofotografia: Regola del 500 e Modello NPF', level: 2 },
72
+ {
73
+ type: 'paragraph',
74
+ html: 'Catturare la vastità del cielo notturno è una delle sfide più gratificanti per ogni fotografo. Tuttavia, il primo ostacolo è la rotazione terrestre. Se lasciamo l\'otturatore aperto troppo a lungo, quei perfetti punti di luce diventano tracce antiestetiche. Per ottenere stelle nitide come punti, dobbiamo calcolare il <strong>tempo massimo di esposizione</strong> usando la Regola del 500 o il Modello NPF.',
75
+ },
76
+ { type: 'title', text: 'Cos\'è la Regola del 500?', level: 2 },
77
+ {
78
+ type: 'paragraph',
79
+ html: 'La <strong>Regola del 500</strong> è una formula empirica semplificata che è stata lo standard nell\'astrofotografia paesaggistica per decenni. La sua formula è: <code>Tempo = 500 / (Focale × Fattore Crop)</code>. È rapida, mentale e sufficientemente accurata per sensori a bassa risoluzione e visualizzazione in formato ridotto.',
80
+ },
81
+ { type: 'title', text: 'Il Fattore Crop e il suo impatto', level: 2 },
82
+ {
83
+ type: 'paragraph',
84
+ html: 'Molti principianti dimenticano che la Regola del 500 si basa sullo standard 35mm (Full Frame). Se la tua fotocamera ha un sensore più piccolo, il campo visivo è più stretto e il movimento delle stelle è magnificato. Un obiettivo da 14mm su una APS-C (crop 1.5x) si comporta come un equivalente 21mm, riducendo il tempo massimo da 35.7s a soli 23.8s.',
85
+ },
86
+ {
87
+ type: 'table',
88
+ headers: ['Sensore', 'Crop', '14mm', '24mm', '50mm', '85mm'],
89
+ rows: [
90
+ ['Full Frame', 'x1.0', '35.7s', '20.8s', '10.0s', '5.9s'],
91
+ ['APS-C Nikon/Sony', 'x1.5', '23.8s', '13.9s', '6.7s', '3.9s'],
92
+ ['APS-C Canon', 'x1.6', '22.3s', '13.0s', '6.3s', '3.7s'],
93
+ ['Micro 4/3', 'x2.0', '17.9s', '10.4s', '5.0s', '2.9s'],
94
+ ],
95
+ },
96
+ { type: 'title', text: 'Il Modello NPF: Precisione per sensori moderni', level: 2 },
97
+ {
98
+ type: 'paragraph',
99
+ html: 'La Regola del 500 è nata nell\'era della pellicola. Oggi, con sensori da 24-60MP, i pixel sono così piccoli che le tracce si percepiscono molto prima. Il <strong>Modello NPF</strong>, sviluppato dalla Società Astronomica Francese, aggiunge l\'apertura e la densità di pixel al calcolo: <code>t = (35×f + 30×p) / F</code>, dove f è l\'apertura, p è il pixel pitch e F è la focale.',
100
+ },
101
+ {
102
+ type: 'tip',
103
+ title: 'Declinazione: Il segreto del fotografo avanzato',
104
+ html: 'Le stelle vicino al <strong>polo celeste</strong> (la Stella Polare nell\'emisfero nord) tracciano cerchi molto piccoli nel cielo. Questo significa che si muovono molto lentamente sul tuo sensore, permettendo esposizioni molto più lunghe. Se fotografi l\'area intorno alla Polare, puoi usare il doppio o il triplo del tempo calcolato senza che si vedano tracce. La declinazione ti dice quanto il tuo obiettivo è vicino al polo celeste.',
105
+ },
106
+ {
107
+ type: 'stats',
108
+ columns: 2,
109
+ items: [
110
+ { label: 'Regola 500 - 14mm FF', value: '35.7s', icon: 'mdi:timer' },
111
+ { label: 'NPF - 14mm f/2.8 24MP', value: '~12s', icon: 'mdi:timer-sand' },
112
+ { label: 'Correzione Dec 60°', value: 'x2.0', icon: 'mdi:compass' },
113
+ { label: 'Correzione Dec 80°', value: 'x5.8', icon: 'mdi:compass' },
114
+ ],
115
+ },
116
+ ];
117
+
118
+ const faqSchema: WithContext<FAQPage> = {
119
+ '@context': 'https://schema.org',
120
+ '@type': 'FAQPage',
121
+ mainEntity: faq.map((item) => ({
122
+ '@type': 'Question',
123
+ name: item.question,
124
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
125
+ })),
126
+ };
127
+
128
+ const howToSchema: WithContext<HowTo> = {
129
+ '@context': 'https://schema.org',
130
+ '@type': 'HowTo',
131
+ name: title,
132
+ description,
133
+ step: howTo.map((step) => ({
134
+ '@type': 'HowToStep',
135
+ name: step.name,
136
+ text: step.text,
137
+ })),
138
+ };
139
+
140
+ const appSchema: WithContext<SoftwareApplication> = {
141
+ '@context': 'https://schema.org',
142
+ '@type': 'SoftwareApplication',
143
+ name: title,
144
+ description,
145
+ applicationCategory: 'UtilitiesApplication',
146
+ operatingSystem: 'Web',
147
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
148
+ inLanguage: 'it',
149
+ };
150
+
151
+ export const content: StarExposureCalculatorLocaleContent = {
152
+ slug,
153
+ title,
154
+ description,
155
+ ui,
156
+ seo,
157
+ faq,
158
+ faqTitle: 'Domande Frequenti',
159
+ bibliography,
160
+ bibliographyTitle: 'Riferimenti Bibliografici',
161
+ howTo,
162
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
163
+ };
@@ -0,0 +1,163 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { StarExposureCalculatorUI, StarExposureCalculatorLocaleContent } from '../index';
3
+
4
+ const slug = '500-rule-calculator';
5
+ const title = '星空撮影用500ルール&NPF計算機';
6
+ const description = '星が流れないための最大露光時間を計算します。古典的な500ルールと、現代のセンサーに最適化された高精度なNPFモデルに対応しています。';
7
+
8
+ const ui: StarExposureCalculatorUI = {
9
+ toolTitle: '500ルール計算機',
10
+ modeLabel: '計算モード',
11
+ classicMode: '標準 (500ルール)',
12
+ npfMode: '精密 (NPFモデル)',
13
+ sensorLabel: 'センサーサイズ (クロップ係数)',
14
+ focalLabel: '焦点距離 (mm)',
15
+ apertureLabel: '絞り値 (f/)',
16
+ megapixelsLabel: '画素数 (MP)',
17
+ declinationLabel: '天の赤緯',
18
+ equatorLabel: '赤道付近',
19
+ poleLabel: '天の北極/南極付近',
20
+ secondsUnit: '秒',
21
+ resultText: '星を点像として写せる最大時間です。',
22
+ simLabel: 'シミュレーション (200%拡大)',
23
+ simRangeLabel: '時間の超過による影響を確認',
24
+ pointStars: '点像の星',
25
+ trailStars: '星が流れている状態',
26
+ };
27
+
28
+ const faq: StarExposureCalculatorLocaleContent['faq'] = [
29
+ {
30
+ question: '計算された時間を超えるとどうなりますか?',
31
+ answer: '最大露光時間を超えると、星は鋭い点ではなく、楕円形に伸びて写り始めます。さらに長時間露光すると「星の軌跡(スタートレイル)」になります。これは芸術的な手法の一つですが、きれいな軌跡にするにはこの計算値よりもはるかに長い時間が必要です。',
32
+ },
33
+ {
34
+ question: '500ルールではなくNPFモデルを使うべきなのはいつですか?',
35
+ answer: 'NPFモデルはより精密で、2400万画素以上の高画素カメラにおすすめです。古典的な500ルールでは、小さなプリントでは気にならなくても、4Kモニターでの鑑賞や大判プリントでは星の伸びが目立つことがあります。究極のシャープさを求めるならNPFを使用してください。',
36
+ },
37
+ {
38
+ question: '撮影したい天体の「赤緯」はどうやって調べればいいですか?',
39
+ answer: 'Stellarium(ステラリウム)などのアプリや星座表で確認できます。一般的なルールとして、天の北極または南極(赤緯90度)に近いほど、星の動きが遅くなるため露光時間を長く設定できます。',
40
+ },
41
+ {
42
+ question: 'この計算機はポータブル赤道儀(スタートラッカー)使用時も使えますか?',
43
+ answer: '星空そのものを追尾する場合は、赤道儀が回転を打ち消すため必要ありません。ただし、追尾の影響を受けない「地上風景」を止めて撮るための時間を計算したり、追尾エラーがないか確認したりする際に役立ちます。',
44
+ },
45
+ ];
46
+
47
+ const howTo: StarExposureCalculatorLocaleContent['howTo'] = [
48
+ { name: '1. 計算モードを選択', text: '素早く目安を知りたい場合は「標準(500ルール)」を、高画素機で厳密に撮りたい場合は「精密(NPFモデル)」を選択します。' },
49
+ { name: '2. 機材の入力', text: 'レンズの焦点距離を入力し、カメラのセンサーサイズ(フルサイズ、APS-Cなど)を選択します。' },
50
+ { name: '3. 赤緯の調整', text: '天の北極(北極星付近)などを撮る場合は、赤緯のスライダーを右に動かすことで、より長い露光が可能になります。' },
51
+ { name: '4. シミュレーションで確認', text: 'スライダーを動かして、時間を超過した際に星がどのように流れて見えるかを確認できます。' },
52
+ ];
53
+
54
+ const bibliography: StarExposureCalculatorLocaleContent['bibliography'] = [
55
+ { name: 'フランス天文学会:NPFモデルの解説', url: 'https://sahavre.fr/wp/regle-npf-rule/' },
56
+ { name: 'PetaPixel:なぜ500ルールでは不十分なのか', url: 'https://petapixel.com/2015/01/06/avoid-star-trails-following-500-rule/' },
57
+ { name: 'Lonely Speck:星空撮影シャッタースピード計算', url: 'https://www.lonelyspeck.com/advanced-astrophotography-shutter-time-calculator/' },
58
+ ];
59
+
60
+ const seo: StarExposureCalculatorLocaleContent['seo'] = [
61
+ {
62
+ type: 'summary',
63
+ title: '500ルールとNPFモデルのポイント',
64
+ items: [
65
+ '500ルールは低画素機やSNS投稿などの小サイズ鑑賞に適した簡易的な計算方法です。',
66
+ 'NPFモデルは現代の高画素センサーにおいて理想的な点像を得るための精密な手法です。',
67
+ '天の赤緯を考慮することで、極付近(赤緯90度)では露光時間を大幅に延ばせます。',
68
+ 'クロップ係数(センサーサイズ)は実効焦点距離に影響し、許容露光時間を短くします。',
69
+ ],
70
+ },
71
+ { type: 'title', text: '星空撮影の極意:500ルールとNPFモデルの使い分け', level: 2 },
72
+ {
73
+ type: 'paragraph',
74
+ html: '広大な夜空を撮影することは、多くの写真家にとって魅力的な挑戦です。しかし、最大の敵は地球の自転です。シャッターを長く開けすぎると、星たちは点ではなく不自然な線になってしまいます。シャープな「点像の星」を撮るためには、500ルールやNPFモデルを用いて<strong>最大露光時間</strong>を計算する必要があります。',
75
+ },
76
+ { type: 'title', text: '500ルールとは?', level: 2 },
77
+ {
78
+ type: 'paragraph',
79
+ html: '<strong>500ルール</strong>は、長年風景写真家の間で使われてきた標準的な計算式です。式は <code>時間 = 500 / (焦点距離 × クロップ係数)</code> です。暗算がしやすく、低画素機や小さな画面での鑑賞には十分な精度を持っています。',
80
+ },
81
+ { type: 'title', text: 'クロップ係数とその影響', level: 2 },
82
+ {
83
+ type: 'paragraph',
84
+ html: '500ルールは「35mm換算」が基準です。APS-Cなどの小型センサーを搭載したカメラでは、画角が狭くなるため、星の動きが相対的に大きく写ります。例えばAPS-C機(1.5倍)に14mmレンズを付けた場合、換算21mm相当の動きとなるため、限界時間は35.7秒から23.8秒へと短くなります。',
85
+ },
86
+ {
87
+ type: 'table',
88
+ headers: ['センサー', '係数', '14mm', '24mm', '50mm', '85mm'],
89
+ rows: [
90
+ ['フルサイズ', 'x1.0', '35.7秒', '20.8秒', '10.0秒', '5.9秒'],
91
+ ['APS-C (1.5x)', 'x1.5', '23.8秒', '13.9秒', '6.7秒', '3.9秒'],
92
+ ['APS-C (1.6x)', 'x1.6', '22.3秒', '13.0秒', '6.3秒', '3.7秒'],
93
+ ['マイクロフォーサーズ', 'x2.0', '17.9秒', '10.4秒', '5.0秒', '2.9秒'],
94
+ ],
95
+ },
96
+ { type: 'title', text: 'NPFモデル:高画素機時代の精密計算', level: 2 },
97
+ {
98
+ type: 'paragraph',
99
+ html: '500ルールはフィルム時代に生まれた法則です。2400万〜6000万画素といった現代の高画素機では、ピクセル密度が極めて高いため、ごくわずかな星の動きも捉えてしまいます。フランス天文学会が提唱した<strong>NPFモデル</strong>は、絞り値(f)と画素ピッチ(p)を計算に取り入れることで、より厳密な時間を導き出します。',
100
+ },
101
+ {
102
+ type: 'tip',
103
+ title: '赤緯:ベテランが使う撮影の裏技',
104
+ html: '<strong>天の北極や南極</strong>(北半球では北極星付近)に近い星は、空の上で描く円が非常に小さくなります。つまり、センサー上での移動スピードが遅いため、より長時間の露光が可能です。北極星の周辺を撮る場合は、計算上の時間の2〜3倍露光しても星が流れて見えないことがあります。赤緯(Declination)を意識することで、ISO感度を下げてより高画質な写真を撮ることができます。',
105
+ },
106
+ {
107
+ type: 'stats',
108
+ columns: 2,
109
+ items: [
110
+ { label: '500ルール (14mm FF)', value: '35.7秒', icon: 'mdi:timer' },
111
+ { label: 'NPF (14mm f/2.8 24MP)', value: '約12秒', icon: 'mdi:timer-sand' },
112
+ { label: '赤緯60度の補正', value: '2.0倍', icon: 'mdi:compass' },
113
+ { label: '赤緯80度の補正', value: '5.8倍', icon: 'mdi:compass' },
114
+ ],
115
+ },
116
+ ];
117
+
118
+ const faqSchema: WithContext<FAQPage> = {
119
+ '@context': 'https://schema.org',
120
+ '@type': 'FAQPage',
121
+ mainEntity: faq.map((item) => ({
122
+ '@type': 'Question',
123
+ name: item.question,
124
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
125
+ })),
126
+ };
127
+
128
+ const howToSchema: WithContext<HowTo> = {
129
+ '@context': 'https://schema.org',
130
+ '@type': 'HowTo',
131
+ name: title,
132
+ description,
133
+ step: howTo.map((step) => ({
134
+ '@type': 'HowToStep',
135
+ name: step.name,
136
+ text: step.text,
137
+ })),
138
+ };
139
+
140
+ const appSchema: WithContext<SoftwareApplication> = {
141
+ '@context': 'https://schema.org',
142
+ '@type': 'SoftwareApplication',
143
+ name: title,
144
+ description,
145
+ applicationCategory: 'UtilitiesApplication',
146
+ operatingSystem: 'Web',
147
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
148
+ inLanguage: 'ja',
149
+ };
150
+
151
+ export const content: StarExposureCalculatorLocaleContent = {
152
+ slug,
153
+ title,
154
+ description,
155
+ ui,
156
+ seo,
157
+ faq,
158
+ faqTitle: 'よくある質問 (FAQ)',
159
+ bibliography,
160
+ bibliographyTitle: '参考文献',
161
+ howTo,
162
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
163
+ };