Changeset 94f4518 in sasview for src/sas/sasgui/perspectives/file_converter/media/file_converter_help.rst
- Timestamp:
- Jul 21, 2016 11:53:53 AM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/file_converter/media/file_converter_help.rst
reb8da5f r94f4518 12 12 The input files can be: 13 13 14 * Single column ASCII data, with lines that end with a digit , comma or15 semi-colon.14 * Single column ASCII data, with lines that end with a digit (no delimiter), 15 comma or semi-colon. 16 16 * `BSL/OTOKO formatted 17 17 <http://www.diamond.ac.uk/Beamlines/Soft-Condensed-Matter/small-angle/ … … 29 29 5) Click *Convert* to save the converted file to disk 30 30 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. 31 Files With Multiple Frames 32 ^^^^^^^^^^^^^^^^^^^^^^^^^^ 33 34 If a BSL/OTOKO file with multiple frames is selected for the intensity-axis 35 file, a dialog will appear asking which frames you would like converted. You 36 may enter a start frame, end frame & increment, and all frames in that subset 37 will be converted. For example: entering 0, 50 and 10 for the first frame, last 38 frame, and increment respectively will convert frames 0, 10, 20, 30, 40 & 50. 39 To convert a single frame, enter the same value for first frame & last frame, 40 and 1 as the increment. 41 42 There is also the option to output the data as multiple frames in a single 43 CanSAS file, or multiple files with one frame each. The single file option will 44 produce one file with multiple `<SASdata>` elements. The multiple file option 45 will output a file for each frame; each file will have one `<SASdata>` element, 46 and the frame number will appended to the file name.
Note: See TracChangeset
for help on using the changeset viewer.