Skip to content

Alignment and Intensity differences between eyepy extraction and constructor viewer #19

Answered by Oli4
MathiasGallardo asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @MathiasGallardo,

The code you're using to read and save the B-scans looks good. Unfortunately, I haven't fully figured out the E2E format, and I'm not aware of anyone who has. The E2E format stores raw intensities, which differ from what is displayed in the Heyex viewer. I once ran some experiments to understand the intensity transform used in the XML export, but it's possible that the viewer uses a different or updated transformation.

If you'd prefer a different intensity transformation, you can define your own function to modify the raw intensities:

# Load your EyeVolume object (assuming `ev` is your EyeVolume object)
ev = EyeVolume(...)  # Load your data here

# Set your custom i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Oli4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants