grss.fit.fit_optical.deweight_obs#
- grss.fit.fit_optical.deweight_obs(obs_df, eff_obs_per_night, verbose)#
Deweight observations that occur on the same night at the same observatory.
- Parameters:
obs_df (pandas DataFrame) – Optical observation data for the given body
eff_obs_per_night (int) – Effective 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 deweighting applied
- Return type:
pandas DataFrame