The ``sensor_graphs`` module ================================= .. py:module:: ansys.stk.extensions.data_analysis.graphs.sensor_graphs Summary ------- .. tab-set:: .. tab-item:: Functions .. list-table:: :header-rows: 0 :widths: auto * - :py:func:`~ansys.stk.extensions.data_analysis.graphs.sensor_graphs.azimuth_elevation_line_chart` - Create a plot of the direction of the sensor's boresight over time, expressed as azimuth and elevation in body-fixed axes of the sensor's parent. * - :py:func:`~ansys.stk.extensions.data_analysis.graphs.sensor_graphs.footprint_area_line_chart` - Create a plot of the area on the ground inside the sensor footprint over time. * - :py:func:`~ansys.stk.extensions.data_analysis.graphs.sensor_graphs.obscuration_line_chart` - Create a plot of the percentage that the sensor's field of view is obstructed over time, as generated by Sensor Obscuration tool. Description ----------- Provides graphs for Sensor objects. .. py:currentmodule:: ansys.stk.extensions.data_analysis.graphs.sensor_graphs .. TABLE OF CONTENTS .. toctree:: :titlesonly: :maxdepth: 1 :hidden: azimuth_elevation_line_chart footprint_area_line_chart obscuration_line_chart