Merged master into DP3 branch and got manual calibration output.
- Merged master to make use of the new std::vector rather than the old aocommon::vector
- Validated the correct array sizes and values for the input DPBuffer step compared to manually writing to DPBuffer.
- Changed the blob to be smaller to speed up the runtime by another 1.2 seconds.
- Removed unused imports
- Added FindDP3 for DP3 library
- Merged with master for latest parameter parsing
- Implemented DP3-requirement in the CI pipeline
- Added --parset and --calibration to specify the parset for DP3, and whether or not to turn on calibration at all.
- Added ENABLE_DP3LIB option in the cmakefile with ifdef guards in the code.
Edited by Duncan Kampert