|
SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
|
SedSAT3 is an open-source software package developed by the Arash Massoudieh, Allen Gellis, and Cara Peterman-Phippss for sediment source fingerprinting using chemical and isotopic tracers. It provides a graphical user interface and a suite of tools for preprocessing, tracer selection, source apportionment, and diagnostic analysis. The software supports multiple apportionment approaches, including deterministic maximum likelihood estimation, metaheuristic search with genetic algorithms, and Bayesian inference through Markov Chain Monte Ca...
A precompiled installer is available at:
https://sedsat.org/download
You can install SedSAT3 from the prebuilt .deb package:
This installs SedSAT3 to /usr/local/sedsat3 with:
/usr/local/sedsat3/bin/SedSat3/usr/local/sedsat3/resources/usr/local/bin/sedsat3 so you can run the app by typing sedsat3/usr/share/applications/sedsat3.desktop, so the app appears in your GNOME/KDE menu with its icon.Build from source (instructions below).
SedSAT3 can be compiled on Windows, macOS, and Linux. The software depends on several third-party libraries and a Git submodule.
qmake or CMake) Initialize and update the Utilities submodule:
The .deb file will appear in the build/ folder.
After installation, you can start SedSAT3 in several ways:
A sample dataset, examples/SampleData.xlsx, is provided to help you get started. It follows the standard tab layout: a Mixture sheet containing the target (receptor) samples and one sheet per source (Forest, Crop, Pasture, Bank). Each sheet has a sample column, particle-size (D50) and organic-carbon (TOC) columns used for size and organic-matter corrections, and one column per elemental or isotopic tracer.
examples/SampleData.xlsx). Contributions are welcome! Please fork the repository and submit pull requests. Issues can be reported through the GitHub Issues tab: https://github.com/ArashMassoudieh/SedSat3/issues
SedSAT3 is distributed under the GNU General Public License v3.0 (GPL-3.0). See LICENSE.md.
This software is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The software has not received final approval by the U.S. Geological Survey (USGS). No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. The software is provided on the condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from the authorized or unauthorized use of the software.
See DISCLAIMER.md.
If you use SedSAT3 in your research, please cite:
Massoudieh, A., et al. (2023). SedSAT3: An open-source software for sediment source apportionment. U.S. Geological Survey. https://github.com/ArashMassoudieh/SedSat3
SedSAT3 builds on several open-source libraries, including Qt, GSL, Armadillo, and QXlsx. The project also uses the Utilities submodule developed and maintained separately.