cut 3.3.0
Loading...
Searching...
No Matches
QeRaDec Class Reference

A widget that renders two set of RA/Dec coordinates using cylindrical projection. More...

#include <CutWidgets.h>

Signals

void currentRaChanged (double newValue)
 Indicates a change in the right ascension coordinate for the current position.
 
void currentDecChanged (double newValue)
 Indicates a change in the declination coordinate for the current position.
 
void targetRaChanged (double newValue)
 Indicates a change in the right ascension coordinate for the target position.
 
void targetDecChanged (double newValue)
 Indicates a change in the declination coordinate for the target position.
 
void telescopeLatChanged (double newValue)
 Indicates a change in the telescope latitude coordinate.
 
void telescopeLongChanged (double newValue)
 Indicates a change in the telescope longitude coordinate.
 

Properties

double currentRa
 Right Ascension coordinate of the current position in radians.
 
double currentDec
 Declination coordinate of the current position in radians.
 
double targetRa
 Right Ascension coordinate of the target position in radians.
 
double targetDec
 Declination coordinate of the target position in radians.
 
double telescopeLat
 Latitude coordinate of the telescope.
 
double telescopeLong
 Longitude coordinate of the telescope.
 

Detailed Description

A widget that renders two set of RA/Dec coordinates using cylindrical projection.

It uses as background an image to give context of the coordinates.

Note
This widget uses an image created by Jim Cornmell, with license CC, SA-BY. The use is permitted by license.

Property Documentation

◆ currentDec

double QeRaDec::currentDec
readwrite

Declination coordinate of the current position in radians.

Accessors:
getCurrentDec(), setCurrentDec(double)

◆ currentRa

double QeRaDec::currentRa
readwrite

Right Ascension coordinate of the current position in radians.

Accessors:
getCurrentRa(), setCurrentRa(double)

◆ targetDec

double QeRaDec::targetDec
readwrite

Declination coordinate of the target position in radians.

Accessors:
getTargetDec(), setTargetDec(double)

◆ targetRa

double QeRaDec::targetRa
readwrite

Right Ascension coordinate of the target position in radians.

Accessors:
getTargetRa(), setTargetRa(double)

◆ telescopeLat

double QeRaDec::telescopeLat
readwrite

Latitude coordinate of the telescope.

Accessors:
getTelescopeLat(), setTelescopeLat(double)

◆ telescopeLong

double QeRaDec::telescopeLong
readwrite

Longitude coordinate of the telescope.

Accessors:
getTelescopeLong(), setTelescopeLong(double)

The documentation for this class was generated from the following files: