Ignore:
Timestamp:
Jul 21, 2016 9:53:53 AM (8 years ago)
Author:
lewis
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
a3c538e1
Parents:
eb8da5f
Message:

Add option to export multiple frames as one file or multiple files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/file_converter/media/file_converter_help.rst

    reb8da5f r94f4518  
    1212The input files can be: 
    1313 
    14 *   Single column ASCII data, with lines that end with a digit, comma or 
    15     semi-colon. 
     14*   Single column ASCII data, with lines that end with a digit (no delimiter), 
     15    comma or semi-colon. 
    1616*   `BSL/OTOKO formatted 
    1717    <http://www.diamond.ac.uk/Beamlines/Soft-Condensed-Matter/small-angle/ 
     
    29295) Click *Convert* to save the converted file to disk 
    3030 
    31 **Note**: If a BSL/OTOKO file with multiple frames is selected for the 
    32 intensity-axis file, a dialog will appear asking which frames you would like 
    33 converted. You may enter a start frame, end frame & increment, and all frames 
    34 in that subset will be converted. For example: entering 0, 50 and 10 for the 
    35 first frame, last frame, and increment respectively will convert frames 0, 10, 
    36 20, 30, 40 & 50. To convert a single frame, enter the same value for first 
    37 frame & last frame, and 1 as the increment. 
     31Files With Multiple Frames 
     32^^^^^^^^^^^^^^^^^^^^^^^^^^ 
     33 
     34If a BSL/OTOKO file with multiple frames is selected for the intensity-axis 
     35file, a dialog will appear asking which frames you would like converted. You 
     36may enter a start frame, end frame & increment, and all frames in that subset 
     37will be converted. For example: entering 0, 50 and 10 for the first frame, last 
     38frame, and increment respectively will convert frames 0, 10, 20, 30, 40 & 50. 
     39To convert a single frame, enter the same value for first frame & last frame, 
     40and 1 as the increment. 
     41 
     42There is also the option to output the data as multiple frames in a single 
     43CanSAS file, or multiple files with one frame each. The single file option will 
     44produce one file with multiple `<SASdata>` elements. The multiple file option 
     45will output a file for each frame; each file will have one `<SASdata>` element, 
     46and the frame number will appended to the file name. 
Note: See TracChangeset for help on using the changeset viewer.