source: sasview/src/sas/guiframe/media/graph_help.rst @ 23a9beb

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 23a9beb was 23a9beb, checked in by smk78, 10 years ago

Fixed rst errors

  • Property mode set to 100644
File size: 9.5 KB
RevLine 
[23a9beb]1.. graph_help.rst
[0d66541]2
[78f02c3]3.. This is a port of the original SasView html help file to ReSTructured text
4.. by S King, ISIS, during SasView CodeCamp-III in Feb 2015.
5
[37bbd5f]6Plotting Data/Models
7====================
8
[23a9beb]9Graph_Menu_
10
112D_Data_Averaging_
12
13Key_Combinations_
[78f02c3]14
15.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
16
[23a9beb]17.. _Graph_Menu:
[78f02c3]18
19Graph Menu
20----------
21
[23a9beb]22Introduction_
23
24Reset_Graph_
25
26Hide_Show_Delete_Graph_
27
28Data_Info_
29
30Save_Plot_Image_
31
32Save_Data_
33
34Drag_Plot_
35
36Zoom_In_Out_
37
38Remove_Data_
39
40Change_Scale_
41
42Linear_Fit_
43
44Other_Graph_Modifications_
45
46.. _Introduction:
47
48Introduction
49------------
[78f02c3]50
51Locating the pointer and right-clicking on a data/theory plot will bring a
52context menu. On the menu, select a menu item.
53
[23a9beb]54.. _Reset_Graph:
55
56Reset Graph
57-----------
[78f02c3]58
59To reset the graph's axis range, right click on the plot and the context menu
60pops-up. Select *Reset Graph*  and the plot will take its initial range. Also
61the 'home' icon in tool bar will do the same.
62
[23a9beb]63.. _Hide_Show_Delete_Graph:
64
65Hide/Show/Delete Graph
66----------------------
[78f02c3]67
68To Hide, click the Hide (bar) button in the tool bar.To Show, select the the
69'Show' menu item in the 'Graph' menu in the menu bar.To Delete, click the 'x'
70button in the title bar.
71
72Note: If a residuals graph (in Fitting) is hidden, it will not show up after
73computation.
74
[23a9beb]75.. _Data_Info:
76
77Data Info
78---------
79
80From the context menu, select 'Data Info' to see the data information dialog
81panel.
82
83.. _Save_Plot_Image:
84
85Save Plot Image
86---------------
[78f02c3]87
88Right click on plot. Context menu will pop-up select save image [file name].
89A dialog window opens and write a the name of the file to save and click on
90*Save Image.*
91
[23a9beb]92.. _Save_Data:
[78f02c3]93
[23a9beb]94Save Data
95---------
[78f02c3]96
97From the context menu, select 'Save points as a file' for 1D, or 'Save as a
98file(DAT)' for 2D. Note that two formats, txt and xml, are available in 1D
99saving.
100
[23a9beb]101.. _Drag_Plot:
102
103Drag Plot
104---------
[78f02c3]105
106Select the *crossed arrows*  button on the plot panel *toolbar*  to drag the
107plot. To disable dragging mode, unselect the same button on the toolbar.
108
[23a9beb]109.. _Zoom_In_Out:
[78f02c3]110
[23a9beb]111Zoom In/Out
112-----------
[78f02c3]113
[23a9beb]114Select the *rectangle*  button on the plot panel *toolbar*  to zoom in a
[78f02c3]115region of the plot.
116
[23a9beb]117To disable zoom mode, unselect the same button on the toolbar. After zoom in
118a region, select *left arrow*  or *right arrow*  button on the toolbar to set
119the graph the the previous size. If a mouse wheel button is available,
120*zoom in/out*  by scrolling the mouse wheel (see Key_Combinations_ help for
[78f02c3]121details).
122
[23a9beb]123.. _Remove_Data:
124
125Remove Data from Plot
126---------------------
127
128Highlight the plot and the context menu appears.Select *remove [file name]*.
129The plot selected will disappear.
130
131.. _Change_Scale:
132
133Change Scale
134------------
[78f02c3]135
136If the loaded data is a 1-D data changing scale or data representation will
137work as follows. *Right click* on the plot window. A context menu pops-up and
138select *Change Scale* . A dialog window titled *select the scale of the graph* 
[23a9beb]139will pop-up then change the *x* , the *y*  and the *view*  values as wish.
140
[78f02c3]141The 'view' option includes the axis scale short-cuts such as Linear, Guinier,
142Cross-sectional (XC) Guinier, and Porod plot scale. For a proper data set,
143these axis scales can be used to estimate Rg, Rod diameter, or Background of
144neutron scattering data respectively (via 'Linear Fit'; see below). For a 2D
145image, *Right click*  on the image to pop-up the context menu. Select to
146switch from linear to log scale. The scale selected is printed on the status
147bar.
148
[23a9beb]149If the loaded data is an image. *Right click*  on the image to pop-up the
150context menu. Select to switch from linear to log scale. The scale selected is
151printed on the status bar.
[78f02c3]152
[23a9beb]153.. _Linear_Fit:
[78f02c3]154
[23a9beb]155Linear Fit
156----------
[78f02c3]157
[23a9beb]158Linear fit is to perform a line model fitting keeping the scale of the plot.
159Highlight data to fit. From the context menu select *Linear Fit* . A dialog
160window appears. Change model initial parameters, data limits and hit *fit*
161button. New parameters values are displayed and the line with the new
162parameters is added to the plot. Especially for Guinier, XC Guinier, and
163Porod plot scale, this 'Linear Fit' will provides Rg, Rod diameter, and
164background, respectively. The following figure shows an example for the
165Guinier scale.
[78f02c3]166
167.. image:: guinier_fit.png
168
[23a9beb]169.. _Other_Graph_Modifications:
170
171Other Graph Modifications
172-------------------------
[78f02c3]173
174Some custom modifications of the symbols, text, axis, etc of the graph are
[23a9beb]175provided.
[78f02c3]176
177.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
178
[23a9beb]179.. _2D_Data_Averaging:
[78f02c3]180
1812D Data Averaging
182-----------------
183
[23a9beb]184Description_
185
186How_to_Average_
187
188Available_Averagings_
189
190Unmasked_Circular_Average_
191
192Masked_Circular_Average_
193
194Sector_Average_
195
196Annular_Average_
197
198Box_Sum_
199
200Box_Averaging_in_Qx_
201
202Box_Averaging_in_Qy_
[78f02c3]203
204.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
205
206.. _Description: 
207
[23a9beb]208Description
209-----------
210
[78f02c3]211This feature allows you to perform different types of averages on your data,
212and allows you to see what regions of the detector will contribute to the
213average. The region to be averaged will be drown and can be modified by
214dragging the lines around.
215
[23a9beb]216.. _How_to_Average:
217
218How to Average
219--------------
[78f02c3]220
221Right click on 2D data for the context menu to appear. Select one type of
222averages among *"sector [Q view]", "Annulus [Phi view]", "Box sum", "Box
223averaging in Qx ", "box averaging on Qy","Perform circular Average".*
224
225A slicer will appear except for *"Perform circular Average"*  that you can
226drag by clicking on a slicer 's marker. When the marker is highlighted in red,
227it means that the slicer can change size.You can also move some of the slicer
228by simply drag its side when highlighted in red. the slicer size will be reset
229to its previous size if the user try to select a region greater than the size
230of the data.
231
232The user can also select a region to average when a slicer has been selected
233already by *right clicking*  on the context menu and selecting *Edit Slicer
234Parameters* . The dialog window will appears and the user can enter values to
235selected a region or selected numbers of points to plot *nbins* .
236
237For *Box sum* , when the user selects this option, a new panel is created
238containing the result of average of the sum of every pixels contains on that
239data.The user can also enter values to select a region.
240
[23a9beb]241.. _Available_Averagings:
242
243Available Averagings
244--------------------
[78f02c3]245
[23a9beb]246Some different types of averaging are provided for.
[78f02c3]247
[23a9beb]248.. _Unmasked_Circular_Average:
[78f02c3]249
[23a9beb]250Unmasked Circular Average
251-------------------------
252
253This operation will perform and average in constant q-rings around the (x,y) pixel
[78f02c3]254location of the beam center.
255
[23a9beb]256.. _Masked_Circular_Average:
257
258Masked Circular Average
259-----------------------
[78f02c3]260
[23a9beb]261This operation is same as 'Masked Circular Average' except that the masked
[78f02c3]262region is excluded if masked.
263
[23a9beb]264.. _Sector_Average:
265
266Sector Average [Q View]
267-----------------------
268
269This operation averages in constant q-arcs. The width of the sector is specified in
270degrees (+/- delta phi) each side of the central angle (phi).
[78f02c3]271
[23a9beb]272.. _Annular_Average:
[78f02c3]273
[23a9beb]274Annular Average [Phi View]
275--------------------------
[78f02c3]276
277It performs an average between two q-values centered in (0,0), and averaged
278over a width of a specified number of pixels. The data is returned as a
279function of angle (phi) in degrees. Moving one circle of this slicer to
280radius of zero corresponding to a circular averaging on radius qmax , the
281outer circle. The angle zero starts from the positive x-axis direction.
282
[23a9beb]283.. _Box_Sum:
284
285Box Sum
286-------
[78f02c3]287
288Perform the sum of counts in a 2D region of interest.When editing the slicer,
289the user can enter the length and the width the rectangle slicer and the
290coordinates of the center of this rectangle.
291
[23a9beb]292.. _Box_Averaging_in_Qx:
293
294Box Averaging in Qx
295-------------------
[78f02c3]296
297Computes average I(Qx) for a region of interest. When editing the slicer, the
298user can control the length and the width the rectangle slicer. The averaged
299output is calculated from the constant bins with rectangular shape. The
300resultant q values are nominal values, i.e., the central values of each bins
301on the x-axis.
302
[23a9beb]303.. _Box_Averaging_in_Qy:
304
305Box Averaging in Qy
306-------------------
[78f02c3]307
308Computes average I(Qy) for a region of interest.When editing the slicer, the
309user can control the length and the width the rectangle slicer. The averaged
310output is calculated from the constant bins with rectangular shape. The
311resultant q values are nominal values, i.e., the central values of each bins
312on the y-axis.
313
314.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
315
[23a9beb]316.. _Key_Combinations:
[78f02c3]317
318Key Combination
319---------------
320
[23a9beb]321Floating_Panel_
322
323Graph_Context_Menu_
324
325Zoom_
[78f02c3]326
327.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
328
[23a9beb]329.. _Floating_Panel:
330
331Floating Panel
332--------------
[78f02c3]333
334For a graph panel to float on the top of the SV window:
335
336Press the *Ctrl(Cmd on MAC) key*  on dragging and placing a panel. Or if you
337want to make all plot panels float, select 'Float' from Graph/Preperences in
338the menu bar. Otherwise choose 'Dock'.
339
[23a9beb]340.. _Graph_Context_Menu:
341
342Graph Context Menu
343------------------
[78f02c3]344
345To get the graph context menu to print, copy, save data, (2D)average, etc,
346*locate the mouse point on the plot to highlight and *(Mouse) Right Click*
347to bring up the full menu.
348
[23a9beb]349.. _Zoom:
350
351Zoom In/Out
352-----------
[78f02c3]353
354To Zoom in or out the full plot, *locate the mouse point inside the graph
355which will be the center of the zooming, then *rotate MouseWheel*.
356
357*To Zoom in or out the plot in x or y direction, *locate (and click) the
358mouse point near x (or y) axis just outside of the graph and then *rotate
359MouseWheel* .* Note that this works only on the 1D plots.
Note: See TracBrowser for help on using the repository browser.