[846f890] | 1 | ################################################################################ |
---|
| 2 | |
---|
| 3 | The SasView (formerly SansView) software was developed by the University of |
---|
| 4 | Tennessee as part of the Distributed Data Analysis of Neutron Scattering |
---|
| 5 | Experiments (DANSE) project funded by the US National Science Foundation. |
---|
| 6 | |
---|
| 7 | See the license text in license.txt |
---|
| 8 | |
---|
| 9 | Copyright 2008, University of Tennessee |
---|
| 10 | |
---|
| 11 | ################################################################################ |
---|
| 12 | |
---|
| 13 | The set of routines that comprise this CORFUNC module were originally written |
---|
| 14 | in 1994 at the behest of Anthony (Tony) Ryan by Thomas (Tom) Nye whilst an |
---|
| 15 | undergraduate in Applied Mathematics at the University of Cambridge, and are |
---|
| 16 | based on the earlier work of Gert Strobl (Universität Freiburg) and co-workers |
---|
| 17 | in the 1980's. The polydispersity analysis was proposed later by Guy Eeckhaut |
---|
| 18 | (ICI). |
---|
| 19 | |
---|
| 20 | The original UNIX source was ported to the Windows environment (and given |
---|
| 21 | a Java GUI) as part of Collaborative Computational Project #13, funded by the |
---|
| 22 | UK Biotechnology & Biological Sciences Research Council and Engineering & |
---|
| 23 | Physical Sciences Research Council, by CCP13 Post-Doctoral workers Richard |
---|
| 24 | Denny and Mark Shotton in 1999. |
---|
| 25 | |
---|
| 26 | The alternative Hilbert transform (volume fraction profile) analysis of |
---|
| 27 | Trevor Crowley (Salford University) and co-workers was suggested by Stephen |
---|
| 28 | (Steve) King (ISIS Facility). Its incorporation was started by CCP13 Post- |
---|
| 29 | Doctoral worker Matthew Rodman and finally implemented in 2004 by Steve King |
---|
| 30 | and Damian Flannery (ISIS Facility), with help from Richard Heenan (ISIS |
---|
| 31 | Facility). |
---|
| 32 | |
---|
| 33 | See the End User License Agreement in corfunc_eula.txt |
---|
| 34 | |
---|
| 35 | Copyright 2013, UK Science & Technology Facilities Council |
---|
| 36 | |
---|
| 37 | ################################################################################ |
---|
| 38 | |
---|
| 39 | CORFUNC performs correlation function analysis of one-dimensional SAXS or SANS |
---|
| 40 | patterns, or generates a model-independent volume fraction profile from a |
---|
| 41 | one-dimensional SANS pattern from an adsorbed layer of polymer or surfactant. |
---|
| 42 | |
---|
| 43 | ################################################################################ |
---|