Skip to content

Virtual Tissue Simulator

Lisa Malenfant edited this page Apr 3, 2019 · 5 revisions

Virtual Tissue Simulator (VTS)

The VTS (Virtual Tissue Simulator) is an open source library for .NET that was designed as a modular and scale-able 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.

How do I install the VTS library?

The best way to include the VTS library in your application is to use NuGet. In Visual Studio under Tools, bring up the NuGet Package Manager and search for Vts.

Nuget

Alternatively you can install using the NuGet Package Manager Console, at the command prompt type:

Install-Package VirtualPhotonics.Vts

Documentation

We have MSDN style developer documentation for the VTS library.