UCBerkeleySETI / hyperseti

A SETI / technosignature search code to find intelligent life beyond Earth
https://hyperseti.readthedocs.io
11 stars 4 forks source link

TODO: xarray to read data #11

Closed telegraphic closed 3 years ago

telegraphic commented 3 years ago

trial using xarray/dask to read through data.

telegraphic commented 3 years ago

Basically just https://github.com/UCBerkeleySETI/blimpy/issues/197

telegraphic commented 3 years ago

Probably not going to use xarray as it needs pre-computed coordinates to shine (not just fch1 and foff). So have rolled my own array class with DimensionsScales. Will see if I regret this later.