![]() |
Stellarium
HEAD
|
Represents a camera with its properties and associated polygon sets. More...
#include <MosaicCamera.hpp>
Data Fields | |
| QString | name |
| The name of the camera. | |
| QString | cameraName |
| The name of the camera in the GUI. | |
| QString | cameraDescription |
| The description of the camera. | |
| QString | cameraURLDetails |
| URL for more details about the camera. | |
| double | ra |
| Right Ascension of camera pointing [deg]. | |
| double | dec |
| Declination of camera pointing [deg]. | |
| double | rotation |
| Rotation angle of the camera [deg]. | |
| bool | visible |
| Visibility status of the camera. | |
| QVector< PolygonSet > | polygon_sets |
| Collection of polygon sets associated with the camera. | |
| double | fieldDiameter |
| Estimated field diameter of the camera [deg]. | |
Represents a camera with its properties and associated polygon sets.
| QString Camera::cameraDescription |
The description of the camera.
| QString Camera::cameraName |
The name of the camera in the GUI.
| QString Camera::cameraURLDetails |
URL for more details about the camera.
| double Camera::dec |
Declination of camera pointing [deg].
| double Camera::fieldDiameter |
Estimated field diameter of the camera [deg].
| QString Camera::name |
The name of the camera.
| QVector<PolygonSet> Camera::polygon_sets |
Collection of polygon sets associated with the camera.
| double Camera::ra |
Right Ascension of camera pointing [deg].
| double Camera::rotation |
Rotation angle of the camera [deg].
| bool Camera::visible |
Visibility status of the camera.