-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
698d31b
commit 7c3da50
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# SedSettle | ||
SedSettle is a tool for interfacing with a digital mass balance for sediment grain size analysis via Settling Tube. SedSettle is written in MATLAB and should function on whichever operating system is compatible with the mass balance. This code was tested using an OHAUS Adventurer AX622 Mass Balance on MacOS High Sierra and with CDM 2.08.28 WHQL Certified x86 (32-bit) drivers on Windows 10. | ||
SedSettle interfaces with a digital mass balance for sediment grain size analysis via [settling tube](https://pubs.geoscienceworld.org/sepm/jsedres/article-abstract/54/2/603/97733/the-analysis-of-grain-size-measurements-by-sieving). To use SedSettle, you must have a settling tube, a digital mass balance capable of reporting mass to a computer, and a computer running MATLAB (all versions post-2005 should work). | ||
|
||
SedSettle is written in MATLAB and should function on Windows 10, MacOS, and Linux so long as the operating system can communicate with the mass balance. This code was tested using an OHAUS Adventurer AX622 Mass Balance on MacOS High Sierra and with CDM 2.08.28 WHQL Certified x86 (32-bit) drivers on Windows 10. | ||
|
||
To use the code, open SettlingTubeInterface.m, and make sure that all directories in the SedSettle package are added to your MATLAB path. |