InsightSoftwareConsortium / InsightSoftwareConsortium/ITK-Wasm
Error converting DICOM to vtk file: network error
Open
- Dominant language
- Python
- Stars
- 235
- Forks
- 61
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 4
Description
I just wrote this code
```typescript
readImageDicomFileSeries({ inputImages: [...fileList] }).then(d => {
const img = vtkITKHelper.convertItkToVtkImage(d.outputImage);
}
```
Contributor 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