Difference between revisions of "Software"

From GISAXS
Jump to: navigation, search
(Geared towards 2D data)
(Geared towards 2D data)
Line 12: Line 12:
 
* '''ImageJ''': A generic tool for image treatment and analysis. Can be used to open and process x-ray detector images.
 
* '''ImageJ''': A generic tool for image treatment and analysis. Can be used to open and process x-ray detector images.
 
** [http://rsb.info.nih.gov/ij/ Official site.]
 
** [http://rsb.info.nih.gov/ij/ Official site.]
* NeXpy: [[Python]] GUI for working with the [[NeXus data format]].
+
* '''NeXpy''': [[Python]] GUI for working with the [[NeXus data format]].
 
** [https://nexpy.github.io/nexpy/ Official site.]
 
** [https://nexpy.github.io/nexpy/ Official site.]
 
* '''[[view.gtk]]''': A simple interface for viewing 2D data, calibrating your data into ''q''-space, and extracting linecuts. Written by Lin Yang for the [[X9]] beamline at [[NSLS]]. Installation requires (free) GTK libraries.
 
* '''[[view.gtk]]''': A simple interface for viewing 2D data, calibrating your data into ''q''-space, and extracting linecuts. Written by Lin Yang for the [[X9]] beamline at [[NSLS]]. Installation requires (free) GTK libraries.

Revision as of 09:48, 8 December 2015

A common question for new GISAXS users is: "What software can I use to analyze my data?" Unfortunately, there is no single package that will allow you to perform any possible analysis. This is in part due to the diversity of possible kinds of data analysis one might want to do on GISAXS or GIWAXS images. The following lists a variety of packages that are available.

Data Viewing, Reduction, and Simple Analysis

These packages provide ways to view data, and perform simple operations (linecuts, etc.).

Geared towards 2D data

Geared towards 1D data

Data Modeling and Fitting

These packages can predict scattering curves for various possible nano- or molecular- structures. Some of the packages allow fitting of experimental data.

SAXS

BioSAXS

GISAXS

Reflectivity

Crystallography

Computing Materials Properties

Custom

It is of course possible to code your own software for modeling or fitting scattering data. This is not as difficult as it may at first seem. The fundamental scattering equations are well-known (c.f. scattering, Fourier transform, Form Factor, Structure Factor, Lattice Factor), and can be brute-force solved numerical. Or, they can be solved (or simplified) analytically for a particular case. Many modern programming languages provide libraries for numerical integration, fitting, minimizing multi-dimensional parameter spaces, etc. (e.g. Python is particularly clean and powerful).

See Also