Skip to content

Commit

Permalink
Remove indent of wiki description re #8227
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Feb 7, 2014
1 parent 717e5a9 commit 7050941
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Code/Mantid/Framework/DataHandling/src/SaveFocusedXYE.cpp
@@ -1,18 +1,18 @@
/*WIKI*
This algorithm outputs the data in ASCII as a 3 column X, Y ,E format for use in subsequent analysis by other programs. The output files can be read for example into FullProf with format instrument=10.
This algorithm outputs the data in ASCII as a 3 column X, Y ,E format for use in subsequent analysis by other programs.
The output files can be read for example into FullProf with format instrument=10.
For data where the focusing routine has generated several spectra (for example, multi-bank instruments),
the option is provided for saving all spectra into a single file, separated by headers, or into
several files that will be named "workspaceName-"+spectra_number
For data where the focusing routine has generated several spectra (for example, multi-bank instruments),
the option is provided for saving all spectra into a single file, separated by headers, or into
several files that will be named "workspaceName-"+spectra_number
== Current Issues ==
Fullprof expects the data to be in TOF, however at present the [[DiffractionFocussing]] algorithm in Mantid leaves the data in d-spacing.
== Current Issues ==
Fullprof expects the data to be in TOF, however at present the [[DiffractionFocussing]] algorithm in Mantid leaves the data in d-spacing.
If the written file is to be loaded into TOPAS, then headers should be omitted (set the IncludeHeader property to false);
If the written file is to be loaded into TOPAS, then headers should be omitted (set the IncludeHeader property to false);
*WIKI*/
*WIKI*/
//---------------------------------------------------
// Includes
//---------------------------------------------------
Expand Down

0 comments on commit 7050941

Please sign in to comment.