Skip to content

Commit

Permalink
Simplify file not found errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
znarthur committed Apr 4, 2024
1 parent f3ff880 commit 74d1b3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Load.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ see interpolate() documentation.
>**mean()** -- averages all interpolated data together (organized by sample, scan type & range), returns list, saves data
under a dictionary in SGMData().averaged

>**processed()** -- convenience method to get a list of all interpolated SGMScan data.
>**get(attr: str)** -- convenience method to grab a list of arrays, files or entry attributes from SGMData

### Attributes
>**scans** *(SGMScan)* By default the query will create an SGMData object containing your data, this can be turned off with the data keyword.
Expand Down
2 changes: 2 additions & 0 deletions sgmdata/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ class SGMData(object):
>**processed()** -- convenience method to get a list of all interpolated SGMScan data.
>**get(attr: str)** -- convenience method to grab a list of arrays, files or entry attributes from SGMData
### Attributes
>**scans** *(SGMScan)* By default the query will create an SGMData object containing your data, this can be turned off with the data keyword.
Expand Down

0 comments on commit 74d1b3b

Please sign in to comment.