Releases: mhvk/baseband-tasks
Releases · mhvk/baseband-tasks
v0.3.0
0.3 (2021-12-12)
New Features
-
Added support for applying and inverting polyphase filter banks. [#86]
-
Improve resampling and add a new
ShiftAndResample
task that can also
apply time shifts, including possible time delay phase rotations. [#225] -
Add a simpler
ShiftSamples
task that just shifts channels by integer
number of samples. [#226, #235, #239] -
Add ability for incoherent dedispersion with
DisperseSamples
and
Dedispersamples
. [#238] -
Streams can now carry meta-data in a
meta
attribute. This includes
information onfrequency
,sideband
, andpolarization
, all
of which are stored inmeta['__attributes__']
entry (like astropy's
Table
class). [#233]
API Changes
Bug Fixes
- For
PintToas
, parameters other thanobservatory
andfrequency
are no longer passed on to PINT'stoa.TOA
class (but still
properly used intoa.get_TOAs_list
). [#235]