dannyjacobs / ECHO

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

combine_sorties() sorts every column of data individually instead of using only time #43

Open dmlewis9 opened 3 years ago

dmlewis9 commented 3 years ago

np.sort(array, axis=0) sorts everything vertically when given an axis=0, rather that only sorting on that axis. It should sort only by the first axis.