Jason Hostetter

Results 11 issues of Jason Hostetter

This change will catch dataset parsing exceptions and merge in the parsed metadata header dataset with the partially parsed dataset and re-throw the exception. This allows a truncated byte array...

### Motivation This PR reconfigures the image decompression codecs such that they can be included piecemeal or all at once. The use case is for applications that only handle one...

Adds `DicomMessage.readFile()` options `untilTag` and `stopAfterTag` that terminate parsing and return the so far parsed data either up to or including the given tag. Adds normalization of namified or group,element...

I'm trying to load a multiframe US with JPEG compression, and finding that only the first frame is loaded into the dataset. Is this my error or is loading encapsulated...

I am interested in using the streaming tool for a very specialized context (radiology dictation), which uses an esoteric and relatively restricted vocabulary (i.e. high likelihood of words like "hyperpneumatization"...

enhancement
help wanted

I have some test files which I think are non-compliant, but wondering if dicomParser's handling is optimal. These files have encapsulated pixel data with one defined length item containing the...

### Describe the Bug HTJ2K examples, including progressive loading are currently broken, trying to load images from cloudfront that don't exist. ### Steps to Reproduce Try to load https://www.cornerstonejs.org/live-examples/htj2kstackbasic ###...

Awaiting Reproduction

Fixes application of `beforeSend` headers for range requests, and also fixes serialization error for range requests when the retrieve config `chunkSize` parameter is a function, not a number. ### Changes...

### Describe the Bug I have progressive image loading with range requests enabled, and also have the stack prefetch utility enabled. These seem to work, however I noticed that the...