erc-compact / skyweaver

Implementation of an offline FBFUSE beamformer
MIT License
0 stars 1 forks source link

Channel statistics #7

Closed ewanbarr closed 4 months ago

ewanbarr commented 4 months ago

Working implementation of the statistics calculator. Correctness tested but not performance tested. Performance is likely poor as all calculations currently done in double precision. It is probably ok to go to single precision but not tested yet (somewhat depends on the input).

There is a file writer that currently just dumps the stats objects to a binary file. Need to understand how this code will be used to understand what these files should look like.

This commit pull request builds on the weights manager, so I am dropping that one.