Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Starainrt authored Oct 28, 2019
1 parent 293ef41 commit 7fcd0ad
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ go get github.com/starainrt/astro

## 示例

package main

```golang
package main
Expand Down Expand Up @@ -64,10 +63,15 @@ func main() {
## 实现
1.太阳坐标、高度角、方位角、中天、晨昏朦影、日出日落、节气
2.月亮坐标、高度角、方位角、中天、升落
3.真平恒星时,指定赤经赤纬对应星座
3.七大行星坐标
4.公农历转换
5.待续


3. 地球偏心率、日地距离
4.真平恒星时,指定赤经赤纬对应星座
5.七大行星坐标、距日、距地距离
6.公农历转换
7.待续

## TODO
1. 代码规范化
2. 增加内行星上下合/留/最大距角计算
3. 增加外行星冲/合/留计算
4. 恒星相关计算

0 comments on commit 7fcd0ad

Please sign in to comment.