Skip to content

Version 0.5.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@carronr carronr released this 01 Jul 11:12
· 34 commits to master since this release

Grapa is a python package providing a graphical interface and the underlying code dedicated to the visualization, analysis and presentation of scientific data, with a focus on photovoltaic research.

Version 0.5.3.2
Additions

  • New values possible for keyword "alter": 'y' and 'x', with combination ['y','x'] enabling graph transposition
  • Curve Cf: the dataset can now be displayed as "Frequency [Hz] vs Apparent depth [nm]"
  • Script Cf: the "Frequency [Hz] vs Apparent depth [nm]" is now automatically generated
  • The "axhline" and "axvline" keywords can be used to specify the formatting, independently for different sets of lines. Examples are provided.

Bugs

  • CurveJV: when creating a CurveJV object, an "area" parameter is set by default with value 1.
  • Script process JV: a cause for exception and script failure was corrected, in case of missing data.
  • Script process JV: script execution should be more robust with untypical data. Basic JV parameters should be extracted, and failures with JV fits should not affect script execution. Missing Rs, Jo and ideality values might result.
  • Prevents the data editor to crash when first Curve contains too many data.