The default_start_index is currently only applied to the first dimension axis. The other axes appear to always assume a start index of 1.
Two suggested changes are needed
- As a scalar,
default_start_index should be applied to every axis
default_start_index should accept a list of start indices for multidimensional arrays