We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f577dd1 commit 7f3618eCopy full SHA for 7f3618e
src/diffpy/utils/parsers/loaddata.py
@@ -21,7 +21,7 @@ def loadData(filename, minrows=10, headers=False, hdel='=', hignore=None, **kwar
21
22
The data block is identified as the first matrix block of at least minrows rows
23
and constant number of columns. This seems to work for most of the datafiles including
24
- those generated by PDFGetX2.
+ those generated by diffpy programs.
25
26
filename -- name of the file we want to load data from.
27
minrows -- minimum number of rows in the first data block.
0 commit comments