Tags and keywords
The Wikipedia page on optical telescopes has chosen the Keplerian refactor as representative, whereas this trail is ultimately focused (oops pun) on reflectors, so it won't be modelling in great depth.
A block KeplerianRefactor
has isInverting
redefined to be 'true'.
Concerning the real image formed by the objective
we are told 'This image may be recorded ...' - which we touched on earlier with Photograph
and ImageSensor
- or 'viewed through an eyepiece, which acts like a magnifying glass'. The comparison with magnifying glass is not very useful here; the block EyePiece
, which already extends Lens
, has been set to additionally extend a block MagnifyingGlass
that is otherwise considered out-of-scope.
We have to be careful interpreting this bit: 'The eye then sees an inverted magnified virtual image of the object'. This clearly contradicts an earlier snippet (i.e. not all optical telescopes have an inverted virtual image):
Such contradictions can be tracked using this technique:
Also, caution has to be exercised with the word 'sees'. It is not so much that the 'eye then sees ... a magnified virtual image of the object'; rather, the eye "looks at" or "observes" the virtual image of the object then "sees" a real image produced on the retina by the lens and combined optics of the eye (which the optical nerve system and brain then process).
There is a general «observes» Association from Eye
to OpticalImage
, which has now also been named 'Observes', and similarly the «observes» Association from Telescope
to DistantObject
has been named 'Observes'. This is so that when the Association is used to type Connectors in IBDs the name of the Association will be clear, as we'll see next .
Later in this trail the Block
EyePiece
is renamed Eyepiece
.