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

Problem when casting PW Doppler #165

Open
VincenzoGemignani opened this issue Apr 24, 2024 · 4 comments
Open

Problem when casting PW Doppler #165

VincenzoGemignani opened this issue Apr 24, 2024 · 4 comments

Comments

@VincenzoGemignani
Copy link

VincenzoGemignani commented Apr 24, 2024

I am trying to cast the PW Doppler. My aim is to show the PW Doppler image like in the Clarius App.
I see in CusSpectralImageInfo that I have 8 lines, 128 samples, 8 bits per sample.
I can read an 8x128 pixes image that is a slice of the image that I see on the Clarius App.
However, I find every times the same 8x128 data (they are the first data and seems to be not updated).
I assumed I should read n packets of 8 lines and create a (n*8)x128 pixels image.
Am I doing something wrong? Have you an example?

I am using cast Version: 11.2.0 both on Windows and macOS

@clariusk
Copy link
Contributor

yes, this is a known issue, fixed in our next release!

@VincenzoGemignani
Copy link
Author

We are implementing PW Doppler mode using cast Version: 11.2.0 (aware of the above mentioned issue). How can we set the PW Doppler parameters like gate size/position, steer, correction angle, pulse repetition frequency?

@clariusk
Copy link
Contributor

clariusk commented Jul 2, 2024

As we have 11.3 released in Pilot App and binaries published here, recommend you update to ensure the spectral modes are functioning properly with Cast now.

You can use cusCastSetParameter() to control parameters per the following:

  • Correction Angle: "pw angle correct" in degrees
  • PRF: "pwPrf" in kHz
  • Gate Size: "pw gate size" in millimeters

Note we do not have parameters for controlling Gate Position, this needs to be performed via the App UI.

@VincenzoGemignani
Copy link
Author

VincenzoGemignani commented Jul 3, 2024 via email

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

No branches or pull requests

2 participants