pysiral.ers.sgdrfile ==================== .. py:module:: pysiral.ers.sgdrfile Classes ------- .. autoapisummary:: pysiral.ers.sgdrfile.ERSSGDR Module Contents --------------- .. py:class:: ERSSGDR(settings) Bases: :py:obj:`object` .. py:attribute:: _radar_mode :value: 'lrm' .. py:attribute:: _filename :value: None .. py:attribute:: n_records :value: 0 .. py:attribute:: settings .. py:attribute:: nc :value: None .. py:method:: parse() .. py:method:: guess_mission_from_filename() This seems unnecessary, but some ERS-2 netCDF files have an incorrect mission attribute -> guess mission id from filename :return: .. py:method:: get_status() :staticmethod: .. py:method:: post_processing() The SGDR data structure needs to be streamlined, so that it is easy to grab the relevant parameters as indiviual arrays .. 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()