VirtualPhotonics.Vts 10.0.0

dotnet add package VirtualPhotonics.Vts --version 10.0.0
NuGet\Install-Package VirtualPhotonics.Vts -Version 10.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="10.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VirtualPhotonics.Vts --version 10.0.0
#r "nuget: VirtualPhotonics.Vts, 10.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=10.0.0

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

Quality Gate Status

Virtual Tissue Simulator (VTS)

The primary vehicle for the accomplishment of these goals is the ongoing development of the Virtual Tissue Simulator (VTS). The VTS is being 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. We intend to develop specific Application ToolKits (ATKs) that will provide a user-interface customized for the simulation of issues specific to an application domain. Examples include Small Animal Imaging and Fiber Optic Probe development.

Downloads and Latest Releases

To access the latest release, past releases and downloads, click here.

Getting Started and Documentation

To access getting started instructions in Linux, Mac or Windows, click

For detailed instructions on how to launch the VTS GUI, click here.

Acknowledgement

Use the following citation or acknowledgement in publications or applications that make use of this open source software or underlying technology and research:

"We acknowledge open-source software resources offered by the Virtual Photonics Technology Initiative (https://virtualphotonics.org), at the Beckman Laser Institute, University of California, Irvine."

In addition, for any work that utilizes the Virtual Photonics Monte Carlo software, cite the following publication:

Carole K. Hayakawa, Lisa Malenfant, Janaka C. Ranasinghesagara, David J. Cuccia, Jerome Spanier, Vasan Venugopalan, "MCCL: an open-source software application for Monte Carlo simulations of radiative transport," J. Biomed. Opt. 27(8) 083005 (12 April 2022) https://doi.org/10.1117/1.JBO.27.8.083005

Software

For more information about coding conventions and how to contribute to our Open Source effort see our developer website

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Virtual Tissue Simulator (VTS) Project.

Copyright ©2023 Virtual Photonics Technology Initiative.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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 203 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

* Updated NuGet packages
* Removed .NET Standard from the solution and retargeted the project to .Net 6.0 (Issue #76)
* Replaced Moq with NSubstitute (Issue #82)
* Updated RangeOfT to implement IEnumerable<T> directly, tagged obsolete code for removal in the future (Issue #90)
* Added unit tests to increase code coverage and cleaned up code (Issues #102, #105)

* Monte Carlo code changes:
   * Removed unused DirectionalArbitrarySource
   * Added DirectionalImageSource that can be used to initialize source from bitmap
   * Added SlantedRecessedFiberDetector for fiber detectors that are in an angle above tissue surface, and unit tests (Issue #103)
   * Renamed VirtualBoundaryType Dosimetry to InternalSurface to be more general
   * Added unit tests to increase code coverage and cleaned up code (Issues #102, #105, #110)
   * Corrected bug found in ReflectedMTOfXAndYAndSubregionHistDetector and TransmittedMTOfXAndYAndSubregionHistDetector having to do with serialization when Y.Count is not equal to X.Count (Issue #115)