#############################################################################
#  Written 1994++ by Peter Boesecke                                         #
#  Copyright (C) 2011 European Synchrotron Radiation Facility               #
#                        Grenoble, France                                   #
#                                                                           #
#     Principal authors: Peter Boesecke  (boesecke@esrf.eu)                 #
#                                                                           #
#     This program is free software: you can redistribute it and/or modify  #
#     it under the terms of the GNU General Public License as published by  #
#     the Free Software Foundation, either version 3 of the License, or     #
#     (at your option) any later version.                                   #
#                                                                           #
#     This program is distributed in the hope that it will be useful,       #
#     but WITHOUT ANY WARRANTY; without even the implied warranty of        #
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         #
#     GNU General Public License for more details.                          #
#                                                                           #
#     You should have received a copy of the GNU General Public License     #
#     along with this program.  If not, see <http://www.gnu.org/licenses/>. #
#############################################################################
2017-10-02 boesecke@esrf.fr
The following three folders contain the program code:

  edfpack:  library routines to access ESRF-data format (edf) files
  saxspack: library routines for 2d saxs data reduction
  src:      saxs data reduction utilities
  filters:  compression filters (see specific READMEs inside these folder)

  makefile:    GNU makefile

By setting the environment variable LIBLZ4 to 1 (export LIBLZ4=1)
the bitshuffle filter library from Kiyoshi Masui (kiyo@physics.ubc.ca) 
is compiled and statically linked to the h5 routines.
Please read the license file filters/bitshuffle-master/LICENSE.

The saxs package can be compiled in the following ways:

  UNIX, LINUX, CYGWIN:
	The GNU C-compiler needs to be installed.
	Use the makefile in the directory saxs/. Type "make"
	The executables are written to the folder saxs/bin/<systemtype>/
	with <systemtype> := SUN | LINUX | CYGWIN


