source: sasview/DataLoader/release_notes.txt @ 76e2369

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

Added HFIR 1D 4-col data reader

  • 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       
14        Version 0.1
15        - First version of SANS data loader
16        - Formats: IGOR 1D, IGOR 2D, CanSAS 1D, 2- or 3-column ascii
17        - Includes SANS data class, with arithmetic operations
18       
192- Downloading and Installing
20
21        2.1- System Requirements:
22                - Python version >= 2.4 should be running on the system
23
24        2.2- Installing:
25                - Get the code from svn://danse.us/sans/releases/DataLoader-0.1
26                - The following modules are required:
27                        * numpy
28                        * data_util from svn://danse.us/common/releases/data_util-0.1
29                        * The CanSAS reader needs PyXML installed
30       
313- Known Issues
32
33        3.1- All systems:
34                - CanSAS format only allows a single SASdata section per SASentry.
35                - CanSAS format only allows one SASentry per file, for a single DataInfo object.
36
37        3.2- Windows:
38                - None
39
40        3.3- Linux:
41                - None
42
434- Troubleshooting
44
45        - None
46
475- Frequently Asked Questions
48
49        - None
50
516- Other Resources
52
53        - None
54
55       
56
57       
58
59
Note: See TracBrowser for help on using the repository browser.