pygdsm
pygdsm copied to clipboard
Python interface to Global Diffuse Sky Modesl (GDSM) for the radio sky between 10 MHz - 5 THz
_Note: Issue based on discussions with R. Braun_ There are discontinuities in the slope of the GSM2016 spectra, as seen here at 45 MHz:  (Fig 25, [Price et al,...
In the quickstart notebook, the module imports are for pygsm, and not pygdsm. The pygsm import fails, but pygdsm import works.
Many users want to do driftscan simulations using a beam model and a sky model. This requires gridding the beam into healpix, or projecting the healpix image into orthographic coordinates...
As GSM08 and GSM16 do not seem to be supported by their authors anymore, it would be useful to make a note of the issues with the code (e.g. #11...
The GlobalSkyModel2016 produce sky map with negative brightness temperature at several GHz to 100 GHz, which is not physical And the fraction of the pixels with negative is rather large...
The `__init__.py` currently uses the `match` statement, which was introduced only in Python 3.10. Unfortunately, this means `pygdsm` is incompatible with earlier Python versions, in particular on clusters etc. where...
This adds a kwarg to BaseObserver.generate() to allow for the horizon to be set at above 0 degrees, allowing for only a fraction of the visible sky to be sampled....