Changeset ebc1407 in sasview for src/sas/sasgui/perspectives/file_converter
- Timestamp:
- Aug 10, 2016 6:18:59 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:
- ca6659f
- Parents:
- 18544f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/file_converter/media/file_converter_help.rst
r94f4518 rebc1407 10 10 files, into a single CanSAS XML file. 11 11 12 It can also convert 2D BSL files into IGOR/DAT 2D files, which are 3 column 13 ASCII files of the format :code:`Qx - Qy - I(Qx,Qy)`. 14 12 15 The input files can be: 13 16 14 17 * Single column ASCII data, with lines that end with a digit (no delimiter), 15 18 comma or semi-colon. 16 * `BSL/OTOKO formatted 19 * `One-Dimensional OTOKO formatted 20 <http://www.diamond.ac.uk/Beamlines/Soft-Condensed-Matter/small-angle/ 21 SAXS-Software/CCP13/XOTOKO.html>`_ data files. 22 * `Two-Dimensional BSL formatted 17 23 <http://www.diamond.ac.uk/Beamlines/Soft-Condensed-Matter/small-angle/ 18 24 SAXS-Software/CCP13/BSL.html>`_ data files. … … 24 30 25 31 1) Select the files containing your Q-Axis and Intensity-Axis data 26 2) Chose whether the files are in ASCII or BSL format27 3) Chose where you would like to save the converted XMLfile32 2) Chose whether the files are in ASCII, OTOKO or BSL format 33 3) Chose where you would like to save the converted file 28 34 4) Optionally, input some metadata such as sample size, detector name, etc 29 35 5) Click *Convert* to save the converted file to disk … … 40 46 and 1 as the increment. 41 47 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. 48 For OTOKO files, there is also the option to output the data as multiple frames 49 in a single CanSAS file, or multiple files with one frame each. The single file 50 option will produce one file with multiple `<SASdata>` elements. The multiple 51 file option will output a file for each frame; each file will have one 52 `<SASdata>` element, and the frame number will appended to the file name. 53 54 All converted BSL frames will have the frame number appended to the file name.
Note: See TracChangeset
for help on using the changeset viewer.