noao

Top level of the noao package, only contains the task observatory.

Notes

For questions or comments please see our github page. We encourage and appreciate user feedback.

Observatory is the only task on the top noao module level. See the Python example below.

observatory

The observatory task will return various information about an observatory location. This task is included in Astropy as the astropy.coordinates.EarthLocation class. See the doc pages here and here for more information.

# Astronomy Specific Imports
from astropy.coordinates import EarthLocation
EarthLocation.of_site('Apache Point Observatory')