source: sasview/DataLoader/release_notes.txt @ 579ba85

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 579ba85 was 579ba85, checked in by Mathieu Doucet <doucetm@…>, 16 years ago

CanSAS format reader/writer completed/tested.

  • Property mode set to 100644
File size: 1.1 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 data manipulations available
10       
11        Version 0.1
12        - First version of SANS data loader
13        - Formats: IGOR 1D, IGOR 2D, CanSAS 1D, 2- or 3-column ascii
14        - Includes SANS data class, with arithmetic operations
15       
162- Downloading and Installing
17
18        2.1- System Requirements:
19                - Python version >= 2.4 should be running on the system
20
21        2.2- Installing:
22                - Get the code from svn://danse.us/sans/releases/DataLoader-0.1
23                - The following modules are required:
24                        * numpy
25                        * data_util from svn://danse.us/common/releases/data_util-0.1
26                        * The CanSAS reader needs PyXML installed
27       
283- Known Issues
29
30        3.1- All systems:
31                - CanSAS format only allows a single SASdata section per SASentry.
32                - CanSAS format only allows one SASentry per file, for a single DataInfo object.
33
34        3.2- Windows:
35                - None
36
37        3.3- Linux:
38                - None
39
404- Troubleshooting
41
42        - None
43
445- Frequently Asked Questions
45
46        - None
47
486- Other Resources
49
50        - None
51
52       
53
54       
55
56
Note: See TracBrowser for help on using the repository browser.