Skip to content

Commit

Permalink
Copy into wiki section re #7365
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 Jul 3, 2013
1 parent 399f9b7 commit b9a6e4f
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
/*WIKI*
Attempts to load information about the instrument from a ISIS NeXus file. In particular attempt to
read L2 and 2-theta detector position values and add detectors which are positioned relative
to the sample in spherical coordinates as (r,theta,phi)=(L2,2-theta,0.0). Also adds dummy source
and samplepos components to instrument.
As this information appears to be absent from the existing NeXus Muon sample files, it seems that
little to this can be done at present. The new version of Muon nexus files may be more useful.
LoadInstrumentFromNexus is intended to be used as a child algorithm of
other Loadxxx algorithms, rather than being used directly.
*WIKI*/
//----------------------------------------------------------------------
// Includes
Expand Down

0 comments on commit b9a6e4f

Please sign in to comment.