fill_frame_objects#
- skysim.populate.fill_frame_objects(index, frame, objects_table, image_settings, verbose_level)[source]#
Pickle-able function to call
add_object_to_framefor a whole table of objects.- Parameters:
- index
int The frame number.
- frame
FloatArray RGB image.
- objects_table
astropy.table.QTable Table of objects to add.
- image_settings
ImageSettings Configuration.
- verbose_level
int How much detail to print.
- index
- Returns:
tuple[int,FloatArray]Frame number and updated image.