pub fn t2star_from_r2star(r2star: &[f64]) -> Vec<f64>
Convert an R2* map (Hz) to a T2* map (seconds).
T2* = 1 / R2* for voxels where R2* > 0; zero otherwise.