We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14159c3 commit 7a53320Copy full SHA for 7a53320
simwave/kernel/frontend/source.py
@@ -133,6 +133,8 @@ def interpolated_points_and_values(self):
133
.., begin_point_axisN, end_point_axisN].
134
ndarray
135
1D Numpy array with [source_values_axis1, .., source_values_axisN].
136
+ ndarray
137
+ 1D Numpy array with [source_1_offset, .., source_N_offset].
138
"""
139
140
points = np.array([], dtype=np.uint)
0 commit comments