Danny Price
Danny Price
Hi Max, At the moment I think it's a mixed bag. For the `HaslamSkyModel` I subtract it, for the LFSM I think it's not subtracted, and GSM08 I believe it's...
Hey Max, I've just added `include_cmb` options to the Sky Models
Thanks @torishabhmehta , this is a hangover from when pygdsm was called pygsm. I changed the name as there was already a package (for a GSM modem) called pygsm.
Finally updated!
Proof-of-concept code: ```python import numpy as np import h5py from astropy import units import healpy as hp import ephem from .component_data import GSM2016_FILEPATH from .plot_utils import show_plt from .base_observer import...
Updated proof of concept code from R. Braun: ```python import numpy as np from scipy.interpolate import interp1d, pchip import h5py from astropy import units import healpy as hp import ephem...
I've just tested this code, and it does get rid of the discontinuity: ```python def test_interp(): f = np.arange(40, 80, 5) for interp in ('pchip', 'cubic'): for SkyModel in (GlobalSkyModel,...
Hi Jon, currently going through open issues after integrating some updates; looks like I missed this one last year, my apologies. I do think it's a good idea, so am...
Not sure what that code is all about :/ I just fixed this and made a whole bunch of other changes: https://github.com/telegraphic/pygdsm The new `pygdsm` repo: * works in Py3,...
'd' for diffuse. Name is up for debate though, its a bit alphabet salad-y. Hows about glosmod? Any suggestions? Ps: I'm considering submitting to JOSS, would you be interested in...