RollResponse

class sofia_redux.scan.custom.hawc_plus.channels.mode.roll_response.RollResponse(channel_group=None, gain_provider=None, name=None)[source]

Bases: FieldResponse

Initialize a roll response mode.

The HAWC_PLUS roll response mode extracts a signal from the “roll” field of the integration frame data, returning the second order derivative signal which is “floating”.

Parameters:
channel_groupChannelGroup, optional

The channel group owned by the mode.

gain_providerstr or GainProvider, optional

If a string is provided a FieldGainProvider will be set to operate on the given field of the channel group.

namestr, optional

The name of the mode. If not provided, will be determined from the channel group name (if available).