-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
277 lines (259 loc) · 10.5 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
site_name: Kirastar - 科学天文摄影笔记
site_url: https://kirastar.zhenhuang.site/
repo_url: https://github.com/ZhenHuangLab/Kirastar
repo_name: ZhenHuangLab/Kirastar
edit_uri: edit/main/docs/
site_description: 一个自制的天文摄影系列笔记及教程网站,力求科学系统地介绍天文摄影及深空观测摄影的理论基础、硬件基础、数据收集、数据处理等方面的知识。
copyright: Copyright © 2025 <a href="https://github.com/ZhenHuangLab" target="_blank" rel="noopener">Zhen Huang</a>
theme:
name: material
custom_dir: overrides
language: zh
favicon: assets/icons/favicon.svg
icon:
logo: material/telescope
repo: fontawesome/brands/git-alt
edit: material/pencil-circle
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
toggle:
icon: material/weather-sunny
name: 切换至黑夜模式 Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
toggle:
icon: material/weather-night
name: 切换至白天模式 Switch to light mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tracking
- navigation.path
- navigation.top
- navigation.indexes
- navigation.footer
- search.suggest
- search.highlight
- search.share
- toc.follow
- content.action.edit
- content.tooltips
- content.footnote.tooltips
- announce.dismiss
extra:
social:
- icon: fontawesome/solid/house
link: https://zhenhuang.site
- icon: fontawesome/brands/github
link: https://github.com/ZhenHuangLab
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/37168500
- icon: fontawesome/brands/zhihu
link: https://www.zhihu.com/people/zhen-victor-huang
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/ZhenVictorHuang
# - icon: fontawesome/brands/facebook
# link: https://www.facebook.com/profile.php?id=100095427284684
generator: true
# consent:
# title: Cookie consent
# description: >-
# We use cookies to recognize your repeated visits and preferences, as well
# as to measure the effectiveness of our documentation and whether users
# find what they're searching for. With your consent, you're helping us to
# make our documentation better.
# actions:
# - accept
# - manage
status:
new: 最近发布
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.snippets
plugins:
- search
- tags
- git-revision-date-localized:
type: date
enable_creation_date: true
timezone: Asia/Shanghai
# - git-authors:
# show_contribution: true
# show_line_count: false
# show_email_address: true
# count_empty_lines: false
# fallback_to_empty: false
# sort_authors_by: contribution
# authorship_threshold_percent: 0
# exclude:
# - index.md
# enabled: true
# strict: true
- git-committers:
repository: ZhenHuangLab/Kirastar
branch: main
token: !!python/object/apply:os.getenv ["MKDOCS_GIT_COMMITTERS_APIKEY"]
# token: ${MKDOCS_GIT_COMMITTERS_APIKEY}
- mkdocstrings
- ultralytics:
verbose: True
enabled: True
default_image: "https://lfs.zhenhuang.site/images/IC1848-2024-04-16-11-18-46-small.png"
add_desc: True
add_image: True
add_keywords: True
add_share_buttons: False
add_dates: False
add_authors: False
- glightbox:
auto_caption: true
skip_classes:
- skip_img
# - meta-descriptions:
# export_csv: false
# quiet: false
# enable_checks: true
# min_length: 50
# max_length: 160
# trim: true
extra_javascript:
- javascripts/mathjax.js
- javascripts/katex.js
- javascripts/extra.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js
# - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js
extra_css:
# - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
- https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css
- stylesheets/extra.css
# 这是这本书的结构体系
nav:
- 主页:
- index.md
- 序言: ./intro/introduction.md
- 修订及贡献说明: ./intro/revise-notes.md
- 目录: ./intro/contents.md
- 理论基础:
- ./basic-principle/index.md
- 第一章 基础光学知识:
- ./basic-principle/chapter-1/index.md
- 第一节 几何光学基础: ./basic-principle/chapter-1/section-1.md
- 第二节 几何光学像差: ./basic-principle/chapter-1/section-2.md
- 第三节 波动光学与成像原理: ./basic-principle/chapter-1/section-3.md
- 第四节 光的颜色与光谱: ./basic-principle/chapter-1/section-4.md
- 第五节 口径、焦距与焦比: ./basic-principle/chapter-1/section-5.md
- 第二章 基础天文学知识:
- ./basic-principle/chapter-2/index.md
- 第一节 天文学基础概念: ./basic-principle/chapter-2/section-1.md # 包括天球、天球坐标系、星等
- 第二节 各类天体介绍: ./basic-principle/chapter-2/section-2.md
- 第三节 重要天象介绍: ./basic-principle/chapter-2/section-3.md
- 第四节 天空与天气: ./basic-principle/chapter-2/section-4.md
- 第五节 天文观测工具: ./basic-principle/chapter-2/section-5.md
- 第三章 数字图像基础:
- ./basic-principle/chapter-3/index.md
- 第一节 图像与图像处理基础: ./basic-principle/chapter-3/section-1.md
- 第二节 感光元件及重要参数: ./basic-principle/chapter-3/section-2.md
- 第三节 信号、噪音与信噪比: ./basic-principle/chapter-3/section-3.md
- 第四节 深空图像校准基础: ./basic-principle/chapter-3/section-4.md
- 硬件基础:
- ./hardware/index.md
- 第四章 主光学系统:
- ./hardware/chapter-4/index.md
- 第一节 主光学系统及其组成: ./hardware/chapter-4/section-1.md
- 第二节 主光学系统的分类及相关参数介绍: ./hardware/chapter-4/section-2.md
- 第三节 主光学系统的配件: ./hardware/chapter-4/section-3.md # 包括除雾带
- 第四节 滤镜: ./hardware/chapter-4/section-4.md
- 第五章 跟踪系统:
- ./hardware/chapter-5/index.md
- 第一节 跟踪系统及其分类: ./hardware/chapter-5/section-1.md
- 第二节 赤道仪基本结构: ./hardware/chapter-5/section-2.md
- 第三节 赤道仪相关参数介绍: ./hardware/chapter-5/section-3.md
- 第四节 支架: ./hardware/chapter-5/section-4.md
- 第六章 相机:
- ./hardware/chapter-6/index.md
- 第一节 相机基本结构及分类: ./hardware/chapter-6/section-1.md # 按颜色分,按传感器分,按温度分
- 第二节 相机相关参数性能: ./hardware/chapter-6/section-2.md
- 第三节 相机与主光学系统的匹配: ./hardware/chapter-6/section-3.md
- 第七章 导星修正系统:
- ./hardware/chapter-7/index.md
- 第一节 导星修正系统及其分类: ./hardware/chapter-7/section-1.md
- 第二节 导星系统的搭配与连接: ./hardware/chapter-7/section-2.md
- 第三节 导星系统的影响因素与评价: ./hardware/chapter-7/section-3.md
- 第八章 控制系统:
- ./hardware/chapter-8/index.md
- 第一节 控制系统原理介绍: ./hardware/chapter-8/section-1.md
- 第二节 控制系统的供电: ./hardware/chapter-8/section-2.md
- 第三节 理线的艺术: ./hardware/chapter-8/section-3.md
- 数据收集:
- data-collection/index.md
- 第九章 出摊的规划:
- ./data-collection/chapter-9/index.md
- 第一节 出摊时间的考虑事项: ./data-collection/chapter-9/section-1.md
- 第二节 出摊地点的考虑事项: ./data-collection/chapter-9/section-2.md
- 第十章 出摊前准备:
- ./data-collection/chapter-10/index.md
- 第一节 设备器材的准备: ./data-collection/chapter-10/section-1.md
- 第二节 其他个人物品的准备: ./data-collection/chapter-10/section-2.md
- 第十一章 开拍前器材的组装与调试:
- ./data-collection/chapter-11/index.md
- 第一节 设备的组装: ./data-collection/chapter-11/section-1.md
- 第二节 设备的调试: ./data-collection/chapter-11/section-2.md # 对极轴等
- 第十二章 拍摄软件的使用:
- ./data-collection/chapter-12/index.md
- 第一节 拍摄软件的选择: ./data-collection/chapter-12/section-1.md
- 第二节 软件使用教程(以N.I.N.A.为例): ./data-collection/chapter-12/section-2.md
- 数据处理:
- data-processing/index.md
- 第十三章 数据处理的基本思路:
- ./data-processing/chapter-13/index.md
- 第一节 深空后期的思想方法: ./data-processing/chapter-13/section-1.md
- 第二节 深空后期的基本流程: ./data-processing/chapter-13/section-2.md
- 第十四章 后期处理的具体技术(以Pixinsight为例):
- ./data-processing/chapter-14/index.md
- 第一节 图像预处理: ./data-processing/chapter-14/section-1.md
- 第二节 图像处理的一般技术方法: ./data-processing/chapter-14/section-2.md
- 第三节 高阶图像处理技巧: ./data-processing/chapter-14/section-3.md
- 附录:
- ./appendix/index.md
- 渣图展示: ./appendix/gallery.md
- 后记: ./appendix/afterword.md