Skip to content

Releases: Am6er/BecqMoni

BecqMoni 2024.10.03.01

03 Oct 14:58
Compare
Choose a tag to compare

Add split spectrum button into foreground and background spectrum list.
Work when:

  • spectrum file have background
  • spectrum list contains only 1 file

BecqMoni 2024.10.02.01

02 Oct 13:28
Compare
Choose a tag to compare

Add:

  • Reload BG from File button
  • Save active document button
  • Document dirtiness marker on document title.

BecqMoni 2024.09.06.03

06 Sep 14:29
Compare
Choose a tag to compare

Add. LiveTime:

  • LiveTime parameter to output BecqMoni format.
  • LiveTime and DeadTime% info on ControlPanel.
  • DeadTime calculations for different spectrometer types:
    -- AudioSpectrometers: PulseShapeSize / samplesPerSecond
    -- AtomSpectraVCP: need to Update button hit: (RISE+FALL+1)/F (taken from -inf)
    -- RadioCode: 5 us (information from developers)
  • Export LiveTime to N42 file format.
    dec4d04

BecqMoni 2024.09.03.04

BecqMoni 2024.08.27.01

26 Aug 21:34
Compare
Choose a tag to compare

Fix. Spectrum metadata info (Weight, Volume, Notes) doesn't saved on opened spectrum file if detector for this spectrum is not recording.
Add. Loss Counts Rate value into "Counts Rate" tab as a function of 100 * Invalid counts / Total counts in current time window. This value could be helpful for detector performance estimation.

BecqMoni 2024.07.08.03

08 Jul 07:53
Compare
Choose a tag to compare

Add features from @Maksim-Bartoshyk :

  • Dose rate calculation based on К-40 spectrum and LSRM efficiency file from #11
  • Global settings configuration checkbox: during import N42, AtomSpectra, Csv files resets their configuration for easy assignment to device from device config. #12

BecqMoni 2024.07.01.01

01 Jul 08:16
Compare
Choose a tag to compare

Fix Radiacode device error handling, when BT adapter is switched off in System menu.

BecqMoni 2024.06.27.01

27 Jun 12:17
Compare
Choose a tag to compare

Create new document before import spectrum at any case.

BecqMoni 2024.06.20.2

20 Jun 13:46
Compare
Choose a tag to compare

Fix. FWHM peak finder. Forgot Sqrt(2) in fwhm calculation from second derivative.

BecqMoni 2024.6.11.2

11 Jun 15:51
Compare
Choose a tag to compare

Fixes:
Casts and thread-safe errors in fundametal operation (EnergyCalibration, SpectrumArithmetics)