RelativeOpNav.add_images

giant.relative_opnav.relnav_class:

RelativeOpNav.add_images(data, parse_data=True, preprocessor=True)[source]

This is essentially an alias to the Camera.add_images() method, but it also expands various lists to account for the new number of images.

When you have already initialized a StellarOpNav class you should always use this method to add images for consideration.

The lists that are extended by this method are:

  • center_finding_results

  • relative_position_results

  • limb_results

  • landmark_results

  • saved_templates

  • All {technique}_details attributes

See Camera.add_images() for a description of the valid input for data

Parameters
  • data (Union[Iterable[Union[pathlib.Path, str, Sequence[Sequence], numpy.ndarray]], pathlib.Path, str, Sequence[Sequence], numpy.ndarray]) – The image data to be stored in the images list

  • parse_data (bool) – A flag to specify whether to attempt to parse the metadata automatically for the images

  • preprocessor (bool) – A flag to specify whether to run the preprocessor after loading an image.