-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
As it stands the band data is returned in a nested list grid. If there is more than 1 band then the second band is displayed as another number in the list. I propose that each band print it's own matrix so that the data can be understood more clearly
example:
band 1:
[[4.3046], [4.3046], [2.5366]]
[[4.3046], [2.5366], [4.3046]
[[2.5366], [4.3046], [4.3046,]]
band 2:
[[4.3046], [4.3046], [2.5366]]
[[4.3046], [2.5366], [4.3046]
[[2.5366], [4.3046], [4.3046,]]
band 3:
[[4.3046], [4.3046], [2.5366]]
[[4.3046], [2.5366], [4.3046]
[[2.5366], [4.3046], [4.3046,]]
Metadata
Metadata
Assignees
Labels
No labels