Marten van Kerkwijk

Results 39 issues of Marten van Kerkwijk

Found by `hypothesis` while trying to update it to the latest version (see https://github.com/astropy/astropy/pull/13462#issuecomment-1193330461), but moving it out of there: ``` In [15]: Time(2441498.5, .9999999999999999, format='jd', scale='ut1').tai.isot Out[15]: '1972-07-01T00:00:11.192' In...

time
Bug

The `IERS_Auto()` table uses `IERS_A`, replacing values with `IERS_B` where the latter is valid. This is good. But a problem is that `IERS_A` does not go back as far as...

Feature Request
time
Bug

### Description Currently, the `info` on objects does not define an `__eq__` method and hence cannot be compared. This means that things like the following do not work: ``` q...

Feature Request
utils

Follow-up to #12566 and towards a fix for #12548. Not completely sure this is the right way to do it, hence "draft" for now. With this, ``` In [2]: m...

units
Enhancement

Currently, lists/tuples of `Time` instances are special cased in `_make_array` since the `np.array` call will give a warning for them in numpy >1.18 that being turned into object arrays is...

Feature Request
time
Effort-low
Package-expert

Since I once wrote it, definitely not complete.

enhancement

This is used by Japanese VLBI telescopes; see http://vlbi.sci.ibaraki.ac.jp/K5WWW/doc/vssp_format-e.100820.pdf Note that there are quite a few sub-formats, though one can probably cover it with a layout similar to VDIF. cc...

Effort medium
Package intermediate
Feature request
support

From https://github.com/mhvk/baseband-tasks/issues/242 ``` In [32]: import baseband.tasks.generators --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) ~/python/test_chime_sideband.py in ----> 1 import baseband.tasks.generators ModuleNotFoundError: No module named 'baseband.tasks.generators' ``` Oddly, tab expansion does...

bug
tasks

Specifically, 2x4 bit complex, but perhaps more generally any more minimal representation of baseband data.

Feature request

@00rebe wrote: > I found another file that throws out the error: AssertionError: problem loading frame set 7966. > Cannot find header nearby. ``` fh = baseband.vdif.open('/mnt/raid-project/gmrt/rlin/ek036b/data/ir/ek036b_ir_no0002.m5a') fh.seek(15360246) fh.read(5 *...

vdif
Buggy data