Danny Price
Danny Price
Thanks to @EdwardBetts, hickle is now included in Debian (unstable) 🙏. Mainly opening this issue to let @hernot, @1313e, and other devs know 🚀. I have just fixed a few...
_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,...
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 FITS 'BSCALE' and 'BZERO' header keywords are used so that data can be scaled for storage as integers during serialization. There is a question as to whether HDFITS should...
Investigate converting this into an astropy affiliated package: http://docs.astropy.org/en/stable/development/affiliated-packages.html
Some gist code: ``` python import pygsm import ephem import healpy as hp sky = pygsm.GlobalSkyModel() d = sky.generate(1420) d = hp.ma(d) ## Parkes observatory # * Lat: -33 #...
* Added Stokes-I and 'coherence' mode to detect.py * Added more telescopes to the sigproc.py and sigproc2.py lookup dictionaries * Enabled cuda support in quantize.py and unpack.py
I've just created a repository on [bf-plugins/bf_udpcap](https://github.com/bf-plugins/bf_udpcap) that builds the UDP capture code. The hope is to make it easy to add new packet formats. Still plenty left to do...
These updates are from https://github.com/Molonglo/bifrost, which is used for UTMOST-2D. An alternative to this merge is to move PSRDADA functionality into a plugin.