-
Notifications
You must be signed in to change notification settings - Fork 105
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
Fix Ultrasonix RF data interpretation #114
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We receive udtRF data from Ultrasonix scanners (Exam software 5.7) with a dimension 2080x256 when using an L14-5 transducer with default imaging parameters. There is a slight shift in every second line.
In Plus the assumption was that the shift is due to IQ encoding, and therefore two lines were combined into one during brightness conversion step. However, this seems not to be the case, but each line should contain a simple real-value signal (http://research.ultrasonix.com/viewtopic.php?f=6&t=967&p=3665#p3665).
Once this information is confirmed, change the SonixVideo data source to interpret the data as US_IMG_RF_REAL instead of US_IMG_RF_I_LINE_Q_LINE (it should be just a matter of changing this enum).
Migrated from https://app.assembla.com/spaces/plus/tickets/744/details
The text was updated successfully, but these errors were encountered: