An open API service indexing awesome lists of open source software.

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

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
~~~~