Skip to content

Releases: FireDynamics/LEDSmokeAnalysis

v.0.10.0

Choose a tag to compare

@kriboe90 kriboe90 released this 19 Mar 22:54
7cb2006

What's Changed

  • Stacked analysis enables considering data from multiple cameras to enhance accuracy
  • Visibility of LEDs in S1 plots was improved
  • Several minor bugfixes
    Full Changelog: v.0.9.8...v.0.10.0

v.0.9.8

Choose a tag to compare

@kriboe90 kriboe90 released this 09 Mar 23:09
9c9980e

What's Changed

  • Time reference image can now be set by id or file path
  • Layer heights are written to result files now
  • a bug was fixed that resulted in mapping the wrong experiment time to the LED intensities in post-processing

Full Changelog: v.0.9.7...v.0.9.8

v.0.9.7

Choose a tag to compare

@kriboe90 kriboe90 released this 06 Mar 13:42
d8281e0

What's Changed

  • A bug was fixed that resulted in wrong calculations of the extinction coefficients, especially for camera positions far from the center height of the led strips.
  • A data integrity check was added to spot high deviations in intensities of LEDs on the reference images used for normalisation
  • Reference images can now manually be set via the option ref_img_indices in the DEFAULT section of config_analysis.ini
  • LEDSA Version number is now written to the extinction coefficients results files
  • Order of layers has been reversed to be more intuitive: 0 is now bottom layer

Full Changelog: v.0.9.6...v.0.9.7

v.0.9.6

Choose a tag to compare

@kriboe90 kriboe90 released this 02 Mar 10:21
f7dcc16

Improvements

  • Experiment Time is now written to extinction coefficients results files
  • closest time available time can be requested in post-processing
  • Intensities can now be backwards calculated from extinction coefficients and distances arrays

Bug fixes

  • A bug was fixed leading to crashes with earlier newer scipy versions
  • A bug was fixed that the lambda_reg parameter was not read from the config_analysis file
  • A bug was fixed that also not required parameters were requested from the config_analysis file

v.0.9.5

Choose a tag to compare

@kriboe90 kriboe90 released this 19 Jan 22:26
0f3d566
  • Added support to read exif data from CR3 image files
  • Fixed OS compatibility with file reading

v.0.9.4

Choose a tag to compare

@kriboe90 kriboe90 released this 28 May 20:59
ba6ee4d
Update postprocessing.ipynb

v.0.9.3

Choose a tag to compare

@kriboe90 kriboe90 released this 28 May 08:46
57f671a
Merge pull request #88 from FireDynamics/develop_kb

update version number

v0.3.0: Merge pull request #40 from kriboe90/dev_kristian

Choose a tag to compare

@O-Sven O-Sven released this 19 Nov 09:57
4d79628
adding support for reading raw sensordata

v0.2.1: Merge pull request #32 from FireDynamics/dev_sven

Choose a tag to compare

@O-Sven O-Sven released this 28 Oct 13:29
3a579e4
some more refactoring

v0.2.0: Merge pull request #31 from FireDynamics/development_sven

Choose a tag to compare

@O-Sven O-Sven released this 27 Oct 14:16
ab20116

adds an acceptance test suit
can be started via python -m ledsa -atest

and much refactoring done