Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marksgraham committed Mar 28, 2023
1 parent e6269cb commit 93f4c43
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ with open("fds_metadata.json", "w") as outfile:
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
28 March 2023
- Metadata extraction for .fds expanded to match that of .fda file.

31 January 2023
- Greatly extended support for extracting metadata from .fda files
- Greatly extended support for extracting metadata from .fda files.

18 November 2022
- Initial support for reading the Zeiss Dicom format.
Expand All @@ -72,12 +75,12 @@ Are welcome! Here is a [development roadmap](https://github.com/marksgraham/OCT-
- Acquisition date is now extracted from .e2e files.

16 June 2022
- Initial support for reading Optovue OCTs
- Initial support for reading Optovue OCTs.
- Laterality is now extracted separately for each OCT/fundus image for .e2e files.
- More patient info extracted from .e2e files (name, sex, birthdate, patient ID)
- More patient info extracted from .e2e files (name, sex, birthdate, patient ID).

24 Aug 2021
- Reading the Bioptigen .OCT format is now supported
- Reading the Bioptigen .OCT format is now supported/

11 June 2021
- Can now specify whether Zeiss .img data needs to be de-interlaced during reading.
Expand All @@ -87,7 +90,7 @@ Are welcome! Here is a [development roadmap](https://github.com/marksgraham/OCT-

30 October 2020
- Extract fundus and laterality data from .e2e
- Now attempts to extract additional volumetric data from .e2e files that was previously missed
- Now attempts to extract additional volumetric data from .e2e files that was previously missed.

22 August 2020
- Experimental support for reading OCT data from .fda files.
Expand All @@ -98,7 +101,8 @@ Are welcome! Here is a [development roadmap](https://github.com/marksgraham/OCT-
## Related projects
- [uocte](https://bitbucket.org/uocte/uocte/wiki/Home) inspired and enabled this project
- [LibE2E](https://github.com/neurodial/LibE2E) and [LibOctData](https://github.com/neurodial/LibOctData) provided some additional descriptions of the .e2e file spec
- [eyepy](https://github.com/MedVisBonn/eyepy) can read HEYEY XML and VOL formats, and [eyelab](https://github.com/MedVisBonn/eyelab) is a tool for annotating this data
- [eyepy](https://github.com/MedVisBonn/eyepy) for python-based import, visualisation, and analysis of OCT data
- [eyelab](https://github.com/MedVisBonn/eyelab) is a tool for annotating this data

## Clinical use
We can't guarantee images extracted with OCT-Converter will match those extracted or viewed with the manufacturer's software. Any use in clinical settings is at the user's own risk.

0 comments on commit 93f4c43

Please sign in to comment.