pytroll / pygac

A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data
https://pygac.readthedocs.org/
GNU General Public License v3.0
20 stars 25 forks source link

fix IndexError in POD reader adjust clock drift #81

Closed carloshorn closed 3 years ago

carloshorn commented 4 years ago

This PR closes #76.

sfinkens commented 4 years ago

Does this transform the offset from seconds to scanlines (assuming a scanning rate of two lines per second)?

https://github.com/pytroll/pygac/blob/5c59f2be9437ad7bfc0005038f45f8416d10828d/pygac/pod_reader.py#L438

sfinkens commented 4 years ago

Oh, now I see this has moved to another PR. Can this be closed?