Rotating

class sofia_redux.scan.channels.rotating.rotating.Rotating[source]

Bases: ABC

Methods Summary

get_rotation()

Return the channel rotation.

rotate(angle)

Rotate the channels.

Methods Documentation

abstract get_rotation()[source]

Return the channel rotation.

Returns:
angleunits.Quantity
abstract rotate(angle)[source]

Rotate the channels.

Parameters:
angleunits.Quantity

The angle to rotate by.

Returns:
None