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
It's pegged to use maximum likelihood estimation (MLE) rather than least-squares (LS), and we haven't used this in quite some time, so it's unclear how nicely it would play with all the other components and risks therefore to be buggy.
raise NotImplementedError in the function body
check up front in the pipeline precheck that the configuration doesn't specify to use the experimental PSF features, and if so, throw an error right away
update the documentation accordingly
The text was updated successfully, but these errors were encountered:
It's pegged to use maximum likelihood estimation (MLE) rather than least-squares (LS), and we haven't used this in quite some time, so it's unclear how nicely it would play with all the other components and risks therefore to be buggy.
NotImplementedError
in the function bodyThe text was updated successfully, but these errors were encountered: