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 think that it is necessary to implement background subtraction at the level of pixel counts. In my opinion, the best place to have it implemented is inside create_meta_pixels. We could have add a keyword bkg_cpd containing a compressed pixel data structure for a bkg measurement. If we do not pass bkg_cpd as input, then we do not perfom background subtraction
The text was updated successfully, but these errors were encountered:
I think that it is necessary to implement background subtraction at the level of pixel counts. In my opinion, the best place to have it implemented is inside
create_meta_pixels
. We could have add a keywordbkg_cpd
containing a compressed pixel data structure for a bkg measurement. If we do not passbkg_cpd
as input, then we do not perfom background subtractionThe text was updated successfully, but these errors were encountered: