Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinkens committed May 6, 2020
1 parent 904b8cb commit 9cc0941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satpy/readers/hrit_jma.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ def _get_acq_time(self):
times_sparse = [float(s.split(':=')[1]) for s in splits[1::2]]

if self.platform == HIMAWARI8:
# Only 3 timestamps, and only the first and last are usable
# (the second equals the third).
# Only a couple of timestamps in the header, and only the first
# and last are usable (duplicates inbetween).
lines_sparse = [lines_sparse[0], lines_sparse[-1]]
times_sparse = [times_sparse[0], times_sparse[-1]]

Expand Down

0 comments on commit 9cc0941

Please sign in to comment.