Skip to content

Commit

Permalink
Merge pull request #1010 from mraspaud/fix-himawari-pattern
Browse files Browse the repository at this point in the history
Fix missing part in ahi_hrit file pattern
  • Loading branch information
mraspaud committed Dec 10, 2019
2 parents c30ba98 + 7070052 commit e8f3518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/etc/readers/ahi_hrit.yaml
Expand Up @@ -16,7 +16,7 @@ file_types:
hrit_b01_seg:
file_reader: !!python/name:satpy.readers.hrit_jma.HRITJMAFileHandler
file_patterns:
- 'IMG_DK{area:02d}B01_{start_time:%Y%m%d%H%M}'
- 'IMG_DK{area:02d}B01_{start_time:%Y%m%d%H%M}_{segment:03d}'
expected_segments: 10

hrit_b01_fd:
Expand Down

0 comments on commit e8f3518

Please sign in to comment.