pub fn reconstruct_node( approximation: &[f64], detail: &[f64], wavelet: &dyn Wavelet, boundary_mode: BoundaryMode, ) -> Result<Vec<f64>>
Reconstruct a parent node from its two children