VirtualPhotonics.Vts 6.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package VirtualPhotonics.Vts --version 6.0.0
NuGet\Install-Package VirtualPhotonics.Vts -Version 6.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VirtualPhotonics.Vts" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VirtualPhotonics.Vts --version 6.0.0
#r "nuget: VirtualPhotonics.Vts, 6.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install VirtualPhotonics.Vts as a Cake Addin
#addin nuget:?package=VirtualPhotonics.Vts&version=6.0.0

// Install VirtualPhotonics.Vts as a Cake Tool
#tool nuget:?package=VirtualPhotonics.Vts&version=6.0.0

The VTS (Virtual Tissue Simulator) is an open source library for .NET that was designed as a modular and scalable platform to provide an integrated suite of computational tools to define, solve, visualize, and analyze relevant forward and inverse radiative transport problems in Biomedical Optics.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.0.0 204 11/3/2023
9.1.0 303 7/27/2023
9.0.0 385 12/21/2022
8.0.0 488 8/29/2022
7.0.0 476 5/25/2022
6.0.0 388 12/7/2021
5.0.0 475 6/18/2021
4.11.0 410 6/10/2021
4.10.0 541 7/18/2020
4.9.0 600 3/24/2020
4.8.0 694 9/16/2019
4.7.0 749 4/3/2019
4.6.0 839 11/23/2018
4.5.0 876 10/10/2018
4.4.0 922 8/31/2018
4.3.0 1,163 7/13/2018
4.2.0 1,124 7/6/2018
4.1.0-alpha 920 5/17/2018
4.0.0 1,090 5/17/2018
3.2.0-alpha 937 5/4/2018
3.1.0-alpha 821 4/27/2018
3.0.0 1,038 4/27/2018
2.5.0 1,079 1/19/2018
2.4.1 1,161 10/25/2017
2.4.0 1,059 9/1/2017
2.3.0 1,001 5/18/2017

General:
Separated the FemModeling namespace into a separate library called Vts.FemModeling, contact us if you need this library
Updated the library and test projects to be multi-targeted (.NET 5.0 and .NET Framework 4.8)
Updated NuGet packages

Code Cleanup:
Added XML comments to all public classes, Properties and methods
Added appropriate getters and setters to all properties
Added "readonly" to variables that are readonly

Bug fixes:
Modeling Spectroscopy SpectralConverter: fixed regular expression for wavelength unit
Monte Carlo AbsorptionWeightingMethods: pMCAbsorpContinuous method check should be that the denominator of the pMC weight is not 0
Monte Carlo ROfFxAndAngle did not have numerical aperture (NA) properties and associated code to determine if photon within NA
Monte Carlo SourceToolbox UpdateDirectionAfterGivenFlags for BeamRotationFromInwardNormal processing
Monte Carlo PostProccsorInputValidation: input file existence code correction
Monte Carlo BoundingCylinderTissueINputValidation: validation checks were in an order that one validation would never be reached
Monte Carlo SimulationInputExtensions: when paramsweep is the SourceInput x,y,z Position and for d1 when the TissueInput is not a MultiLayerTissueInput
loadMCResults.m: FluenceOfXAndYAndZAndStartingXAndYCount dimensions were switched