Stellarium  25.3
Data Fields
Camera Struct Reference

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< PolygonSetpolygon_sets
 Collection of polygon sets associated with the camera.
 
double fieldDiameter
 Estimated field diameter of the camera [deg].
 

Detailed Description

Represents a camera with its properties and associated polygon sets.

Field Documentation

◆ cameraDescription

QString Camera::cameraDescription

The description of the camera.

◆ cameraName

QString Camera::cameraName

The name of the camera in the GUI.

◆ cameraURLDetails

QString Camera::cameraURLDetails

URL for more details about the camera.

◆ dec

double Camera::dec

Declination of camera pointing [deg].

◆ fieldDiameter

double Camera::fieldDiameter

Estimated field diameter of the camera [deg].

◆ name

QString Camera::name

The name of the camera.

◆ polygon_sets

QVector<PolygonSet> Camera::polygon_sets

Collection of polygon sets associated with the camera.

◆ ra

double Camera::ra

Right Ascension of camera pointing [deg].

◆ rotation

double Camera::rotation

Rotation angle of the camera [deg].

◆ visible

bool Camera::visible

Visibility status of the camera.