Skip to content

Releases: NicOudart/PyBWE

2024.05

23 May 00:19
Compare
Choose a tag to compare

May 2024 release:

Modifications during the JOSS review:
-Update of the documentation.
-Update of the JOSS paper.
-Update of the figures display.

2024.03

07 Mar 13:02
Compare
Choose a tag to compare

March 2024 release:

  • Modification of the signal model from negative exponential to positive exponential for simplicity.

2024.02.2

03 Feb 10:18
Compare
Choose a tag to compare

February 2024 release 2:

  • Minor fix of the PyPBWE performance test script.

2024.02

02 Feb 18:57
Compare
Choose a tag to compare

February 2024 release:

  • Improvement of errors raising in the different functions of the PyBWE, PyPBWE and PySSBWE packages.
  • The extrapolation mode is now an option in PyBWE.ar_extrapolation and PyPBWE.polar_extrapolation ('both' by default).
  • Cutting 5% of frequencies on each side of a spectrum before BWE, PBWE and SSBWE is now an option ('True' by default).
  • Implementation of automatic tests that can be launched from the GitHub actions.
  • Update of the documentation.

2024.01

10 Jan 10:37
Compare
Choose a tag to compare

January 2024 release:

  • Correction for the effect of the Hamming window on the echoes amplitudes (X1.85) in integrated solutions PyBWE.BWE, PyPBWE.PBWE, PySSBWE.SSBWE.
  • Simplification of the scaling factor for PyBWE.BWE.
  • Check if the input order of the model is valid for PyBWE.BWE, PyPBWE.PBWE and PySSBWE.SSBWE.
  • Corrections of the maximum possible order of a State-Space model in PySSBWE.
  • Adding performance tests of the integrated solutions PyBWE.BWE, PyPBWE.PBWE and PySSBWE.SSBWE facing different levels of white-noise.
  • Update of the documentation.

2023.12

05 Dec 08:33
Compare
Choose a tag to compare

First release of the PyBWE library for radar soundings resolution enhancement

This library contains the following packages:

PyBWE: containing functions to apply the classic BWE.
PyPBWE: containing functions to apply the Polarimetric version of the BWE.
PySSBWE: containing functions to apply the State-space version of the BWE.

Two examples are provided for each package:

An application of the BWE (or PBWE, SSBWE) function directly to a synthetic radar sounding.
An application of the modelling and extrapolation sub-functions to a synthetic radar sounding.

Documentation on each package is also provided.