File tree Expand file tree Collapse file tree
eitprocessing/datahandling Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def normalize(
191191 Additional keyword arguments to pass to the new PixelMap instance.
192192
193193 Raises:
194- ValueError: If an invalid normalization mode is specifief .
194+ ValueError: If an invalid normalization mode is specified .
195195 ValueError: If no reference value is provided in "reference" mode.
196196 ValueError: If a reference value is provided with a mode other than "reference".
197197 TypeError: If the reference value is not a number.
@@ -458,7 +458,7 @@ def from_aggregate(
458458 of that object.
459459
460460 Args:
461- maps: Sequence of maps to be aggregated
461+ maps: list/tuple of maps to be aggregated
462462 aggregator: Function to aggregate the maps along the first axis. Should accept an array and axis parameter.
463463 **return_attrs: Keyword arguments to be passed to the initializer of the return object
464464
You can’t perform that action at this time.
0 commit comments