Skip to content

Releases: XAMS-nikhef/amstrax

Release v2.1.0

07 Dec 10:27
7be1bbc
Compare
Choose a tag to compare

New release, major changes.

General:

Refactoerd DB connection
Refactored secrets handling
Refactored xams context
Added new minianalysis
Fixed deprecated docs building framework
Processing plugins:

Peak processing
Restructured plugins
Fixed area fraction top calculation
Peak classification works well, moved to peak_basics (to tune with options)
Introduced gain correction (to tune with options, for now)
Introduced position reconstruction with center of gravity
Events processing
Restructured plugins
Added simple S2 area correction for electron lifetime (to tune with options, for now)
Added positions at event level
Added new peak info at event level: waveform and area per channel
Processing framework:

New files for processing, copying, deleting data..
Moved all auto processing to cluster

v2.0.0

29 Aug 14:00
39ade32
Compare
Choose a tag to compare

2.0.0 / 20.08.2023

v1.1.2

23 Dec 13:50
Compare
Choose a tag to compare

1.1.2 / 2021-12-23

Previous release was a consequence of mflierm's clumsiness.

Since release v1.0.2, some things changed, of which the most important is the script that copies data to the stoomboot cluster.

  • Made a file that automatically copies new data files to stoomboot (#51)

Other merged PRs are:

  • Add small utility to amstrax for version printing (#48)
  • Set default to something that is produced (#49)
  • fix line endings (#53)
  • Add readthedocs instructions (#67)
  • A lot of bumped versions in requirements.txt (PR #58 t/m #66)
  • Fix docs (#68)

v1.0.3

23 Dec 12:53
Compare
Choose a tag to compare

1.0.3 / 2021-12-23

  • Made a file that automatically copies new data files to stoomboot (#51)

v1.0.2

07 Dec 13:34
Compare
Choose a tag to compare

1.0.2 / 2021-12-07

  • Bugfix XAMS context (#46)

v1.0.1

03 Dec 16:33
Compare
Choose a tag to compare

1.0.1 / 2021-12-02

BUG for xams context, please use v1.0.2

  • Flip the channel map for xams (#44)
  • Few tweaks when submitting to stoomboot (#45)

v1.0.0

03 Dec 12:23
Compare
Choose a tag to compare

1.0.0 / 2021-12-02

Stable version after first amstrax project

Breaking changes:

  • Only raw_records_v1724 and raw_records_v1730 are provided. Plugins will have to be added in later versions
  • bootstrax is deleted and replaced by simpler amstraxer.py-functionality
  • Restructure of package
  • Removal of notebooks to dedicated repo

Major updates:

Related pull requests:

  • Add badges to Amstrax and update readme (#23)
  • Plugin, context and package structure (#24)
  • Fix autoprocessing scripts (#25)
  • Delete bootstrax (#26)
  • remove notebooks (#27)
  • Add documentation
  • Add context test (#28)
  • Code cleanup (#36, #40)
  • Fix straxen requirements for testing (#37)
  • Add init for autoprocessing (#39)
  • Test autoprocessing scripts (#41)
  • Add documentation (#42, #43)

v0.1.0

02 Dec 08:22
Compare
Choose a tag to compare

0.1.0 / 2021-12-02

  • Add testing and restructure amstrax (#13)