Recent Releases of oct-converter
oct-converter - v0.6.1 released
This version was made possible thanks to the efforts of @sustrev!
- Can now save .e2e, .img, .oct, and .OCT files as DICOMs with correct headers.
- Python
Published by marksgraham over 2 years ago
oct-converter - v0.6.0 released
Version 0.6.0 was made possible by @sustrev and @naterichman - huge thanks!
It includes:
- The ability to save files as .dcm with correct headers and metadata populated (.fda and .fds only, for now).
- Much more complete metadata is now extracted for both .fda/.fds files.
- Python
Published by marksgraham over 2 years ago
oct-converter - v0.5.12 released
- Further fix to an issue when reading .e2e E2EMultipleVolumeFile (see PR)
- Python
Published by marksgraham over 2 years ago
oct-converter - v0.5.11 released
What's Changed
- Adds type hints by @marksgraham in https://github.com/marksgraham/OCT-Converter/pull/115
- Fix for .e2e extraction error 'ordinal not in range' see issue
Full Changelog: https://github.com/marksgraham/OCT-Converter/compare/v0.5.10...v0.5.11
- Python
Published by marksgraham almost 3 years ago
oct-converter - v0.5.8 released
Changes to improve intensity/contrast of OCT data extracted from .e2e files. For old behaviour use file.read_oct_volume(legacy_intensity_transform=True)
- Python
Published by marksgraham almost 3 years ago
oct-converter - v0.5.7 released
Much expanded metadata extraction for .fda and .fds files.
- Python
Published by marksgraham almost 3 years ago
oct-converter - v0.5.6 released
Layer segmentation information now extracted from .fda files, thanks @drombas
- Python
Published by marksgraham almost 3 years ago
oct-converter - v0.5.5 released
- Refactor of fda reader
- Binary structs spun out into their own folders
- Python
Published by marksgraham about 3 years ago
oct-converter - v0.5.4 released
- Greatly expands the range of metadata extracted from .fda files
- Removes the dependency on
pylibjpeg, which was causing problems for lots of users
- Python
Published by marksgraham about 3 years ago
oct-converter - v0.5.3 released
- Fixes bug with linear scan lines in BOCT
- Changes to file validation and storage of header layours (BOCT only)
- Adds type annotations (BOCT only)
- Python
Published by marksgraham about 3 years ago
oct-converter - v0.5.1 released
This minor update allows for specifying the number of columns and rows in a volume when reading .img data
- Python
Published by marksgraham about 3 years ago
oct-converter - v0.5.0 released
This release makes improvements to the Zeiss Dicom reader.
- The reader now attempts to distinguish between OCT and Fundus data, and returns both.
- The reader can now extract image data from files it previously failed on.
- Python
Published by marksgraham over 3 years ago
oct-converter - v0.4.1 released
Adds support for reading Zeiss' obfuscated Dicom format
- Python
Published by marksgraham over 3 years ago
oct-converter - v0.3.5 released
Fixes a bug in v0.3.0 that prevented imports
- Python
Published by marksgraham over 3 years ago
oct-converter - v0.3.0 released
Updates include:
- Contours (layer segmentations) are now extracted from .e2e files.
- Acquisition date is now extracted from .e2e files.
- 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)
- Python
Published by marksgraham over 3 years ago