StellarOpNav.add_images

giant.stellar_opnav.stellar_class:

StellarOpNav.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:

See the 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.