Skip to content

Commit 780eef0

Browse files
Merge branch 'main' of https://github.com/johntruckenbrodt/pyroSAR into update_license
2 parents 23a73e9 + 181fe6c commit 780eef0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyroSAR/examine.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,9 @@ class SnapProperties(object):
465465
466466
Examples
467467
--------
468-
>>> from pyroSAR.examine import SnapProperties
469-
>>> config = SnapProperties()
468+
>>> from pyroSAR.examine import ExamineSnap, SnapProperties
469+
>>> path = ExamineSnap().path
470+
>>> config = SnapProperties(path=path)
470471
>>> config['snap.userdir'] = '/path/to/snap/auxdata'
471472
"""
472473

0 commit comments

Comments
 (0)