pub fn eeg_datum_to_point_op(
    datum: f32,
    buffer: Option<&mut RingBuffer<f32>>,
    scale: f32,
    filename: &str
) -> PointOp