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 am studying turbulence/filaments in COMPASS via visible imaging.
What we do actually is we remove the background emission with a median filter over 10s of frames, and then we invert the subtracted frame. This gives a frame with negative values.
I want to use the SART method implemented on CHERAB (especially the GPU optimized one) but the function removes the negative emissivity values in the SART algorithm, as it would be unphysical.
Is it possible to add an option to the invert_sart function to allow negative emissivity values ?
Thanks