public class AstroUtil extends Object
| 构造器 | 说明 |
|---|---|
AstroUtil() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Object[] |
CALDAT(double mjd) |
Inverse procedure to MJD
|
static double |
GMST2UT(double mjd,
double gmst) |
Greenwich Mean Sideral to Universal time
|
static double |
LMST(double mjd,
double lon) |
Local mean sideral time [decimal hours] single precision longitude, west
positiv
|
static double |
MJD(int year,
int month,
int day,
double noon) |
Calculate modified julian day (JD - 2400000.5)
|
static double[] |
sun2000(double t2000) |
Solar ephemerides
|
static double[] |
sunEqu(double T) |
!
|
static double |
TOMSozone(int month,
double latitude) |
my own evaluation of TOMS monthly zonal averages from 1989 until 1999
!
|
public static double MJD(int year,
int month,
int day,
double noon)
year - Yearmonth - Monthday - Daynoon - Local mean time noon in UT (12. - longitude / 15.)public static Object[] CALDAT(double mjd)
mjd - MJDpublic static double LMST(double mjd,
double lon)
mjd - Modified Julian daylon - Longitudepublic static double GMST2UT(double mjd,
double gmst)
mjd - Modified Julian daygmst - Greenwich Mean Sideral time.public static double[] sun2000(double t2000)
t2000 - public static double[] sunEqu(double T)
T - public static double TOMSozone(int month,
double latitude)
month - Monthlatitude - LatitudeCopyright © 2019. All rights reserved.