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
Change the API to disallow the "mixed" inputs case. Basically you can only get the mica.starcheck backend if only obsid is provided. If any other args are provided then it doesn't go that route. That makes it slightly harder in our development end but is then quite safe. I can make a helper function that does what the current code would have done for a mixed "obsid + other kwargs" case, to make it easy to get the necessary kwargs for a subsequent call of get_aca_catalog(**kwargs).
Aiming for 4.4, but at a lower priority than other issues. This might break some notebooks or code.
The text was updated successfully, but these errors were encountered:
From #256 (comment)
Change the API to disallow the "mixed" inputs case. Basically you can only get the mica.starcheck backend if only obsid is provided. If any other args are provided then it doesn't go that route. That makes it slightly harder in our development end but is then quite safe. I can make a helper function that does what the current code would have done for a mixed "obsid + other kwargs" case, to make it easy to get the necessary kwargs for a subsequent call of
get_aca_catalog(**kwargs)
.Aiming for 4.4, but at a lower priority than other issues. This might break some notebooks or code.
The text was updated successfully, but these errors were encountered: