https://github.com/mlund/situs
Situs is a package for the modeling of atomic resolution structures into low-resolution density maps e.g. from electron microscopy, tomography, or small angle X-ray scattering
https://github.com/mlund/situs
Last synced: 11 months ago
JSON representation
Situs is a package for the modeling of atomic resolution structures into low-resolution density maps e.g. from electron microscopy, tomography, or small angle X-ray scattering
- Host: GitHub
- URL: https://github.com/mlund/situs
- Owner: mlund
- License: other
- Created: 2015-12-14T18:40:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T19:50:05.000Z (over 10 years ago)
- Last Synced: 2023-04-05T22:10:58.449Z (about 3 years ago)
- Language: C
- Size: 688 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Situs
##### Note: This github version is an unofficial clone of version 2.7.2 with added support for the CMake build system.
## Requirements
- C/C++ compiler
## Building
~~~~
cd situs/
cmake .
make
~~~~