We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23a73e9 + 181fe6c commit 780eef0Copy full SHA for 780eef0
pyroSAR/examine.py
@@ -465,8 +465,9 @@ class SnapProperties(object):
465
466
Examples
467
--------
468
- >>> from pyroSAR.examine import SnapProperties
469
- >>> config = SnapProperties()
+ >>> from pyroSAR.examine import ExamineSnap, SnapProperties
+ >>> path = ExamineSnap().path
470
+ >>> config = SnapProperties(path=path)
471
>>> config['snap.userdir'] = '/path/to/snap/auxdata'
472
"""
473
0 commit comments