FL.helpers.interpolation.remove_axis_from_master_list
- FL.helpers.interpolation.remove_axis_from_master_list(seq: list[list[int]], interpolation: float) None
Remove an axis from a 2d list of values per master. Top level index is the master index. The interpolation factor will be used to interpolate the remaining values.
- Parameters:
- Raises:
ValueError – If the list has an odd number of elements.