10

Can you explain me in simple words why the satellite in this telescope image appears as a streak? The exposure time is 1 second.

enter image description here

Gargolla9
  • 111
  • 1
  • 6

4 Answers4

35

Satellites are moving. They are in orbit around the Earth. Satellites in low Earth orbit are moving at about 7000 m/s relative to the ground.

You can work out the orbital speed by $$v=\sqrt{\frac{GM}{r}}$$ where $G = 6.673 × 10^{-11}$ and $M=5.97×10^{24}$ and $r$ is the distance from the Earth's centre = altitude + 6370000 metres. (These values are in SI units, so it will give the orbital speed in m/s. To find the speed relative to the observer, you'd need to take into account the motion of the observer due to the rotation of the earth.

In the one second that the photograph is being exposed, the satellite moves.

Because it moves, it appears as a streak.

James K
  • 120,702
  • 5
  • 298
  • 423
  • 7
    Call it motion blur – planetmaker Dec 11 '21 at 08:06
  • @planetmaker instead what is a typical velocity of a satellite in a MEO orbit? (the distance is about 23000 km) – Gargolla9 Dec 11 '21 at 10:59
  • 1
    You can use the formula I've added. At a radial distance of about 30000km which is 5 times further than LEO, the orbital velocity would be $\sqrt{5}$ times slower, that is about 3000 m/s – James K Dec 11 '21 at 13:35
  • Don't you need to take the observer's speed into account, though? A satellite on a geostationary orbit has an orbital speed of 3km/s, yet would not leave any motion blur on a picture. This would actually be interesting to see : long star trails on a long-exposure picture, the only fixed points would be geostationary satellites. – Eric Duminil Dec 11 '21 at 16:50
  • Yes, But that is too complicated for a simple formula. I've only mentioned "orbital speed" – James K Dec 11 '21 at 17:04
  • 2
    @Gargolla9 this image from Wikipedia's page on Low Earth Orbit shows orbital altitude on one axis and orbital speed / period on the other. https://upload.wikimedia.org/wikipedia/commons/b/b4/Comparison_satellite_navigation_orbits.svg – Vicky Dec 11 '21 at 22:04
  • @EricDuminil Earth's equator rotates at ~460 m/s (other places rotate slower) so unless an exact number is needed it can just be ignored – uhoh Dec 12 '21 at 00:08
  • @uhoh I don't think you can ignore it. You'd need to convert it to angular velocity first. Because those mere 460m/s at the equator and 0m/s at the poles still translate to the same angular velocity as a geostationary satellite. – Eric Duminil Dec 12 '21 at 06:52
  • 2
    @EricDuminil Standing on the Earth, the stars move no more than 15 degrees per hour; 0.25 degrees per minute, 0.004 degrees per second. The exposure is 1 second here and so based on that and the vignetting I'm guessing this is from a camera held up to a low power telescope or binocular on a tripod and the satellite is in LEO. Per this answer those move ~50 to 200x faster, "so unless an exact number is needed (in my opinion) it can just be ignored" – uhoh Dec 12 '21 at 11:10
  • 1
    @uhoh: All I'm saying is that orbital speed isn't relevant for motion blur. Orbital period and angular velocity (what you've used in your last comment) are. A satellite in LEO will have an orbital speed of about 8km/s and will move really fast across your camera sensor, a geostationary satellite will still be fast (3km/s) but will not move at all relative to the camera. – Eric Duminil Dec 12 '21 at 15:20
  • 1
    @EricDuminil oh, that's undeniably true for sure, got it! – uhoh Dec 12 '21 at 19:32
  • Of course everything else in the sky is moving relative to the observer as well, however, the satellite's relative motion is much greater than those other objects. Plus, most telescopic photographs have motorized mounts that keep them in synch with the background (stars) movement. Being able to synchronize to a specific satellite's movement is a much rarer thing. – RBarryYoung Dec 13 '21 at 13:26
29

Can you explain me in simple words why the satellite in this telescope image appears as a streak? The exposure time is 1 second.

This drawing should explain it:

Telescope image of a starfield with a satellite streak (same as in question). Two arrows point to the ends of the satellite streak. One arrow is captioned: "The satellite was here when the shutter opened." The other arrow is captioned: "The satellite was here one second later when the shutter closed."

(Note: It could be the other way around, too. There's no way to tell from the image which way the satellite was moving.)

Ilmari Karonen
  • 2,626
  • 14
  • 18
  • I like this simple answer. I'd only add that the motion is "relative". The stars are all moving in the same direction across the sky relative to the horizon, and moving at a lower rate than the satellite. The satellite is moving much faster, and in a different direction. – MacGuffin Dec 16 '21 at 22:07
7

A relatively simply way to remove the streak is to take two-or-more photos, with a short pause between them. The stars won't move much in that time, but the satellite will have drawn a short dash on each frame.

Example, 1s shutter open, 1s pause, 1s shutter open for second frame, etc.

Then use image processing to remove pixels that aren't in both/all images. This will eliminate all of the satellite's skid-mark, unless it precisely obscures another bright object, so use three photos.

One place this falls down is in a Starlink "train", where multiple satellites track similarly and could possibly overlap.

You could also calculate what times the satellites will be eclipsed by Earth - it is conceivable that they're still in direct sunlight. In the middle of the night, the satellites will be in the Earth's shadow and harder to pick up.

Criggie
  • 183
  • 4
1

This is also known as a trail. It happens when you try to capture an image of a moving object, with a low shutter speed.

In your case, the moving object is a satellite. They usually orbit the earth a relatively fast speed (usually 7 km/s but it depends on the orbital height of the satellite. You can calculate it using the formula that James K has given in his answer). When the shutter opens, the satellite would be at, let's say, point A. The shutter remains open for 1 second. When the shutter closes, the satellite would have moved a certain distance, and reached, say point B. During that 1 second when the shutter is open, it captures the images of the satellite moving from point A to point B. This is the reason a trail is formed. Below is a picture to visualise all that stuff.

enter image description here

This trail can be reduced by increasing shutter speed. But that decreases the brightness of the satellite. Therefore, the exposure has to be made larger. The balance of these two things (and other things also) helps get a perfect image of satellites. This is the reason it is so difficult to capture proper images of satellites.

Ishaan Manish
  • 466
  • 1
  • 5
  • 11