pywwt icon indicating copy to clipboard operation
pywwt copied to clipboard

ValueError: Input data is not 2-dimensional on add_image_layer

Open davidenitti opened this issue 4 years ago • 25 comments

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?

davidenitti avatar Feb 12 '21 23:02 davidenitti