1 / 10

Advanced Imaging Display Implementation: Goals, Scan Types, and Data Sources

This document outlines key design goals for imaging displays, covering various scan types including Fixed Angle, Fixed Scan, Rotating, and Grid-based scanning methods. It discusses implementation choices utilizing OpenGL and Qt for optimal performance on targeted platforms, focusing on speed and user interface design. The importance of a common data feed for real-time or database sources is emphasized, with details on how to manage and process specific data formats. Usability is a priority, ensuring displays function effectively as both primary and secondary interfaces.

Télécharger la présentation

Advanced Imaging Display Implementation: Goals, Scan Types, and Data Sources

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Imaging Displays • Design goals • Scan types • Implementation choices • Data Feed

  2. Design Goals • Common display engine • Dual mode – Realtime and playback • Data source independent • Usable as primary and secondary display (I hope).

  3. Scan Types I • Fixed Angle (SABL)

  4. Scan Types II • Fixed scan (AIMR, MCR)

  5. Scan Types III • Rotating (ELDORA)

  6. Scan Types IV • Grid based (WARDS, CAPPI)

  7. Implementation – OpenGL • Available on all targeted platforms • Speed • Easy pan, zoom and other effects • Decouples rendering from interface design

  8. Implementation – Qt • Available for targeted platforms • Fast UI design via Qt Desginer • Easy to create user defined widgets (plugins)

  9. Data Feed • Allow use of either realtime or database sources • Common data format • Truncated data for ground viewing • Should be invisible to display • Handled by instrument

  10. Overview DataSource Scan Specific Processing Qt User Interface Qt Scan widget OpenGL Rendering

More Related