Examples ======== This section contains example scripts demonstrating the usage of the Prism API. Getting Started --------------- .. literalinclude:: ../../examples/getting_started.py :language: python SRPL Measurement ---------------- .. literalinclude:: ../../examples/srpl_measurement.py :language: python Transient Measurement --------------------- .. literalinclude:: ../../examples/transient_measurement.py :language: python Coordinate Transformation ------------------------- .. figure:: _static/images/coordinate_systems.png :width: 600px :align: center *Fig. 1:Coordinate System Diagram* .. figure:: _static/images/roi_example.png :width: 600px :align: center *Fig. 2: ROI Example* .. figure:: _static/images/coordinate_example.png :width: 600px :align: center *Fig. 3: Coordinate Example* .. literalinclude:: ../../examples/coordinate_transformation.py :language: python