grss.fit.fit_optical.apply_debiasing_scheme

grss.fit.fit_optical.apply_debiasing_scheme#

grss.fit.fit_optical.apply_debiasing_scheme(obs_df, lowres, verbose)#

Apply the Eggl et al. (2020) debiasing scheme to the observation array. (paper from https://doi.org/10.1016/j.icarus.2019.113596)

Parameters:
  • obs_df (pandas DataFrame) – Optical observation data for the given body

  • lowres (bool) – Flag to debias the observations using the low resolution scheme

  • verbose (bool) – Flag to print out information about the observations

Returns:

obs_df – Optical observation data for the given body with debiasing applied

Return type:

pandas DataFrame