Contents:
A main driver function is makeAnnualChart()
Convert degrees, minutes, seconds to decimal degrees, and back.
EXAMPLES:
dms(‘150:15:32.8’) dms([7, 49]) dms(18.235097) dms(18.235097, output_string=True)
Also works for negative values.
SEE ALSO: hms()
Draw charts computed by makeAnnualChart().
INPUTS: |
|
---|
Convert hours, minutes, seconds to decimal degrees, and back.
EXAMPLES:
hms(‘15:15:32.8’) hms([7, 49]) hms(18.235097) hms(18.235097, output_string=True)
Also works for negative values.
SEE ALSO: dms()
True if pyEphem object ‘target’ is visible to observer ‘obs’ on the input ‘dates’; False otherwise.
Make pretty plots of target visibility during the year. E.g., to observe the Kepler field from Keck:
(Source code, png, hires.png, pdf)
INPUTS: |
|
---|---|
EXAMPLE: | import observing as obs
# Plot Visibility of the Kepler Field:
obs.makeAnnualChart('keck', '19:22:40', '+44:30:00', dt=-10)
obs.makeAnnualChart('mtgraham', '19:22:40', '+44:30:00', dt=-7)
|
NOTES: | Based on the attractive plots used by the California Planet Search team. |
Set up PyEphem ‘observer’ object for a given observatory.
INPUTS: |
|
---|