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
True continuum analysis recalculates var_lss from pixel statistics in the following lines. It is a necessary step in the current framework. However, it is also problematic when the statistics are low. Example below for negative var_lss in true continuum analysis.
Maybe we can introduce a fail-safe such as replace only if estimated var_lss is within 50% of given var_lss. Thoughts? @iprafols@Waelthus and people working on true continuum analysis.
True continuum analysis recalculates
var_lss
from pixel statistics in the following lines. It is a necessary step in the current framework. However, it is also problematic when the statistics are low. Example below for negative var_lss in true continuum analysis.Maybe we can introduce a fail-safe such as replace only if
estimated var_lss is within 50% of given var_lss
. Thoughts? @iprafols @Waelthus and people working on true continuum analysis.picca/py/picca/delta_extraction/expected_fluxes/true_continuum.py
Lines 137 to 143 in 6f44a68
The text was updated successfully, but these errors were encountered: