Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 2, 2017
1 parent 94c6cd3 commit b189ddd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qpformat/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def load_data(path, fmt=None, bg_path=None, bg_fmt=None,
for the background. If set to `None`, the file format
is be guessed.
meta_data: dict
Meta data (see `qpimage.meta.VALID_META_KEYS`)
Meta data (see `qpimage.meta.META_KEYS`)
h5out: str
Path to an hdf5 output file where all data
is written in the :py:mod:`qpimage` data
Expand Down
2 changes: 1 addition & 1 deletion qpformat/file_formats/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, path, meta_data={}):
path to the experimental data file.
meta_data: dict
dictionary containing meta data.
see :py:class:`qpimage.VALID_META_KEYS`.
see :py:class:`qpimage.META_KEYS`.
"""
self.path = path
self.meta_data = copy.copy(meta_data)
Expand Down
2 changes: 1 addition & 1 deletion qpformat/file_formats/single_tif_phasics.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, path, meta_data={}):
path to the experimental data file or an open file object
meta_data: dict
dictionary containing meta data.
see :py:class:`qpimage.VALID_META_KEYS`.
see :py:class:`qpimage.META_KEYS`.
Notes
-----
Expand Down

0 comments on commit b189ddd

Please sign in to comment.