![]() |
Stellarium 0.15.2
|
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 CCD * | ccdFromSettings (QSettings *theSettings, int ccdIndex) |
| static CCD * | ccdModel () |
The formula for this calculation comes from the Yerkes observatory.
fov degrees = 2PI/360degrees * chipDimension mm / telescope FL mm
1.8.11