Currently we have an example on how to generate a zea data file [here](https://zea.readthedocs.io/en/latest/data-acquisition.html#how-to-generate-a-zea-dataset). Some things that are missing and necessary to make this as robust as possible for various amounts of data acquisition setups: - [ ] Create a test that also processes the data file, mainly beamforming, to always ensure the dataformat is correct. - [ ] Check `generate_zea_dataset` for default arguments and optionals and if in these cases the above tests still run. - [ ] For instance `polar_angles` is not mandatory, but without it beamforming will fail. Should be fixed.
Currently we have an example on how to generate a zea data file here.
Some things that are missing and necessary to make this as robust as possible for various amounts of data acquisition setups:
generate_zea_datasetfor default arguments and optionals and if in these cases the above tests still run.polar_anglesis not mandatory, but without it beamforming will fail. Should be fixed.