AstroAccelerateOrg / astro-accelerate

AstroAccelerate is a many-core accelerated software package for processing time-domain radio-astronomy data.
https://www.oerc.ox.ac.uk/research-groups/astroaccelerate/
GNU General Public License v3.0
42 stars 16 forks source link

Inconsistent report on number of samples from header and actual file size #182

Closed jan2nov closed 5 years ago

jan2nov commented 5 years ago

Issue Summary The header in the filterbank file reports wrong number of samples compared with the real data size.

Steps to Reproduce

Expected Outcome Read the correct number of samples from the file

Actual Outcome Reading the nsamples from the metadata of the filterbank. AA then try to reads more data and create tchunks of appropriate size which results in chunks with non defined data (NaN).

Configuration

Notes

jan2nov commented 5 years ago

Solved by merging #183