Taylor Hanayik
Taylor Hanayik
@effigies, would you prefer `throw new Error('That file does not appear to be NIFTI!')`? I think it is definitely helpful to tell the user something doesn't look correct. I have...
> * the next meeting is scheduled for the 5th of January 2023 ; we'll start with a quick overview of the codeb In the example above, is `template` a...
@jeromedockes, NiiVue can [load a base64 encoded file](https://github.com/niivue/niivue/blob/0481f92748d1b2f2738e159b6365b1a12d2a82c9/src/nvimage.js#L2880). In this case the "name" property would be important because it will rely on the file extension in the name to parse...
@alexisthual , thanks for the ping. All good suggestions. adding some linked NiiVue issues here to track things. - https://github.com/niivue/niivue/issues/495 - https://github.com/niivue/niivue/issues/496 - https://github.com/niivue/niivue/issues/497
@AnthonyAndroulakis, @alexisthual, @jeromedockes, the code above is close, but needs one slight modification. The complete, working version is below. NVMesh.loadFromBase64 is an async function, and therefore you need to await...
@neurolabusc, your point is a good one and I agree that the two variables would introduce confusion. Instead, how about this? - update the use of `multiplanarForceRender`, where the possible...
Note: make new PR in AFNI once this change is merged into the main branch of NiiVue. see: https://github.com/afni/afni/issues/669
@ai-watcher I would recommend looking into [Niivue](https://niivue.github.io/niivue/) for rendering nifti images. Niivue uses nifti-reader-js under the hood. However, images are always displayed in the Niivue canvas using RAS for consistency...
[This](https://github.com/niivue/niivue/issues/1090#issuecomment-2463694543) is now the default measure tool, and will be available in the next NPM release.
@adambasha0 , could you update your PR to this implementation instead? Modify as needed to suit the separate demos. ``` Normalize graph ```