Stellarium  0.16.1
List of all members | Public Member Functions | Static Public Member Functions | Properties
CCD Class Reference
+ Inheritance diagram for CCD:
+ Collaboration diagram for CCD:

Public Member Functions

Q_INVOKABLE CCD (const QObject &other)
 
void writeToSettings (QSettings *settings, const int index)
 
QString name () const
 
void setName (QString name)
 
int getCCDID ()
 
int resolutionX () const
 
void setResolutionX (int resolution)
 
int resolutionY () const
 
void setResolutionY (int resolution)
 
double chipWidth () const
 
void setChipWidth (double width)
 
double chipHeight () const
 
void setChipHeight (double height)
 
double pixelWidth () const
 
void setPixelWidth (double width)
 
double pixelHeight () const
 
void setPixelHeight (double height)
 
double chipRotAngle () const
 
void setChipRotAngle (double angle)
 
int binningX () const
 
void setBinningX (int binning)
 
int binningY () const
 
void setBinningY (int binning)
 
bool hasOAG () const
 
void setHasOAG (bool oag)
 
double prismDistance () const
 
void setPrismDistance (double distance)
 
double prismHeight () const
 
void setPrismHeight (double height)
 
double prismWidth () const
 
void setPrismWidth (double width)
 
double prismPosAngle () const
 
void setPrismPosAngle (double angle)
 
double getActualFOVx (Telescope *telescope, Lens *lens) const
 The formula for this calculation comes from the Yerkes observatory. More...
 
double getActualFOVy (Telescope *telescope, Lens *lens) const
 
double getInnerOAGRadius (Telescope *telescope, Lens *lens) const
 
double getOuterOAGRadius (Telescope *telescope, Lens *lens) const
 
double getOAGActualFOVx (Telescope *telescope, Lens *lens) const
 
QMap< int, QString > propertyMap ()
 

Static Public Member Functions

static CCDccdFromSettings (QSettings *theSettings, int ccdIndex)
 
static CCDccdModel ()
 

Properties

QString name
 
int resolutionX
 
int resolutionY
 
double chipWidth
 
double chipHeight
 
double pixelWidth
 
double pixelHeight
 
double chipRotAngle
 
int binningX
 
int binningY
 
double hasOAG
 
double prismHeight
 
double prismWidth
 
double prismDistance
 
double prismPosAngle
 

Detailed Description

Definition at line 30 of file CCD.hpp.

Member Function Documentation

double CCD::getActualFOVx ( Telescope telescope,
Lens lens 
) const

The formula for this calculation comes from the Yerkes observatory.

fov degrees = 2PI/360degrees * chipDimension mm / telescope FL mm


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