Results 749 comments of Matt McCormick

GitHub is healthy again -- PR is here: https://github.com/SCIInstitute/Cleaver2/pull/112

@floryst this could likely be resolved, along with faster loading, with your WIP that enables separate series sorting / loading. In this case the pixel data is loaded incrementally, in...

If it is a single, multi-frame file, it may help if glance used `itk/readImageFile` instead of the series reader as indicated by: > itkDICOMImageSeriesReaderJSBindingWasm.js

> Line: 192 itkDICOMImageSeriesReaderJSBindingWasm.js:9:28594 This is indicating that we are not yet using `itk/readImageFile`.

I have also experienced this.

@seanm A better option may be the `type` built-in from bash: https://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script

If I recall correctly, there were other deployment scenario's where this configuration needed to be verified and possibly did not work? It may take some work to rebase this on...

Good thoughts! I am thinking that we: 1. Have a `getContentIdentifier` (hash), etc. associated with the `MultiscaleSpatialImage` for chunks. 2. Have an `InMemoryImage` that sits between the input image as...

@PaulHax thanks for working on this! Unlike expectations, #693 did not require changes to vtk.js; it is good to have these updates in the long run but less short-term urgency.

@oeway awesome!!! Yes, I will start integrating this now :-D. I have been AFK for a while, but I am back now.