pysiral.sentinel3.sral_l1b ========================== .. py:module:: pysiral.sentinel3.sral_l1b Classes ------- .. autoapisummary:: pysiral.sentinel3.sral_l1b.Sentinel3SRALL1b pysiral.sentinel3.sral_l1b.Sentinel3SRALProductInfo Functions --------- .. autoapisummary:: pysiral.sentinel3.sral_l1b.parse_sentinel3_l1b_xml_header Module Contents --------------- .. py:class:: Sentinel3SRALL1b Bases: :py:obj:`object` .. py:attribute:: product_info .. py:attribute:: _filename :value: None .. py:attribute:: n_records :value: 0 .. py:method:: parse() .. py:method:: parse_xml_header(settings) Parse the Sentinel-3 XML header file and extract key attributes for filtering .. py:method:: _parse_measurement_nc() .. py:method:: get_status() .. py:method:: post_processing() .. py:property:: filename .. py:property:: radar_mode .. py:method:: _prepare_waveform_power_and_range() reforms the waveform to computes the corresponding range for each range bin .. py:method:: _validate() .. py:class:: Sentinel3SRALProductInfo Bases: :py:obj:`object` .. py:attribute:: sar_mode_percentage :value: None .. py:attribute:: open_ocean_percentage :value: None .. py:attribute:: timeliness :value: None .. py:attribute:: start_time :value: None .. py:attribute:: stop_time :value: None .. py:attribute:: lat_min :value: None .. py:attribute:: lat_max :value: None .. py:attribute:: lon_min :value: None .. py:attribute:: lon_max :value: None .. py:function:: parse_sentinel3_l1b_xml_header(filename) Reads the XML header file of a Sentinel 3 L1b Data set and returns the contents as an OrderedDict