Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finish time stamp #134

Merged
merged 3 commits into from
Feb 7, 2024
Merged

finish time stamp #134

merged 3 commits into from
Feb 7, 2024

Conversation

big97kai
Copy link
Contributor

@big97kai big97kai commented Feb 1, 2024

change the time stamp in e2e file.

the process to use that as following:

from oct_converter.readers import E2E

file_path = '{path to test file}'
e2e = E2E(file_path)
oct_list = e2e.read_oct_volume()
for oct_image_index in range(len(oct_list)):

    utc_time_string = oct_list[oct_image_index].acquisition_date
    print(utc_time_string)

It works for the machine where I intern... But I do think It need more test..

@marksgraham
Copy link
Owner

thanks @big97kai this looks to work on my end too.

just getting this error:

oct_converter/readers/e2e.py:6:1: F401 'datetime.datetime' imported but unused
oct_converter/readers/e2e.py:6:1: F401 'datetime.timedelta' imported but unused

if you can remove those imports then I'll merge

@marksgraham marksgraham merged commit 86839e1 into marksgraham:main Feb 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants