dannyjacobs / ECHO

Software, libraries and data for the External Calibrator for Hydrogen Observatories
1 stars 3 forks source link

combine_sorties() and interpolate_rx have redundant combined arrays. #44

Open dmlewis9 opened 3 years ago

dmlewis9 commented 3 years ago

These functions should be streamlined so that only a single combined array is created and that array is used to create the interpolated array, which is used to create beams. This had the benefit of bypassing another bug in combine_sorties() (https://github.com/dannyjacobs/ECHO/issues/43), but this should be fixed to use the same array instead of making additional arrays.