Skip to content

Commit

Permalink
Update wiki documentation re #8974
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 Mar 10, 2014
1 parent a688c16 commit c099295
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -95,9 +95,9 @@ namespace DataHandling
declareProperty(wsprop, "Name of the output TableWorkspace containing profile parameters or bank information. ");

// Bank to import
declareProperty(new ArrayProperty<int>("Banks"), "ID(s) of specified bank(s) to load, "
"and this point the ID refers to the Bank label number in the .irf file. Hence, for now please ensure that "
"these label ID are unique. "
declareProperty(new ArrayProperty<int>("Banks"), "ID(s) of specified bank(s) to load. "
"The ID refers to the ordinal position of the bank in the .irf file. "
"So bank 1 is the first bank in file file bank 2 the second bank etc."
"Default is all banks contained in input .irf file.");

// Workspace to put parameters into. It must be a workspace group with one workpace per bank from the IRF file
Expand All @@ -106,7 +106,7 @@ namespace DataHandling

// Workspaces for each bank
declareProperty(new ArrayProperty<int>("WorkspacesForBanks"), "For each Fullprof bank,"
" the ID of the corresponding workspace in same order as the Fullprof banks are specified. "
" the ID each workspace is the same as for the corresponding bank."
"ID=1 refers to the first workspace in the workspace group, "
"ID=2 refers to the second workspace and so on. "
"Default is all workspaces in numerical order."
Expand Down

0 comments on commit c099295

Please sign in to comment.