1 | <html> |
---|
2 | <head> |
---|
3 | <title>EXPGUI Tutorial #4</title> |
---|
4 | </head> |
---|
5 | |
---|
6 | <style> |
---|
7 | A:link {text-decoration:none} |
---|
8 | A:vlink {text-decoration:none} |
---|
9 | </style> |
---|
10 | |
---|
11 | <BODY BGCOLOR="#FFFFFF" |
---|
12 | topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" |
---|
13 | text="#000000" link="#0033ff" vlink="#0033ff" alink="#0033ff"> |
---|
14 | |
---|
15 | <? |
---|
16 | include("/var/www/include/navigation.inc"); |
---|
17 | include("/var/www/include/utility.inc"); |
---|
18 | ?> |
---|
19 | <blockquote> |
---|
20 | |
---|
21 | <CENTER> |
---|
22 | <H1>GSAS Nickel example using EXPGUI (part 4)</H1> |
---|
23 | </CENTER> |
---|
24 | <H1> |
---|
25 | 4. Change a profile parameter |
---|
26 | </H1> |
---|
27 | The next step in the tutorial is to change a profile parameter, |
---|
28 | in this case to widen the range of peaks that are fit. This is done |
---|
29 | by switching to the Profile pane and |
---|
30 | selecting each histogram by selecting it in the box |
---|
31 | to the left. Then change the "Peak cutoff" from 0.01 (1%) to 0.005 |
---|
32 | (0.5%). Note that this change can slow down GSAS significantly, but |
---|
33 | is useful when the the signal-to-noise ratio is very good. |
---|
34 | <img src="profile1.gif"> |
---|
35 | <BR clear=left> |
---|
36 | After the first histogram is modified, select the second histogram |
---|
37 | and modify the "Peak cutoff" there as well. |
---|
38 | <img src="profile2.gif"> |
---|
39 | <BR> |
---|
40 | |
---|
41 | <BR clear=left> |
---|
42 | Previous step: <A HREF="nickel3.html"> |
---|
43 | Add data (histograms) to the Experiment |
---|
44 | </A> |
---|
45 | <BR> |
---|
46 | Next step: <A HREF="nickel5.html"> |
---|
47 | Run POWPREF |
---|
48 | </A> |
---|
49 | |
---|
50 | <HR> |
---|
51 | </blockquote> |
---|
52 | <P><font size=-1><A HREF="MAILTO:crystal@NIST.gov?subject=WWW page <?=$PHP_SELF?>">Comments, corrections or questions: crystal@NIST.gov</A></font><BR> |
---|
53 | <font size=-1><? lastmod(); ?> </font> |
---|
54 | <BR>$Revision: 586 $ $Date: 2009-12-04 23:08:39 +0000 (Fri, 04 Dec 2009) $ |
---|
55 | </body> |
---|
56 | </html> |
---|