-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
22 lines (17 loc) · 1.08 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
libsaxsdocument and saxsview
============================
Read, convert and view files related to Small Angle X-ray Scattering (SAXS).
The libraries, libsaxsimage, libsaxsdocument and libsaxsview, are released
under the LGPLv3, the saxsview application under the GPLv3. See the respective
COPYING-files for details.
In the initial proof-of-concept implementation, file formats of the ATSAS
programs are implemented. However, the scope of libsaxsdocument is to integrate
as many formats as are being used in SAXS. Collaborations and contribution of
reading/writing code would be highly welcome!
The saxsview application requires Qt-4.4 or later and Qwt (qwt.sourceforge.net),
the latter is included in this repository to allow for local modifications. The
build system is CMake (www.cmake.org), version 2.6.x should work. To compile
the Fortran bindings for libsaxsdocument, gcc-4.3 or later will be necessary.
Without these, an earlier version should be fine.
The code is plain C for libsaxsdocument and based on Qt/Qwt for saxsview. It
has been successfully compiled for Linux, MacOSX 10.5 and MinGW.