SlstrRadAdjust#
- class SlstrRadAdjust(value)[source]#
Bases:
ListEnum
SLSTR Radiance Adjustment dictionaries.
Sentinel-3 SLSTR radiometry is not nominal, therefore a first-order radiometric correction is provided.
- classmethod convert_from(to_convert: list | str) list #
Convert from a list or a string to an enum instance
- Parameters:
to_convert (Union[list, str]) – List or string to convert into an enum instance
- Returns:
Converted list
- Return type:
Example
>>> TsxPolarization.convert_from(["SINGLE", "S", TsxPolarization.QUAD]) [<TsxPolarization.SINGLE: 'S'>, <TsxPolarization.SINGLE: 'S'>, <TsxPolarization.QUAD: 'Q'>]
- classmethod from_value(val: Any) ListEnum #
Get the enum class from its value:
- Parameters:
val (Any) – Value of the Enum
- Returns:
Enum with value
- Return type:
ListEnum
Example
>>> TsxPolarization.from_value("Q") <TsxPolarization.QUAD: 'Q'>
- classmethod list_names() list #
Get the name list of this enum:
Example
>>> TsxPolarization.list_values() ["SINGLE", "DUAL", "QUAD", "TWIN"]
- classmethod list_values() list #
Get the value list of this enum
Example
>>> TsxPolarization.list_values() ["S", "D", "Q", "T"]
- NONE = (1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0)#
Coefficients set to one.
- S3_PN_SLSTR_L1_06 = (1.0, 1.0, 1.0, 1.0, 1.12, 1.15, 1.0, 1.0, 1.0, 1.0, 1.2, 1.26)#
Coefficients given in the [Sentinel-3 Product Notice 06](https://www-cdn.eumetsat.int/files/2020-04/pdf_s3a_pn_slstr_l1_06.pdf), edited the 07/11/2018 and reviewed the 19/11/2018
- S3_PN_SLSTR_L1_07 = (1.0, 1.0, 1.0, 1.0, 1.12, 1.15, 1.0, 1.0, 1.0, 1.0, 1.2, 1.26)#
Coefficients given in the [Sentinel-3 Product Notice 07](https://www-cdn.eumetsat.int/files/2020-06/pdf_s3a_pn_slstr_l1_07_1.1.pdf), edited the 15/01/2020 and reviewed the 09/06/2020, same as the Product Notice 06.
- S3_PN_SLSTR_L1_08 = (0.97, 0.98, 0.98, 1.0, 1.11, 1.13, 0.94, 0.95, 0.95, 1.0, 1.04, 1.07)#
Coefficients given in the [Sentinel-3 Product Notice 08](https://www-cdn.eumetsat.int/files/2021-05/S3.PN-SLSTR-L1.08%20-%20i1r0%20-%20SLSTR%20L1%20PB%202.75-A%20and%201.53-B.pdf), edited the 18/05/2021.
The default one.
- SNAP = (1.0, 1.0, 1.0, 1.0, 1.12, 1.13, 1.0, 1.0, 1.0, 1.0, 1.15, 1.14)#
SNAP Radiometric adjustment used in S3MPC Adjustment (optional in SNAP). Coefficients can be seen [here](senbox-org/s3tbx)