LosResponse¶
- class sofia_redux.scan.custom.hawc_plus.channels.mode.los_response.LosResponse(channel_group=None, gain_provider=None, name=None)[source]¶
Bases:
FieldResponse
Initialize a LOS response mode.
The HAWC_PLUS LOS response mode extracts a signal from the “LOS” 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).