grss.fit.fit_optical.eliminate_obs#
- grss.fit.fit_optical.eliminate_obs(obs_df, max_obs_per_night, verbose)#
Limit the number of observations that occur on the same night at the same observatory.
- Parameters:
obs_df (pandas DataFrame) – Optical observation data for the given body
max_obs_per_night (int) – Maximum number of observations per night
verbose (bool) – Flag to print out information about the observations
- Returns:
obs_df – Optical observation data for the given body with elimination applied
- Return type:
pandas DataFrame