Skip to content

Version 4.5 Beta

Compare
Choose a tag to compare
@lmalenfant lmalenfant released this 10 Oct 17:55
· 1219 commits to master since this release

Monte Carlo Command Line Application 4.5 Beta

Download: MC_v4.5.0Beta.zip

Release Notes

  • Updated the NuGet packages and removed unused packages.

For a list of capabilities and details about the implementation go to the Conventional Monte Carlo page on our Education site.

To get a list of parameters and usage, type "mc help" at the command line.

Requirements:
On Windows: .NET Framework 4.6.1 - download here
On Linux and Mac: Mono 4.2 - download here

Useful Tools:
JSON Editor online - for editing the JSON input files, visit www.jsoneditoronline.org

VTS MATLAB Package 4.5 Beta

Download: VTS_MATLAB_v4.5.0Beta.zip

Release Notes

  • Changed background color of relative error maps to black.
  • Updated the NuGet packages and removed unused packages.
  • Basic Monte Carlo solver did not calculate reflectance results across wavelength correctly. For ROfRho and ROfFx the RatRho/FxMC arrays needed to be cleared inside the loop over OPs because they are created by a cumulative sum in those methods. Rest of solution domains don't perform a cumulative sum.

This release contains sample scripts for the following:

  • using MATLAB to call the solvers in the VTS Libraries.
  • using MATLAB to call the Monte Carlo tools in the VTS Libraries.

These files will only work for MATLAB on Windows.

Requirements:
On Windows: .NET Framework 4.6.1 - download here
MATLAB (R2011b and higher)