We are using utils.spectra_ds_to_bands to get the final hms product in our current workflow. This utils.spectra_ds_to_bands utility includes the upper and lower frequency limits of each hybrid millidecade band, which we would like to omit, that is, only keeping the center frequency.
So, the idea would be to include an option to exclude those limits in this function (or perhaps, add one other function for that purpose).
We are using
utils.spectra_ds_to_bands
to get the final hms product in our current workflow. Thisutils.spectra_ds_to_bands
utility includes the upper and lower frequency limits of each hybrid millidecade band, which we would like to omit, that is, only keeping the center frequency.So, the idea would be to include an option to exclude those limits in this function (or perhaps, add one other function for that purpose).