You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interpolation routine itself is fine, but there are two pieces of metadata that aren't updated appropriately for the general case. In particular, the integration_time array is only reshaped, and the channel_width attribute isn't changed. Both of these values should be updated to agree with their new values post-interpolation.
Additionally, in the future we'll need to think about how to adapt this to work with BDA data...
The text was updated successfully, but these errors were encountered:
The interpolation routine itself is fine, but there are two pieces of metadata that aren't updated appropriately for the general case. In particular, the
integration_time
array is only reshaped, and thechannel_width
attribute isn't changed. Both of these values should be updated to agree with their new values post-interpolation.Additionally, in the future we'll need to think about how to adapt this to work with BDA data...
The text was updated successfully, but these errors were encountered: