pywwt
pywwt copied to clipboard
ValueError: Input data is not 2-dimensional on add_image_layer
When I use layer = wwt.layers.add_image_layer(image=image_path)
on an rgb fits (3D array) file I get the error:
ValueError: Input data is not 2-dimensional
is there a way to load rgb fits or a way to load the color channels separately and get an rgb image?