SIM-920: calcualte the apparent transmitter power (not just attenuations)
-
Updated the Pycraf script to return apparent transmitter powers instead of just attenuations --> this new object has the dimensions of [ntimes x nantennas x nchannels] (i.e. it now knows about the number of time samples, though it doesn't care what those actually are)
-
Refactored the interface data objects to allow for multiple time samples in the same RFISignal object --> merged some of these objects into one and removed redundant code
-
I've also updated the RASCIL script to use the HDF5 file as default
-
Several tests and the docs are also updated
Feel free to test it by running rfi_sim_test.sh
Make sure you use the sim-920-update-rfi-code
branch of RASCIL as well!
Note: I will not merge this until the RASCIL refactor is done, but reviews in the meantime are appreciated.