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
console.warn('ImageGLView.data is a Float64Array which WebGL does not support, will convert to a Float32Array (consider sending float32 data for better performance).');
data=Float32Array.from(data);
type=THREE.FloatType;
The text was updated successfully, but these errors were encountered:
Loading an astronomical image into Imviz in Jdaviz triggers this, as noticed by @rosteen . Not sure where the fix should be.
bqplot-image-gl/js/lib/imagegl.js
Lines 286 to 289 in bd7bac1
The text was updated successfully, but these errors were encountered: