Documentation
¶
Index ¶
- Variables
- func ApparentBo(date time.Time) float64
- func ApparentDec(date time.Time) float64
- func ApparentLo(date time.Time) float64
- func ApparentMagnitude(date time.Time) float64
- func ApparentRa(date time.Time) float64
- func ApparentRaDec(date time.Time) (float64, float64)
- func Azimuth(date time.Time, lon, lat float64) float64
- func CulminationTime(date time.Time, lon float64) time.Time
- func DownTime(date time.Time, lon, lat, height float64, aero bool) (time.Time, error)
- func EarthDistance(date time.Time) float64
- func HourAngle(date time.Time, lon float64) float64
- func LastConjunction(date time.Time) time.Time
- func LastEasternQuadrature(date time.Time) time.Time
- func LastOpposition(date time.Time) time.Time
- func LastProgradeToRetrograde(date time.Time) time.Time
- func LastRetrogradeToPrograde(date time.Time) time.Time
- func LastWesternQuadrature(date time.Time) time.Time
- func NextConjunction(date time.Time) time.Time
- func NextEasternQuadrature(date time.Time) time.Time
- func NextOpposition(date time.Time) time.Time
- func NextProgradeToRetrograde(date time.Time) time.Time
- func NextRetrogradeToPrograde(date time.Time) time.Time
- func NextWesternQuadrature(date time.Time) time.Time
- func RiseTime(date time.Time, lon, lat, height float64, aero bool) (time.Time, error)
- func SetTime(date time.Time, lon, lat, height float64, aero bool) (time.Time, error)
- func SunDistance(date time.Time) float64
- func Zenith(date time.Time, lon, lat float64) float64
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ERR_SATURN_NEVER_RISE = errors.New("ERROR:极夜,木星今日永远在地平线下!") ERR_SATURN_NEVER_SET = errors.New("ERROR:极昼,木星今日永远在地平线上!") // ERR_SATURN_NEVER_DOWN deprecated: -- use ERR_SATURN_NEVER_SET instead ERR_SATURN_NEVER_DOWN = ERR_SATURN_NEVER_SET )
Functions ¶
func CulminationTime ¶
CulminationTime 中天时间 返回给定经纬度、对应date时区date时刻的中天日期
func DownTime ¶
deprecated: -- use SetTime instead DownTime 落下时间 date,取日期,时区忽略 lon,经度,东正西负 lat,纬度,北正南负 height,高度 aero,true时进行大气修正
func LastConjunction ¶
LastConjunction 上次合日时间 返回上次合日时间
func LastEasternQuadrature ¶
LastEasternQuadrature 上次东方照时间 返回上次东方照时间
func LastProgradeToRetrograde ¶
LastProgradeToRetrograde 上次留(顺转逆) 返回上次顺转逆留的时间
func LastRetrogradeToPrograde ¶
LastRetrogradeToPrograde 上次留(逆转瞬) 返回上次逆转瞬留的时间
func LastWesternQuadrature ¶
LastWesternQuadrature 上次西方照时间 返回上次西方照时间
func NextConjunction ¶
NextConjunction 下次合日时间 返回下次合日时间
func NextEasternQuadrature ¶
NextEasternQuadrature 下次东方照时间 返回下次东方照时间
func NextProgradeToRetrograde ¶
NextProgradeToRetrograde 下次留(顺转逆) 返回下次顺转逆留的时间
func NextRetrogradeToPrograde ¶
NextRetrogradeToPrograde 上次留(逆转瞬) // 返回上次逆转瞬留的时间
func NextWesternQuadrature ¶
NextWesternQuadrature 下次西方照时间 返回下次西方照时间
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.