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
We overload min_obs so that if it is (0.0, 1.0) it is treated as a fraction. The concern is that this could cause confusion with the user since the parameter means two different things.
We could add another parameter fraction_obs which specified min_obs as a fraction. The question is what to do if both are given? Take the smaller one? Give an error?
Dynamically adjusting num_obs would be great, like a fraction, as the numbers will vary for Rubin especially.
Also, as a bare minimum, let's throw an exception if num_obs is > than number of images.
The text was updated successfully, but these errors were encountered: