OpNav.add_images¶
- 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 theStellarOpNavclass)See
Camera.add_images()for a description of the valid input for data- Parameters:
data (Iterable[Path | str | ndarray] | Path | str | ndarray) – The image data to be stored in the
imageslistparse_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.