#include <StripDataView.h>
Public Attributes | |
uint8_t * | adc |
const ChannelLocsView * | chanlocs |
uint16_t * | channel |
float | channelThreshold |
int | clusterSizeLimit |
float | clusterThresholdSquared |
uint8_t | maxAdjacentBad |
uint8_t | maxSequentialBad |
uint8_t | maxSequentialHoles |
float | minGoodCharge |
int | nSeedStripsNC |
int | nStrips |
int * | prefixSeedStripsNCMask |
int * | seedStripsMask |
int * | seedStripsNCIndex |
int * | seedStripsNCMask |
float | seedThreshold |
stripId_t * | stripId |
Definition at line 14 of file StripDataView.h.
uint8_t* stripgpu::StripDataView::adc |
Definition at line 16 of file StripDataView.h.
const ChannelLocsView* stripgpu::StripDataView::chanlocs |
Definition at line 15 of file StripDataView.h.
uint16_t* stripgpu::StripDataView::channel |
Definition at line 17 of file StripDataView.h.
float stripgpu::StripDataView::channelThreshold |
Definition at line 22 of file StripDataView.h.
int stripgpu::StripDataView::clusterSizeLimit |
Definition at line 25 of file StripDataView.h.
float stripgpu::StripDataView::clusterThresholdSquared |
Definition at line 22 of file StripDataView.h.
uint8_t stripgpu::StripDataView::maxAdjacentBad |
Definition at line 23 of file StripDataView.h.
uint8_t stripgpu::StripDataView::maxSequentialBad |
Definition at line 23 of file StripDataView.h.
uint8_t stripgpu::StripDataView::maxSequentialHoles |
Definition at line 23 of file StripDataView.h.
float stripgpu::StripDataView::minGoodCharge |
Definition at line 24 of file StripDataView.h.
int stripgpu::StripDataView::nSeedStripsNC |
Definition at line 20 of file StripDataView.h.
int stripgpu::StripDataView::nStrips |
Definition at line 21 of file StripDataView.h.
int * stripgpu::StripDataView::prefixSeedStripsNCMask |
Definition at line 19 of file StripDataView.h.
int * stripgpu::StripDataView::seedStripsMask |
Definition at line 19 of file StripDataView.h.
int* stripgpu::StripDataView::seedStripsNCIndex |
Definition at line 19 of file StripDataView.h.
int * stripgpu::StripDataView::seedStripsNCMask |
Definition at line 19 of file StripDataView.h.
float stripgpu::StripDataView::seedThreshold |
Definition at line 22 of file StripDataView.h.
stripId_t* stripgpu::StripDataView::stripId |
Definition at line 18 of file StripDataView.h.