From 59aecb5f4f8990e98f79149d7200a0ace78f09e6 Mon Sep 17 00:00:00 2001 From: quan787 Date: Thu, 1 Dec 2022 09:11:12 +0800 Subject: [PATCH] 2022-12-01:2 --- docs/.vitepress/config.js | 3 ++- docs/meteor/camera.md | 2 +- docs/preface.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index a320390..ef7e90f 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -27,7 +27,8 @@ export default { { text: '世界上的流星监测网', link: '/meteor/networks' }, { text: '澳大利亚沙漠火流星监测网', link: '/meteor/DFN' }, { text: '光子到电子到数字', link: '/meteor/photon_to_digit' }, - { text: '网络摄像头的错误设置', link: '/meteor/wrong_settings' } + { text: '网络摄像头的错误设置', link: '/meteor/wrong_settings' }, + { text: '如何拍到更多流星?', link: '/meteor/camera' } ] }, { diff --git a/docs/meteor/camera.md b/docs/meteor/camera.md index bb1f1b9..e885e1d 100644 --- a/docs/meteor/camera.md +++ b/docs/meteor/camera.md @@ -1,4 +1,4 @@ -# 什么样的相机才能拍到更多流星? +# 哪些相机才能拍到更多流星? 我们在为流星监测设备选购相机时,除了成本,另外一个重要的因素就是:这个相机能不能拍到流星?市面上有很多不同型号的摄像头,即使价格一样,也有一些型号更加适合拍流星,或者说能拍到更多、更暗的流星。如果你用天文相机和镜头自己组装流星相机,相机和镜头的各种参数也需要考虑。流星相对于日常使用的场景,是一种更暗、更小的目标,所以相机在弱光环境下的表现非常重要。 diff --git a/docs/preface.md b/docs/preface.md index 694d5ff..464a9af 100644 --- a/docs/preface.md +++ b/docs/preface.md @@ -13,6 +13,7 @@ * [澳大利亚沙漠火流星监测网](meteor/DFN.md) * [光子到电子到数字](/meteor/photon_to_digit) * [网络摄像头的错误设置](/meteor/wrong_settings) +* [如何拍到更多流星?](/docs/meteor/camera) ## 架设流星探测设备