Skip to content

Commit

Permalink
Remove unused components (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
okieraised authored Feb 11, 2023
1 parent ce17fc3 commit 505a11c
Show file tree
Hide file tree
Showing 27 changed files with 1,950 additions and 3,352 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
# go2com (DICOM and NIFTI image parser)
# go2com (DICOM image parser)

** This package is under active development and can be in a very broken state. Please use the latest released version **

## TODO
- [ ] Improve NIfTI reader for large file size
- [ ] Improve NIfTI writer to export as NIfTI-2 format
- [ ] Improve DICOM frame parser
- [ ] Support for additional medical image formats
- [ ] Support changing value in NIfTI frame
- [ ] Improve DICOM PixelData frame parser

## Example
To parse a DICOM file
```go

```

To parse a single NIfTI file:
```go

```

## Supported Transfer Syntaxes
```text
ImplicitVRLittleEndian "1.2.840.10008.1.2"
Expand Down
Loading

0 comments on commit 505a11c

Please sign in to comment.