avocado.Augmentor._choose_target_observation_count

Augmentor._choose_target_observation_count(augmented_metadata)

Choose the target number of observations for a new augmented light curve.

This method needs to be implemented in survey-specific subclasses of this class if using the default implementation of _choose_sampling_times.

Parameters:augmented_metadata (dict) – The augmented metadata
Returns:target_observation_count – The target number of observations in the new light curve.
Return type:int