get_empty_image#
- skysim.populate.get_empty_image(frames, image_pixels)[source]#
Initialize an empty image array.
- Parameters:
- frames
pydantic.PositiveInt The number of frames to include.
- image_pixels
pydantic.PositiveInt The width/height of the image in pixels.
- frames
- Returns:
FloatArrayAn array of zeros.