Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Mar 10, 2020
  2. Feb 21, 2020
    • Gemma Guest's avatar
      Make v2 doctests use correct version of algorithm · 47e63ef3
      Gemma Guest authored
      Re #27633
      47e63ef3
    • Gemma Guest's avatar
      Fix problems with output property lists · b9277f06
      Gemma Guest authored
      When assigning to a list of outputs when calling the algorithm in
      python, the outputs must be specified in the order they are declared,
      even if they are optional outputs like IvsLam. This means that if we
      want to specify the transmission workspace output we must first specify
      IvsLam even if debug is false. Some of the algorithms always output
      IvsLam if the name was given whereas others did not. They now always
      output it if the name is given.
      
      Note that this means you may now get an error if you don't supply enough
      arguments whereas previously it was ok. It is ok if you just specify the
      IvsQ output(s) but beyond that we do not know whether the output should
      be IvsLam or the transmission, so we require all of them, hence the
      error. This is better than it assigning an unexpected output so I think
      is ok, and is the only way I can think to do this.
      
      Re #27633
      b9277f06
  3. Feb 20, 2020
  4. Feb 18, 2020
  5. Feb 17, 2020
  6. Feb 14, 2020
  7. Feb 13, 2020
  8. Feb 12, 2020
    • Danny Hindson's avatar
      Changes to support loading multi-part mesh environment from spec xml file · 7a20e4dd
      Danny Hindson authored
      The format of the sample environment xml file has been extended to support
      loading a .stl file for each environment component. An example spec file
      has been created in ISIS/Pearl.xml. This can be used when running the
      Algorithm SetSample
      Various SampleEnvironmentXXX units have been moved out the Geometry package
      into the DataHandling package to facilitate this because they needed to
      access the STL loading code in DataHandling
      SetSample contains some features for overriding the sample geometry if the
      geometry is a CSGObject. This has been sidestepped for mesh geometries.
      The methods setId and setMaterial have been moved up to IObject because
      it's useful to have them applicable to all objects (CSG, mesh)
      Some of the repeated code in SetSample, LoadSampleEnvironment (and now
      SampleEnvironmentSpecParser) has been centralised in a new class LoadStlFactory
      Also changed container logic so that if there's only one container specified
      in the env spec file you don't need to specify it in SetSample
      Centralise code relating to scaling mesh vertices and handling of units
      into the LoadShape class and rename it MeshFileIO now that SaveStl is also
      descended from this class
      Move repeated code to choose Ascii or binary STL reader into a factory class
      7a20e4dd
  9. Feb 11, 2020
  10. Feb 07, 2020
  11. Feb 04, 2020
    • Danny Hindson's avatar
      Incorporate review comments + added mesh performance test · 12e2de6b
      Danny Hindson authored
      Parameter to control track resimulation renamed to ResimulateTracksForDifferentWavelengths
      Default number of events per point increased from 300 to 1000
      Highlighted breaking change to parameter list for MonteCarloAbsorption in release notes
      Adjust AbsorbtionShapesTest to accommodate new default value of 1000 for the EventsPerPoint
      parameter in MonteCarloAbsorption. Also fix typo in class name
      12e2de6b
  12. Feb 03, 2020
  13. Jan 30, 2020
  14. Jan 28, 2020
  15. Jan 27, 2020
  16. Jan 24, 2020
  17. Jan 23, 2020
  18. Jan 20, 2020
  19. Jan 17, 2020
    • DanielMurphy22's avatar
      Add Usage Data link back in! · bc6970c7
      DanielMurphy22 authored
      I've added the link back in as the saveNISTDAT_data.nxs file was already in the DocTest data file and had just been removed from the usagedata so this was the simplest thing to do. This file is now in the UsageData
      bc6970c7
    • Nick Draper's avatar
      Add NumberOfBins to LoadEventNexus · 91bf2e9a
      Nick Draper authored
      It defaults to 500 bins.
      This allows event data to be plotted without rebinning first.
      This is a change from before when it would all be in one bin.
      It does not change the underlying data that remains in events.
      
      Includes unit test, and doc changes.
      91bf2e9a
    • DanielMurphy22's avatar
      Remove UsageData link · 13afedb2
      DanielMurphy22 authored
      13afedb2
  20. Jan 16, 2020
Loading