source: sasview/sansdataloader/src/release_notes.txt @ 017a88a

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 017a88a was 017a88a, checked in by Jae Cho <jhjcho@…>, 13 years ago

moving

  • Property mode set to 100644
File size: 1.4 KB
Line 
1Release Notes
2=============
3
4Package name: DataLoader 0.2.4
5
61-      Version 0.2.4
7        - Release date: 7/4/2009
8        - Improvements to CanSAS reader/writer
9
10        Version 0.2.3
11        - Release date: 4/21/2009
12        - use ASCII reader for 1D data
13
14        Version 0.2
15        - Release date: 10/22/2008
16        - Added slit smearing and resolution smearing
17        - First version of CanSAS reader/writer
18        - 1D and 2D data manipulations available (circular avg, box sum, box avg, sector avg, ring avg)
19        - 1D CanSAS writer available
20        - HFIR 1D 4-col reader available (*.d1d)
21        - Allows plugins through python source or zip files
22        - Added ring averaging and circular averaging
23       
24        Version 0.1
25        - First version of SANS data loader
26        - Formats: IGOR 1D, IGOR 2D, CanSAS 1D, 2- or 3-column ascii
27        - Includes SANS data class, with arithmetic operations
28       
292- Downloading and Installing
30
31        2.1- System Requirements:
32                - Python version >= 2.4 should be running on the system
33
34        2.2- Installing:
35                - Get the code from svn://danse.us/sans/releases/DataLoader-0.2.3
36                - The following modules are required:
37                        * numpy
38                        * data_util from svn://danse.us/common/util
39                        * The CanSAS reader needs PyXML installed
40       
413- Known Issues
42
43        3.1- All systems:
44                - CanSAS format only allows a single SASdata section per SASentry.
45
46        3.2- Windows:
47                - None
48
49        3.3- Linux:
50                - None
51
524- Troubleshooting
53
54        - None
55
565- Frequently Asked Questions
57
58        - None
59
606- Other Resources
61
62        - None
63
64       
65
66       
67
68
Note: See TracBrowser for help on using the repository browser.