Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.31 KB

File metadata and controls

22 lines (18 loc) · 1.31 KB

Telescope

Properties

Name Type Description Notes
name str Unabbreviated facility name (e.g., Palomar 200-inch Hale Telescope).
nickname str Abbreviated facility name (e.g., P200).
diameter float Diameter in meters.
id int Unique object identifier. [optional]
lat float, none_type Latitude in deg. [optional]
lon float, none_type Longitude in deg. [optional]
elevation float, none_type Elevation in meters. [optional]
skycam_link str, none_type Link to the telescope's sky camera. [optional]
robotic bool Is this telescope robotic? [optional]
fixed_location bool Does this telescope have a fixed location (lon, lat, elev)? [optional]
weather bool, date, datetime, dict, float, int, list, str, none_type Latest weather information [optional]
weather_retrieved_at datetime, none_type When was the weather last retrieved? [optional]
weather_link str, none_type Link to the preferred weather site. [optional]

[Back to Model list] [Back to API list] [Back to README]