Module tof

Source
Expand description

Calibration routines for the GAPS TOF system

Structs§

RBCalibrationFlightT
smaller packet to bring through the gcu
RBCalibrationFlightV
RBCalibrations

Enums§

Edge

Functions§

clean_spikes
Simplified version of spike cleaning
find_zero_crossings
Designed to match np.where(np.diff(np.signbit(trace)))[0] FIXME -> This needs to be moved to analysis!
get_periods
Get the periods of a sine wave
roll
Roll over the entries from the end of a vector to the beginning by a given offset.