SofiaChannelData¶
- class sofia_redux.scan.custom.sofia.channels.channel_data.channel_data.SofiaChannelData(channels=None)[source]¶
Bases:
ColorArrangementData
Initialize the SOFIA channel data container.
- Parameters:
- channelssofia_redux.scan.channels.channels.Channels
Attributes Summary
Return the instrument information object.
Methods Summary
apply_info
(info)Initialize data from available information.
read_channel_data_file
(filename)Read a channel data file and return the information within.
Attributes Documentation
- info¶
Return the instrument information object.
- Returns:
- SofiaInfo
Methods Documentation