TwiceAsNice
2019-02-18
|
Functions | |
def | getHoriz (lbtoLoc, raDeg, decDeg, nowT) |
def | getEquat (lbtoLoc, altDeg, azDeg, nowT) |
Variables | |
args = parser.parse_args() | |
jtzt = Time(args.t,format='isot') | |
lbtoLoc = EarthLocation(lat=32.701309*units.deg, lon=-109.889064*units.deg, height=3221*units.m) | |
altDeg = Angle(args.RaOrAlt.lower(), unit=units.deg) | |
azDeg = Angle(args.DecOrAz.lower(), unit=units.deg) | |
raDeg = Angle(args.RaOrAlt.lower(), unit=units.hour) | |
decDeg = Angle(args.DecOrAz.lower(), unit=units.deg) | |
def lbtoEquat2Horiz.getEquat | ( | lbtoLoc, | |
altDeg, | |||
azDeg, | |||
nowT | |||
) |
def lbtoEquat2Horiz.getHoriz | ( | lbtoLoc, | |
raDeg, | |||
decDeg, | |||
nowT | |||
) |
lbtoEquat2Horiz.altDeg = Angle(args.RaOrAlt.lower(), unit=units.deg) |
lbtoEquat2Horiz.args = parser.parse_args() |
lbtoEquat2Horiz.azDeg = Angle(args.DecOrAz.lower(), unit=units.deg) |
lbtoEquat2Horiz.decDeg = Angle(args.DecOrAz.lower(), unit=units.deg) |
lbtoEquat2Horiz.jtzt = Time(args.t,format='isot') |
lbtoEquat2Horiz.lbtoLoc = EarthLocation(lat=32.701309*units.deg, lon=-109.889064*units.deg, height=3221*units.m) |
lbtoEquat2Horiz.raDeg = Angle(args.RaOrAlt.lower(), unit=units.hour) |