Skip to content

Commit

Permalink
Exclude 2D scan data from mwr-l1c
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Nov 20, 2024
1 parent 0de1ee7 commit 86ef98b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/processing/instrument_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ def process_hatpro(self):
data = self._get_calibration_data()
full_paths, self.uuid.raw = self.download_instrument(
include_pattern=r"\.(brt|hkd|met|irt|blb|bls)$",
exclude_pattern=r"2DSCAN",
)
output_filename, site_meta = self._args

Expand Down

0 comments on commit 86ef98b

Please sign in to comment.