Skip to content

Commit b973244

Browse files
committed
Add docstring to set_homog_point
Points to the frame docs
1 parent 2aa16fa commit b973244

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

defdap/base.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ def mask(self, map_data, **kwargs):
131131
return map_data
132132

133133
def set_homog_point(self, **kwargs):
134+
"""Set the map homologous reference points.
135+
136+
Parameters
137+
----------
138+
**kwargs : dict
139+
Keyword arguments forwarded to :meth:`defdap.experiment.Frame.set_homog_point`.
140+
"""
134141
return self.frame.set_homog_point(self, **kwargs)
135142

136143
def plot_grain_numbers(self, dilate_boundaries=False, ax=None, **kwargs):

0 commit comments

Comments
 (0)