Changeset ddb036e5 in sasview for src


Ignore:
Timestamp:
Jul 25, 2018 2:56:21 PM (6 years ago)
Author:
krzywon
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
3d86118
Parents:
a20a255
Message:

Add batch slicing documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/media/graph_help.rst

    r5ed76f8 rddb036e5  
    266266 
    267267.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
     268.. _d_data_averaging: 
    268269 
    2692702D data averaging 
     
    301302Alternatively, once a 'slicer' is active you can also select the region to 
    302303average by bringing back the *Dataset Menu* and selecting *Edit Slicer 
    303 Parameters*. A dialog window will appear in which you can enter values to 
    304 define a region or select the number of points to plot (*nbins*). 
     304Parameters and Batch Fitting*. A dialog window will appear in which you can 
     305enter values to define a region, select the number of points to plot (*nbins*), 
     306or apply the slicer to any or all other 2D data plots. 
    305307 
    306308A separate plot window will also have appeared, displaying the requested 
     
    315317 
    316318To remove a 'slicer', bring back the *Dataset menu* and select *Clear Slicer*. 
     319 
     320Batch Slicing 
     321^^^^^^^^^^^^^ 
     322 
     323An existing slicer can be applied to multiple data plots by opening the 'Slicer 
     324Parameters' window by bringing back the *Dataset Menu* and selecting *Edit 
     325Slicer Parameters and Batch Fitting*. At the bottom of the window, batch slicing 
     326options are available. 
     327 
     328Select the data plots you want to apply the slicer. All data plots are selected 
     329by default. The resulting 1d data for all slicers can be saved as a text file 
     330and then sent to fitting by selecting the 'Auto save generated 1D' check box. 
     331Sending data to the fitting perspective requires the data be saved. 
     332 
     333Once the auto save check box is selected, you can select where the files are 
     334saved. The file name for the saved data is the file name from the original data 
     335set, plus what is in the 'Append to file name' field. The default value in the 
     336append to field includes the names and values for all of the slicer parameters. 
     337 
     338Three options for fitting are available. The first is to not send the data to 
     339a fit page. The second is to send each slice to individual fit page. The last 
     340is to send all sliced data to a batch fit. 
     341 
     342Clicking the 'Apply Slicer to Selected Plots' will then run through each of plot 
     343and create a slicer for that plot with the exact parameters as the slicer from 
     344the plot used to open the 'Slicer Parameters' popup window. 
    317345 
    318346Unmasked circular average 
Note: See TracChangeset for help on using the changeset viewer.