1 | Release Notes |
---|
2 | ============= |
---|
3 | |
---|
4 | PrView 0.3 |
---|
5 | |
---|
6 | Package name: prview |
---|
7 | |
---|
8 | 1- Version 1.0.0 |
---|
9 | - Release date: 10/24/2011 |
---|
10 | - Use a different version of Frame |
---|
11 | - Allow more user customization of the Frame |
---|
12 | - Fix intensity error display |
---|
13 | |
---|
14 | Version 0.3.0 |
---|
15 | - Release date: 7/4/2009 |
---|
16 | - Added installer for compatibility with guiframe/sansview |
---|
17 | - Added functionality to save inversion results |
---|
18 | - Added functionality to explore d_max range and see results plotted as a function of d_max |
---|
19 | |
---|
20 | Version 0.2.3 |
---|
21 | - Release date: 10/24/2008 |
---|
22 | - Protected against loading files with multiple data entries (like cansas XML). |
---|
23 | - Added functionality to load various data formats. |
---|
24 | - Fixed problem with loading additional data after the P(r) graph's scale has been changed. |
---|
25 | - Fixed problem of silent failure upon loading a file with a point at Q=0. |
---|
26 | - Added use of SANS DataLoader |
---|
27 | - Mac compatibility |
---|
28 | |
---|
29 | Version 0.2.2 |
---|
30 | - Release date: 7/8/2008 |
---|
31 | - Added option to normalize P(r) to 1, scale P_max to 1, or leave as is. |
---|
32 | - Fixed problem with changing the number of P(r) points. |
---|
33 | |
---|
34 | Version 0.2.1 |
---|
35 | - Release date: 7/04/2008 |
---|
36 | - Improved user interface. |
---|
37 | - Automated estimate of the number of terms. |
---|
38 | - I(q=0) and Rg are now outputs of the inversion. |
---|
39 | - Slit smearing has been added. |
---|
40 | - Constant background estimation. |
---|
41 | - Functionality to compare p(r) output with data from a file. |
---|
42 | - Functionality to change the number of p(r) points of the output distribution. |
---|
43 | |
---|
44 | Version 0.1.0 |
---|
45 | |
---|
46 | - Release date: 5/28/2008 |
---|
47 | - First version put together built on guiframe. |
---|
48 | |
---|
49 | 2- Downloading and Installing |
---|
50 | |
---|
51 | 2.1- System Requirements: |
---|
52 | - Python version >= 2.4 should be running on the system |
---|
53 | |
---|
54 | 2.2- Installing: |
---|
55 | - Get the code from sans repository: |
---|
56 | svn://danse.us/sans/releases/sansguiframe-1.0.0 (run 'python setup.py install' under the 'sansguiframe-1.0.0' folder) |
---|
57 | svn://danse.us/sans/releases/pr_inversion-1.0.0(run 'python setup.py install'under the 'pr_inversion-1.0.0' folder) |
---|
58 | svn://danse.us/sans/releases/inversionview-1.0.0 (run 'python setup.py install'under the 'inversionview-1.0.0' folder) |
---|
59 | |
---|
60 | - This application is also dependent on the following DANSE code: |
---|
61 | svn://danse.us/common/releases/plottools-1.0.0 (run 'python setup.py install'under the 'plottools-1.0.0' folder) |
---|
62 | svn://danse.us/common/releases/util-1.0.0 (run 'python setup.py install'under the 'util-1.0.0' folder) |
---|
63 | |
---|
64 | - The following modules are required: |
---|
65 | * matplotlib = 0.99.0(WIN), 0.99.1.1(MAC) |
---|
66 | * numpy = 1.4.1 |
---|
67 | * scipy >= 0.7.2 |
---|
68 | * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC) |
---|
69 | * lxml >= 2.2.2 |
---|
70 | * multiprocessing-2.6.2(X) |
---|
71 | * comtypes (for PDF window)(WIN) |
---|
72 | * pywin32 (to read ms office)(WIN) |
---|
73 | * PIL (Python Image Library) |
---|
74 | * PyXML (for cansas reader) |
---|
75 | |
---|
76 | 3- Known Issues |
---|
77 | |
---|
78 | 3.1- All systems: |
---|
79 | - None |
---|
80 | |
---|
81 | 3.2- Windows: |
---|
82 | - None |
---|
83 | |
---|
84 | 3.3- Mac OS: |
---|
85 | - Context menu dialog interfere with dragging when displayed over plots. |
---|
86 | |
---|
87 | 4- Troubleshooting |
---|
88 | |
---|
89 | - None |
---|
90 | |
---|
91 | 5- Frequently Asked Questions |
---|
92 | |
---|
93 | - None |
---|
94 | |
---|
95 | 6- Other Resources |
---|
96 | |
---|
97 | - See: http://danse.chem.utk.edu/prview.html |
---|
98 | |
---|
99 | |
---|
100 | |
---|
101 | |
---|
102 | |
---|
103 | |
---|