C# Class Analysis.EDM.BlockTOFDemodulator

This class takes a block and demodulates the TOFs into each analysis channel. A lot of the code is cheezily copied and pasted from the BlockDemodulator.
Datei anzeigen Open project: ColdMatter/EDMSuite Class Usage Examples

Public Methods

Method Description
TOFDemodulateBlock ( Block b, int detectorIndex, bool allChannels ) : TOFChannelSet

Method Details

TOFDemodulateBlock() public method

public TOFDemodulateBlock ( Block b, int detectorIndex, bool allChannels ) : TOFChannelSet
b Data.EDM.Block
detectorIndex int
allChannels bool
return TOFChannelSet