The MWA beam path is hardcoded here: https://github.com/kariukic/sivio/blob/cd4100fe67527762543c142c65cebf7cda258a45/sivio/beam.py#L146 it would be more portable to grab this from the `MWA_BEAM_FILE` environment variable like this: ``` hbeam = mwa_hyperbeam.FEEBeam(os.environ['MWA_BEAM_FILE']) ```
The MWA beam path is hardcoded here:
sivio/sivio/beam.py
Line 146 in cd4100f
it would be more portable to grab this from the
MWA_BEAM_FILEenvironment variable like this: