Skip to content

Commit

Permalink
Updates README for release
Browse files Browse the repository at this point in the history
  • Loading branch information
marksgraham committed Nov 9, 2023
1 parent 4307962 commit d74bb96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,16 @@ metadata = fds.read_all_metadata(verbose=True) # extracts all other metadata
with open("fds_metadata.json", "w") as outfile:
outfile.write(json.dumps(metadata, indent=4))

# create and save a DICOM (.fda/.fds only for now)
# create and save a DICOM
dcm = create_dicom_from_oct(filepath)
```

## Contributions
Are welcome! Here is a [development roadmap](https://github.com/marksgraham/OCT-Converter/issues/86), including some easy first issues. Please open a [new issue](https://github.com/marksgraham/OCT-Converter/issues/new) to discuss any potential contributions.

## Updates
9 November 2023
- Can now save .e2e, .img, .oct, and .OCT files as DICOMs with correct headers.

22 September 2023
- DICOM support: can now save .fda/.fds files as DICOMs with correct headers.
Expand Down

0 comments on commit d74bb96

Please sign in to comment.