Camera.sort_by_date¶
- Camera.sort_by_date()[source]¶
This method is used to sort the images currently loaded to the
imagesattribute by date.It also ensures that the
image_masklist remains in sync with the images. The images are sorted by theobservation_dateattribute for each image.Note
To ensure that the images are truly sorted by date throughout all image processing steps, this method should be called after any
add_images(), orremove_images()method calls needed.- Return type:
None