|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classCCD.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:13:32 2014 Кодировка: Поисковые слова: asteroid |
![]() |
Stellarium 0.12.3
|
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 CCD * | ccdFromSettings (QSettings *theSettings, int ccdIndex) |
| static CCD * | ccdModel () |
Properties | |
| QString | name |
| int | resolutionX |
| int | resolutionY |
| double | chipWidth |
| double | chipHeight |
| double | pixelWidth |
| double | pixelHeight |
The formula for this calculation comes from the Yerkes observatory.
fov degrees = 2PI/360degrees * chipDimension mm / telescope FL mm
1.8.3.1