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
I open the thread to follow the gain selection issue raised by PR #72.
It seems I could reproduce an (the?) issue in the case of waveforms of shape (n_gain, n_pix, 1) - that would correspond to ASTRICam.
In this case the gain_mask from _, gain_mask = gain_selector.select_gains(cam_id, waveform) is of shape (n_pix,).
Maybe @riwim or @mackaiver can tell me if that's the issue they encountered.
The text was updated successfully, but these errors were encountered:
I open the thread to follow the gain selection issue raised by PR #72.
It seems I could reproduce an (the?) issue in the case of waveforms of shape
(n_gain, n_pix, 1)
- that would correspond toASTRICam
.In this case the
gain_mask
from_, gain_mask = gain_selector.select_gains(cam_id, waveform)
is of shape(n_pix,)
.Maybe @riwim or @mackaiver can tell me if that's the issue they encountered.
The text was updated successfully, but these errors were encountered: