Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marksgraham authored Sep 22, 2023
1 parent 9cf5baf commit 271f167
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,19 @@ fundus_image.save('fds_testing_fundus.jpg')
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)
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

22 September 2023
- DICOM support: can now save .fda/.fds files as DICOMs with metadata populated.

28 March 2023
- Metadata extraction for .fds expanded to match that of .fda file.

Expand Down

0 comments on commit 271f167

Please sign in to comment.