We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dcfbc commit 2e38024Copy full SHA for 2e38024
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