From 8c5f45bbed40823659dca442d6370f452f7b6634 Mon Sep 17 00:00:00 2001 From: mherbertson Date: Fri, 4 Jun 2021 09:56:11 +1000 Subject: [PATCH 1/3] Add low resolution file patterns --- satpy/etc/readers/ahi_hsd.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/satpy/etc/readers/ahi_hsd.yaml b/satpy/etc/readers/ahi_hsd.yaml index e0b4eb6b77..bad4b14618 100644 --- a/satpy/etc/readers/ahi_hsd.yaml +++ b/satpy/etc/readers/ahi_hsd.yaml @@ -289,64 +289,80 @@ file_types: hsd_b01: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B01_{area}_R10_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B01_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B01_{area}_R10_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b02: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B02_{area}_R10_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B02_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B02_{area}_R10_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b03: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B03_{area}_R05_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B03_{area}_R10_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B03_{area}_R05_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b04: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B04_{area}_R10_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B04_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B04_{area}_R10_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b05: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B05_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B05_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B05_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b06: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B06_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B06_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B06_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b07: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B07_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B07_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B07_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b08: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B08_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B08_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B08_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b09: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B09_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B09_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B09_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b10: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B10_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B10_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B10_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b11: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B11_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B11_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B11_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b12: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B12_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B12_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B12_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b13: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B13_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B13_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B13_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b14: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B14_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B14_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B14_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b15: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B15_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B15_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B15_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b16: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B16_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B16_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B16_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] From 7df1133590abfbb2f8f91fdacb23f4bff78300a2 Mon Sep 17 00:00:00 2001 From: mherbertson Date: Sat, 5 Jun 2021 11:03:25 +1000 Subject: [PATCH 2/3] Added author name --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index 9907f83520..0d4fc4e359 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -29,6 +29,7 @@ The following people have made contributions to this project: - [Blanka Gvozdikova (gvozdikb)](https://github.com/gvozdikb) - [Nina HÃ¥kansson (ninahakansson)](https://github.com/ninahakansson) - [Ulrich Hamann](https://github.com/) +- [Mitch Herbertson (mherbertson)](https://github.com/mherbertson) - [Gerrit Holl (gerritholl)](https://github.com/gerritholl) - [David Hoese (djhoese)](https://github.com/djhoese) - [Marc Honnorat (honnorat)](https://github.com/honnorat) From 648f76a9eadf9f0670f08113e5fda51aa6572742 Mon Sep 17 00:00:00 2001 From: mherbertson Date: Sat, 5 Jun 2021 11:09:17 +1000 Subject: [PATCH 3/3] Added res_id --- satpy/etc/readers/ahi_hsd.yaml | 48 ++++++++++++---------------------- 1 file changed, 16 insertions(+), 32 deletions(-) diff --git a/satpy/etc/readers/ahi_hsd.yaml b/satpy/etc/readers/ahi_hsd.yaml index bad4b14618..91766ee4a5 100644 --- a/satpy/etc/readers/ahi_hsd.yaml +++ b/satpy/etc/readers/ahi_hsd.yaml @@ -288,81 +288,65 @@ datasets: file_types: hsd_b01: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B01_{area}_R10_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B01_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B01_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B01_{area}_R10_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b02: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B02_{area}_R10_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B02_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B02_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B02_{area}_R10_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b03: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B03_{area}_R05_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B03_{area}_R10_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B03_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B03_{area}_R05_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b04: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B04_{area}_R10_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B04_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B04_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B04_{area}_R10_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b05: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B05_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B05_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B05_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B05_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b06: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B06_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B06_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B06_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B06_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b07: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B07_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B07_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B07_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B07_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b08: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B08_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B08_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B08_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B08_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b09: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B09_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B09_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B09_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B09_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b10: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B10_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B10_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B10_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B10_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b11: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B11_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B11_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B11_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B11_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b12: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B12_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B12_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B12_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B12_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b13: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B13_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B13_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B13_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B13_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b14: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B14_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B14_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B14_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B14_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b15: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B15_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B15_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B15_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B15_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2'] hsd_b16: file_reader: !!python/name:satpy.readers.ahi_hsd.AHIHSDFileHandler - file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B16_{area}_R20_S{segment:2d}{total_segments:2d}.DAT', - 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B16_{area}_R40_S{segment:2d}{total_segments:2d}.DAT', + file_patterns: ['HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B16_{area}_R{res_id:d}_S{segment:2d}{total_segments:2d}.DAT', 'HS_{platform_shortname}_{start_time:%Y%m%d_%H%M}_B16_{area}_R20_S{segment:2d}{total_segments:2d}.DAT.bz2']