bisweb icon indicating copy to clipboard operation
bisweb copied to clipboard

This is the repository for the BioImage Suite Web Project

Results 14 bisweb issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.13 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies
python

I feel like we chatted about it but I failed to find an issue, so here it comes (may be *again*). ATM bisweb requires download of the file to the...

what could be a reason? continuation to https://github.com/dandi/dandi-infrastructure/pull/88 to make https://bioimagesuiteweb.github.io/webapp/viewer.html?image=https://api.dandiarchive.org/api/assets/d62f3ac5-2a0f-4170-a2d9-37d9bb2085c0/download/ (which redirects to a pre-signed S3 URL) work. access from datasets.datalad.org works fine on another image: https://bioimagesuiteweb.github.io/webapp/viewer.html?image=https://datasets-dev.datalad.org/dbic/QA/sub-emmet/ses-20180508/anat/sub-emmet_ses-20180508_acq-MPRAGE_T1w.nii.gz but when...

An example for dandiarchive URL ```shell $> wget -S https://api.dandiarchive.org/api/assets/db080212-f712-4f09-b3b6-b39554cdd74e/download/ --2021-08-20 16:36:26-- https://api.dandiarchive.org/api/assets/db080212-f712-4f09-b3b6-b39554cdd74e/download/ Resolving api.dandiarchive.org (api.dandiarchive.org)... 54.162.128.250, 18.205.36.100, 54.157.58.70, ... Connecting to api.dandiarchive.org (api.dandiarchive.org)|54.162.128.250|:443... connected. HTTP request sent, awaiting response......

Instead of ![image](https://user-images.githubusercontent.com/39889/130283295-cdd8cec0-92d0-40be-bba2-c168838cadf4.png) could show "Loading image of size 1.7G from" (not sure why URL isn't there either) after getting size from the response header example URL to try: https://bioimagesuiteweb.github.io/alphaapp/viewer.html?image=https://api.dandiarchive.org/api/assets/db080212-f712-4f09-b3b6-b39554cdd74e/download/...

Hey there! I'm the author of @electron/remote, and I'm trying to get fewer people to use it :) I wrote a bit about [some of the reasons why](https://nornagon.medium.com/electrons-remote-module-considered-harmful-70d69500f31). I was...

When I load the local file into the web application without any operation, I noticed that it can display the unregistered original image and mask image very well, but when...

Hi, I am using a Windows machine and trying to parcellate the .nii data using bis_individualizedparcellation.m, but the library calling line ``` % Loads the bisweb C++ library as lib...

The recent commits have started work on volume rendering, using the shader in bis_3dvolrenutils.js While volume rendering can be done with WebGL1, the 3D textures of WebGL2 make this much...

Hi, Great piece of software - really enjoyed using it! I think though that I have found an issue when setting overlay slices: **3DOrthogonalSlice:** `var sl=Math.floor(slmm/internal.imagespa[internal.plane]);` **OrthogonalViewerElement:** `let sl =...