source: sasview/DataLoader/release_notes.txt @ f8d0ee7

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 f8d0ee7 was f8d0ee7, checked in by Mathieu Doucet <doucetm@…>, 16 years ago
  • Property mode set to 100644
File size: 1.2 KB
Line 
1Release Notes
2=============
3
4Package name: DataLoader 0.2
5
61-      Version 0.2
7        - Release date: ?
8        - First version of CanSAS reader/writer
9        - 1D and 2D data manipulations available
10        - 1D CanSAS writer available
11        - HFIR 1D 4-col reader available (*.d1d)
12        - Allows plugins through python source or zip files
13        - Added ring averaging and circular averaging
14       
15        Version 0.1
16        - First version of SANS data loader
17        - Formats: IGOR 1D, IGOR 2D, CanSAS 1D, 2- or 3-column ascii
18        - Includes SANS data class, with arithmetic operations
19       
202- Downloading and Installing
21
22        2.1- System Requirements:
23                - Python version >= 2.4 should be running on the system
24
25        2.2- Installing:
26                - Get the code from svn://danse.us/sans/trunk/DataLoader
27                - The following modules are required:
28                        * numpy
29                        * data_util from svn://danse.us/common/util
30                        * The CanSAS reader needs PyXML installed
31       
323- Known Issues
33
34        3.1- All systems:
35                - CanSAS format only allows a single SASdata section per SASentry.
36                - CanSAS format only allows one SASentry per file, for a single DataInfo object.
37
38        3.2- Windows:
39                - None
40
41        3.3- Linux:
42                - None
43
444- Troubleshooting
45
46        - None
47
485- Frequently Asked Questions
49
50        - None
51
526- Other Resources
53
54        - None
55
56       
57
58       
59
60
Note: See TracBrowser for help on using the repository browser.