Документ взят из кэша поисковой машины. Адрес оригинального документа : http://astro.uni-altai.ru/~aw/stellarium/api/classCCD.html
Дата изменения: Unknown
Дата индексирования: Fri Feb 28 07:13:32 2014
Кодировка:

Поисковые слова: arp 220
Stellarium: CCD Class Reference
Stellarium 0.12.3
List of all members | Public Member Functions | Static Public Member Functions | Properties
CCD Class Reference

Public Member Functions

Q_INVOKABLE CCD (const QObject &other)
 
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 getActualFOVx (Telescope *telescope, Lens *lens) const
 The formula for this calculation comes from the Yerkes observatory. More...
 
double getActualFOVy (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
 

Detailed Description

Definition at line 29 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: