cast icon indicating copy to clipboard operation
cast copied to clipboard

Problem when casting PW Doppler

Open VincenzoGemignani opened this issue 1 year ago • 4 comments

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

VincenzoGemignani avatar Apr 24 '24 11:04 VincenzoGemignani

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

clariusk avatar Apr 24 '24 15:04 clariusk

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?

VincenzoGemignani avatar Jun 28 '24 13:06 VincenzoGemignani

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.

clariusk avatar Jul 02 '24 18:07 clariusk

Thank you. Will the gate position be set with a next version of the software? We are going to make pw parameters automatically set, so it would be important. Il giorno 2 lug 2024, alle ore 20:37, Kris Dickie @.***> ha scritto: 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.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

VincenzoGemignani avatar Jul 03 '24 07:07 VincenzoGemignani