You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current thunder.images.fromtif() call, either a single image or a glob of images in a directory can be loaded. To load specific images, you have to do something like this:
With the current
thunder.images.fromtif()
call, either a single image or a glob of images in a directory can be loaded. To load specific images, you have to do something like this:It would be better for
.fromtif()
to support a comma-separated string, like Spark's loading functions do:And by using a list:
The text was updated successfully, but these errors were encountered: