OpNav.add_images

giant.opnav_class:

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

This method adds new images to be processed.

Generally this is an alias to the Camera.add_images() method. In some implementations, however, this method adds some functionality to the original method as well. (such as in the StellarOpNav class)

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

Parameters:
  • data (Iterable[Path | str | Sequence[Sequence] | ndarray] | Path | str | Sequence[Sequence] | 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.