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 73542ab commit 034bd06Copy full SHA for 034bd06
deeptrack/image.py
@@ -91,11 +91,11 @@ def get_property(self,
91
92
93
def merge_properties_from(self, other: "Image") -> "Image":
94
- ''' Merge properties with ones from another Image.
+ ''' Merge properties with those from another Image.
95
96
Appends properties from another images such that no property is duplicated.
97
Uniqueness of a dictionary of properties is determined from the
98
- `hash_key` property.
+ property `hash_key`.
99
100
Most functions involving two images should automatically output an image with
101
merged properties. However, since each property is guaranteed to be unique,
0 commit comments