The 'norton_beer' library is a python tool box for the Norton-Beer apodization functions.
- Norton-Beer apodization window generation in spatial domain
- the analytical Fourier transform of the apodization window also known as instrument line shape (ILS)
- generation of new apodization window for a fixed spatial resolution of the ILS so that the sides lobes are minimized
To use norton_beer, first install it using pip:
pip install norton-beer
To test the norton_beer
package, clone the repository and run:
pytest
Note that pytest needs to be installed on the local machine.