SurfaceFeatureNavigation.reset

giant.relative_opnav.estimators.sfn.sfn_class:

SurfaceFeatureNavigation.reset()

This method resets the observed/computed attributes as well as the details attribute to have None for each target in scene.

This method is called by RelativeOpNav between images to ensure that data is not accidentally applied from one image to the next. You can override this method with a subclass to do even more, however, be sure to call super().reset() from your override.