Skip to content

Improved [DopingProfileReader]

  • Fixed the doping profile offset. The configuration file value became mm instead of fraction of pixel size after version 2.0.1. Now it is once again fraction of pixel size instead, which is the same as it is in [ElectricFieldReader].
  • Added output_plots for the doping profile (2D histogram at a given projection position, and a 1D histogram/line cut at that position).
  • Added output_plots_projection_position value (in mm) to the titles of electric field and doping profile histograms.
  • Removed default unit in mesh_converter, so that the user now has to provide a unit. This is to prevent mishaps of giving a very faulty unit when creating a doping profile rather than an electric field.
  • Added a minimum value of less than zero (-0.01) to the electric field magnitude histogram, in order for the zero field to show up as a colour instead of white. This is due to a ROOT quirk.
Edited by Haakan Wennloef

Merge request reports