InsightSoftwareConsortium / InsightSoftwareConsortium/ITK-Wasm

Error converting DICOM to vtk file: network error

Open
#1,438 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
235
Forks
61
Avg merge
4d 19h
Merged PRs (30d)
4

Description

Image
I just wrote this code

```typescript
readImageDicomFileSeries({ inputImages: [...fileList] }).then(d => {
const img = vtkITKHelper.convertItkToVtkImage(d.outputImage);
}
```

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the TypeScript example with readImageDicomFileSeries and vtkITKHelper.convertItkToVtkImage, using the attached error as the initial symptom. Check whether the network error occurs during DICOM series reading or at the ITK-to-VTK conversion boundary; done means the failure has a reproducible cause and a verified resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, wasm
Domain
computer-vision
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.