Pixel Scale Calculator Formula

Understand the math behind the pixel scale calculator. Each variable explained with a worked example.

Formulas Used

Pixel Scale

pixel_scale_arcsec = 206.265 * pixel_size / focal_length

Pixel Scale (arcmin/px)

pixel_scale_arcmin = 206.265 * pixel_size / focal_length / 60

Variables

VariableDescriptionDefault
pixel_sizePixel Size(um)3.75
focal_lengthFocal Length(mm)1000

How It Works

Pixel Scale in Astrophotography

Pixel scale tells you how much sky each pixel of your camera sensor covers.

Formula

pixel_scale = 206.265 * p / f

  • *p* = pixel size in micrometres
  • *f* = focal length in mm
  • 206.265 is the conversion factor from radians to arcseconds (with the mm/um unit adjustment)
  • A good rule of thumb is to match pixel scale to about half the typical seeing (e.g., 1 arcsec/px for 2-arcsecond seeing).

    Worked Example

    3.75 um pixels on a 1000 mm telescope.

    pixel_size = 3.75focal_length = 1000
    1. 01scale = 206.265 * 3.75 / 1000
    2. 02scale = 773.5 / 1000
    3. 03scale = 0.7735 arcsec/px

    Ready to run the numbers?

    Open Pixel Scale Calculator