Reading e2e metadata #28
Replies: 4 comments 12 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for the great package. When trying to extract the laterality info using: for volume in oct_volumes: I get files saved as None.png. I'm sure I'm doing something obvious wrong here but I'd appreciate a pointer. Thanks |
Beta Was this translation helpful? Give feedback.
-
That is fantastic. Thank you so much for your time.
…On Wed, 26 Jan 2022, 16:06 Dillon Brown, ***@***.***> wrote:
This is one way:
1. git clone the repo (will create a folder called OCT-Converter)
2. Create a .py file within the OCT-Converter folder (top level, not
within oct_converter). from this location, you are able to import things
from the folders as if they are python packages, with each folder
representing a module.
3. Include "from oct_converter.readers import E2E" in your imports.
this should now import the class E2E from your local file
\OCT-Converter\oct_convert\readers\e2e.py
4. now, if you modify the e2e.py file, your script will use that
modified version.
If this doesn't work, pip uninstalling oct_converter. not sure which
package would take priority.
—
Reply to this email directly, view it on GitHub
<#28 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQE7237C54YRUR6NXR7G6N3UYALZTANCNFSM46Y5376A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
HI, thanks for this very interesting tool.
Is it possible to read metadata for the exam, especially for e2e exams, please?
Thanks
Best regards
Laurent
Beta Was this translation helpful? Give feedback.
All reactions