# Telescope Magnification Calculator

> Computes the magnification of a telescope and eyepiece combination (with optional Barlow), the exit pupil, true field of view, focal ratio, useful magnification range, Dawes and Rayleigh resolution limits and an estimated limiting magnitude.

- Calculator id: `telescope-magnification` · Category: Photography & Optics (`photography`) · Tool name: `calculate_telescope_magnification`
- Canonical page: https://tttkmbb.com/photography/telescope-magnification · This document: https://tttkmbb.com/photography/telescope-magnification.md · JSON definition: https://tttkmbb.com/photography/telescope-magnification.json

## Purpose

Computes the magnification of a telescope and eyepiece combination (with optional Barlow), the exit pupil, true field of view, focal ratio, useful magnification range, Dawes and Rayleigh resolution limits and an estimated limiting magnitude.

**Use when:** You are choosing an eyepiece or Barlow for a telescope and want to know the resulting power, field of view and whether the magnification is useful for the aperture.

**Do not use when:** You need the angle of view of a camera lens (use field-of-view) or exposure settings for astrophotography.

## Input

| Parameter | Type | Unit | Required | Description |
| --- | --- | --- | --- | --- |
| `telescope_focal_length_mm` | number | mm | required | Focal length of the telescope objective or mirror. (min 50, max 20000) |
| `eyepiece_focal_length_mm` | number | mm | required | Focal length of the eyepiece. (min 1, max 100) |
| `aperture_mm` | number | mm | required | Clear aperture (objective or primary mirror diameter). (min 10, max 5000) |
| `barlow_factor` | number |  | optional, default 1 | Magnification of a Barlow lens (2, 3) or focal reducer (0.63); 1 for none. (min 0.2, max 10) |
| `eyepiece_afov_degrees` | number | ° | optional, default 50 | Apparent field of view of the eyepiece design (Plössl 50°, wide-field 68–82°, ultra-wide 100°). (min 20, max 120) |

## Output

| Field | Type | Unit | Description |
| --- | --- | --- | --- |
| `magnification` | number | × | telescope focal length × barlow_factor / eyepiece focal length. |
| `effective_focal_length_mm` | number | mm | Telescope focal length × Barlow factor. |
| `exit_pupil_mm` | number | mm | aperture / magnification; above ~7 mm the eye cannot use all the light, below ~0.5 mm the image is dim. |
| `true_field_of_view_degrees` | number | ° | Eyepiece apparent field / magnification (the full Moon is about 0.5°). |
| `focal_ratio` | number |  | Native f-number = telescope focal length / aperture. |
| `max_useful_magnification` | number | × | Rule of thumb 2 × aperture in mm (50× per inch); beyond it the image only gets larger and dimmer. |
| `min_useful_magnification` | number | × | aperture / 7 mm, the power at which the exit pupil equals a dark-adapted eye pupil. |
| `dawes_limit_arcsec` | number | arcsec | 116 / aperture_mm: closest double star the telescope can split (empirical). |
| `rayleigh_limit_arcsec` | number | arcsec | 138 / aperture_mm: diffraction-limited resolution for 550 nm light. |
| `limiting_magnitude` | number | mag | 7.5 + 5·log10(aperture in cm): faintest star visible under dark skies (rule of thumb). |

## Formula

`magnification = telescope_focal_length_mm × barlow_factor / eyepiece_focal_length_mm; exit_pupil_mm = aperture_mm / magnification; true_field = eyepiece_afov_degrees / magnification; dawes = 116 / aperture_mm; rayleigh = 138 / aperture_mm; limiting_magnitude = 7.5 + 5·log10(aperture_mm / 10)`

Geometric optics for visual use; the true field is approximate for wide-field eyepieces (field-stop method is exact). Resolution limits assume perfect optics and steady seeing, which typically caps resolution at 1–2 arcsec.

## Data Sources

- Wikipedia – Dawes' limit — https://en.wikipedia.org/wiki/Dawes%27_limit (reference, retrieved 2026-09-24)
- Wikipedia – Exit pupil — https://en.wikipedia.org/wiki/Exit_pupil (reference, retrieved 2026-09-24)
- Wikipedia – Limiting magnitude — https://en.wikipedia.org/wiki/Limiting_magnitude (reference, retrieved 2026-09-24)

Data freshness: `static`. Deterministic formula with fixed constants; results never go stale. Inputs supplied by the caller determine the output.

## API

- `GET https://tttkmbb.com/api/v1/calculate/telescope-magnification?telescope_focal_length_mm=…&eyepiece_focal_length_mm=…&aperture_mm=…`
- `POST https://tttkmbb.com/api/v1/calculate/telescope-magnification` with JSON body `{"inputs": {…}}`
- Response: unified envelope (`success`, `request`, `result.values`, `result.units`, `sources`, `freshness`, `timestamp`, `next_actions`, `links`); see https://tttkmbb.com/docs/response-format.md
- Schema: https://tttkmbb.com/api/v1/calculators/telescope-magnification · OpenAPI operationId `calculate_telescope_magnification` in https://tttkmbb.com/openapi.json
- Authentication: none. Rate limit: fair use, see https://tttkmbb.com/docs/rate-limits.md.

## MCP

- Server: `https://tttkmbb.com/mcp` (Streamable HTTP, JSON-RPC 2.0, no auth)
- Tool:  `run_calculator` with `{"calculator_id": "telescope-magnification", "inputs": {…}}`

## Example

- 200 mm f/6 Newtonian (1200 mm) with a 10 mm eyepiece: inputs `{"telescope_focal_length_mm":1200,"eyepiece_focal_length_mm":10,"aperture_mm":200}` → `{"magnification":120,"exit_pupil_mm":1.67,"true_field_of_view_degrees":0.417,"focal_ratio":6,"max_useful_magnification":400,"dawes_limit_arcsec":0.58,"limiting_magnitude":14}`
- Same telescope with a 2× Barlow: inputs `{"telescope_focal_length_mm":1200,"eyepiece_focal_length_mm":10,"aperture_mm":200,"barlow_factor":2}` → `{"magnification":240,"exit_pupil_mm":0.83,"true_field_of_view_degrees":0.208,"effective_focal_length_mm":2400}`

```
GET https://tttkmbb.com/api/v1/calculate/telescope-magnification?telescope_focal_length_mm=1200&eyepiece_focal_length_mm=10&aperture_mm=200
```

## Limitations

You need the angle of view of a camera lens (use field-of-view) or exposure settings for astrophotography. Geometric optics for visual use; the true field is approximate for wide-field eyepieces (field-stop method is exact). Resolution limits assume perfect optics and steady seeing, which typically caps resolution at 1–2 arcsec. All values are computed from the formula above; no measurement or live data is involved.

## FAQ

**Why is more magnification not always better?**

Magnification also enlarges the diffraction blur and dims the image; above about 2× the aperture in mm (or an exit pupil below 0.5 mm) no further detail appears. Atmospheric seeing usually limits usable power to 200–300×.

**What does the true field of view tell me?**

The angular width of sky visible in the eyepiece. 0.417° is smaller than the full Moon (0.5°), so at 120× the Moon does not fit in the view.

## Related

- [Field of View Calculator](https://tttkmbb.com/photography/field-of-view.md) — Angle of view of a camera lens on a sensor.
- [Angle Converter](https://tttkmbb.com/conversion/angle.md) — Convert between degrees, arcminutes and arcseconds.
