VisibleFeatureFinder.apply_options

giant.relative_opnav.estimators.sfn.surface_features:

VisibleFeatureFinder.apply_options(options)[source]

This method applies the input options to the current instance.

The input options should be an instance of VisibleFeatureFinderOptions.

When calling this method every setting will be updated, even ones you did not specifically set in the provided options input. Any you did not specifically modify will be reset to the default value. Typically the best way to change a single setting is through direct attribute access on this class, or by maintaining a copy of the original options structure used to initialize this class and then updating it before calling this method.

Parameters:

options (VisibleFeatureFinderOptions) – The options to apply to the current instance