Installation

This package is a registered package.

Install via

using Pkg; pkg"add SolidStateDetectors"

Vizualization / Plotting (Optional)

This package provides serveral plot recipes for different outputs for the plotting package Plots.jl.

In order to use these also install the Plots.jl package via

using Pkg; pkg"add Plots"

It is recommended to use pyplot as backend. Install via

using Pkg; pkg"add PyPlot"

Then you can load it via

using Plots; pyplot();