computes a cos/sin transform of angles on the fly
streamed_cossin_transform(fname_in, fname_out, is_deg = TRUE)
Arguments
- fname_in
- Input filename with angles.
- fname_out
- Output filename with cos/sin transformed values.
- is_deg
- Angles are expressed in degrees. default: true.