-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3013 from gerritholl/clip-negative-fci
Clip negative FCI radiances
- Loading branch information
Showing
6 changed files
with
159 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
Feature: Image Comparison | ||
|
||
Scenario Outline: Compare generated image with reference image | ||
Given I have a <composite> reference image file from <satellite> | ||
When I generate a new <composite> image file from <satellite> | ||
Given I have a <composite> reference image file from <satellite> resampled to <area> | ||
When I generate a new <composite> image file from <satellite> with <reader> for <area> with clipping <clip> | ||
Then the generated image should be the same as the reference image | ||
|
||
Examples: | ||
|satellite |composite | | ||
|GOES17 |airmass | | ||
|GOES16 |airmass | | ||
|GOES16 |ash | | ||
|GOES17 |ash | | ||
|satellite |composite | reader | area | clip | | ||
|Meteosat-12 | cloudtop | fci_l1c_nc | sve | True | | ||
|Meteosat-12 | night_microphysics | fci_l1c_nc | sve | True | | ||
|GOES17 |airmass | abi_l1b | null | null | | ||
|GOES16 |airmass | abi_l1b | null | null | | ||
|GOES16 |ash | abi_l1b | null | null | | ||
|GOES17 |ash | abi_l1b | null | null | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters