new angle-scan processing features, update documentation, bugfixes

new functions:
- voigt_fwhm_lor
- rotate_hemi_scan
- import_tpi_scan
- draw_diffraction_cone

updated functions:
- interpolate_hemi_scan
- display_hemi_scan
- duplicate_hemi_scan

updated documentation:
- installation instructions
- readme
This commit is contained in:
2016-03-30 12:02:57 +02:00
parent 1e9fbf0beb
commit 29d4b6881f
6 changed files with 359 additions and 42 deletions

View File

@ -11,6 +11,9 @@ DOX=doxygen
DOXOPTS=
LATEX_DIR=latex
REVISION=$(shell git describe --always --tags --dirty --long)
export REVISION
all: docs
docs: doxygen pdf
@ -24,4 +27,3 @@ pdf: doxygen
clean:
-rm latex/*
-rm html/*