pygdsm icon indicating copy to clipboard operation
pygdsm copied to clipboard

Python interface to Global Diffuse Sky Modesl (GDSM) for the radio sky between 10 MHz - 5 THz

Results 7 pygdsm issues
Sort by recently updated
recently updated
newest added

_Note: Issue based on discussions with R. Braun_ There are discontinuities in the slope of the GSM2016 spectra, as seen here at 45 MHz: ![image](https://user-images.githubusercontent.com/713251/204456301-e7fa3355-d772-49fc-ab34-a3aa523fd41d.png) (Fig 25, [Price et al,...

enhancement

In the quickstart notebook, the module imports are for pygsm, and not pygdsm. The pygsm import fails, but pygdsm import works.

bug
good first issue

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...

documentation
enhancement

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...

documentation

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....

enhancement