prose.fluxes.ApertureFluxes.best_polynomial#

ApertureFluxes.best_polynomial(add=None, verbose=False, **orders)#

Return the best systematics polynomial model orders.

Parameters:
  • orders (dict) – dict with keys being the systematic to consider and values are the maximum polynomial order to test

  • add (np.ndarray, optional) – additional regressor to add to the design matrix, by default None

  • verbose (bool, optional) – whether to show the progress bar, by default False