Closed ddobie closed 1 month ago
Problem arises here: https://github.com/askap-vast/vast-tools/blob/34d3b4aa1b30ed09b18c0abb98531eec06b7cbe7/vasttools/source.py#L572-L586
upper_lims
is calculated inside the loop over the different frequencies, so it only contains the upper limits for the last frequency.
Solution is to recalculate it outside of the loop.
By default my query looks like but it should look like