-
Notifications
You must be signed in to change notification settings - Fork 72
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
Hi, is there any way to find scaleX in metadata #131
Comments
Hi, Unfortunately it doesn't seem to be scored directly in the .e2e (I assume you're referring to .e2e here). It looks like you might have to calculate it from other quantities ... there is some disucssion of it here. |
@marksgraham thank you for all your disscussion, it's a gerat help. But have you encountered a situation where posx2-posx1 is 0 or a changing value? This means that the value is not a fixed 20 or 30. |
Unfortunately, I don't think these tricks work. For example, I found that the posx1 and pos2 of the metadata of the same set of pictures changed, which was very strange. Obviously what I saw on Heidelberg was the same. The second problem is that the distance between the viewer and the probe in real space should change with the angle. , the same is 20°. After calculation, the distance changes, and there is a slight difference. |
Afraid it looks like we're still missing something.. :( |
@marksgraham I finished the time stamp, and double checking that's it's correct(at least it works for my machine), where should I put a global constant..... |
there is a single time stamp for each .e2e file? could you store with these class attributes:
currently we don't differentiate and assume all scans are just the horizontal patterns you've described. maybe we should, as a minimum, store a 'scan type' parameter somewhere where we can try to describe this? there must be a flag in the .e2e files that encodes this but I have not looked for it, I think all the scans I have previously worked with were the more standard volume shape |
Thank you for your instruction. I finish the timstamp PR, looking forward more testing. LOL Besides that, I found out something interst which could be relevent to type. |
possibly... does it seem to change with the different types of oct scan you see (e.g. cross, horizontal)? |
I found scaley in metadata, but i didn't find out scaleX in this. is there any way I can find scaleX?
The text was updated successfully, but these errors were encountered: