image_channel_order for Ultrasound image

Hi all,
i wanna to creat a image memory object for ultrasound image (post-processed, stored in frames). Which kind of image_channel_order should i use? CL_INTENSITY or CL_LUNINANCE or what else?. Thanks

I would simply use CL_R, which is a single-channel format suitable for grayscale data. As for the difference between these, look at the very end of chapter 6 of the OpenCL specification.