Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harmonize calibration in SEVIRI readers #1457

Merged
merged 27 commits into from
Dec 16, 2020

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    3569be4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Generalize calibration test

    sfinkens committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    3fe18a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3e30e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ff1f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab0f489 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e5a01c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18a6c16 View commit details
    Browse the repository at this point in the history
  7. Fix netCDF reader

    Use nominal calibration method instead of GSICS. Otherwise
    offset will be multiplied by gain.
    sfinkens committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    2e45029 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c188edf View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    eb6691a View commit details
    Browse the repository at this point in the history
  2. Add more calibration tests

    sfinkens committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    89b48ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afb3d90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f51d30 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    d63017d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b00bf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90f3eb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce18171 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9fd289 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    996cab2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    00a8863 View commit details
    Browse the repository at this point in the history
  2. Fix HRV coefficient selection in HRIT

    Furthermore, add HRV calibration tests
    sfinkens committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    31419c0 View commit details
    Browse the repository at this point in the history
  3. Improve check for GSICS availability

    Check if they are zero instead of checking the channel name.
    sfinkens committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    916b297 View commit details
    Browse the repository at this point in the history
  4. Add common base class for initialization

    This is also a good place for the common documentation.
    sfinkens committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    dfb9d73 View commit details
    Browse the repository at this point in the history
  5. Revert "Add common base class for initialization"

    This reverts commit dfb9d73.
    sfinkens committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    088956f View commit details
    Browse the repository at this point in the history
  6. Update documentation

    - Move common documentation to seviri_base module
    
    Main documentation:
    - Create separate section for SEVIRI L1.5 readers
    - Include seviri_base as well as all L1.5 readers
    sfinkens committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    9760c44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2bd336 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f7d05b View commit details
    Browse the repository at this point in the history