Skip to content

Releases: nu-radio/NuRadioMC

v2.2.1

26 Jan 09:22
44f4ff7
Compare
Choose a tag to compare

bugfixes:

  • readRNOGDataMattak: fix bug where .root files would not be found if they are passed as relative paths (instead of absolute paths or folder)

What's Changed

  • Fix support for relative path descriptions to root files in readRNOGDataMattak by @sjoerd-bouma in #607

Full Changelog: v2.2.0...v2.2.1

v2.2.0 feature and bugfix release

22 Dec 10:14
Compare
Choose a tag to compare

version 2.2.0
new features:

  • expand values stored in SimplePhasedTrigger
  • added getting to query ARZ charge-excess profiles
  • upgrade to proposal v 7.5.0 with new NuRadioProposal interface and improved LPM treatment
  • add script to generate / download pre-calculated proposal tables for known detector configurations
  • adding default RadioPropa ice model object to medium with the feature to set a personlised object as alternative
  • add positions array functionality to simple ice model in average and gradient functions
  • analytic ray tracing solutions are now sorted consistently from lowest to highest ray
  • added ability to generate high-low-triggered noise on a narrow band but return full-band waveforms
  • phased array noise generation utility class: calculate trigger time and cut trace accordingly
  • use Philox noise generator in noise adder module (this changes the default random sequence)
  • allow raytracing from air to ice and vice versa. Only supported by the Python implementation. (Note that the calculation of the focussing factor was not thoroughly tested.)
  • added 'block offset' removal/simulation module for RNO-G
  • triggerTimeAdjuster now works more reliably and supports different readout windows per channel.
    The readout time adjustment now is stored in the trigger object and needs to be accounted for in analysis
    by running the triggerTimeAdjuster, analogously to the channelAddCableDelay module.

bugfixes:

  • fixed/improved C++ raytracer not finding solutions for some near-horizontal or near-shadowzone vertices
  • fixed wrong number in Feldman-Cousins upper limit
  • in antennapattern.py, fixed line 1398; was masking frequencies >= 0 instead of frequencies > 0, causing NaN errors
  • Fixed issue where saving empty traces (channels or Efields) created unreadable .nur files

See below for a full list of changes:

What's Changed

...

Read more

v2.1.7

26 Jan 18:54
Compare
Choose a tag to compare

new features:

  • add attenuation model from the 2021 measurements taken at Summit Station
  • print warning for positive z in attenuation, and set attenuation length to
    +inf for positive z
  • adding minimize mode to the radiopropa propagation module & more configurable settings in config file
  • add uniform ice model with 1.78 refractive index
  • update ARA detector description and add a file to Print ARA detector json file
    bugfixes:
  • fix bug in NuRadioProposal which pervented muons from tau decays to be propagated
  • update proposal version to 6.1.8 to avoid problems with pypi

What's Changed

New Contributors

Full Changelog: v2.1.6...v2.1.7

v2.1.6

27 Jan 08:10
c9946c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.5...v2.1.6

v2.1.5

18 Jan 18:25
84e0dc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

10 Jan 19:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

05 Jan 11:12
Compare
Choose a tag to compare

What's Changed

  • hotfix release, fixes units in the definition of lower energy cut in event generation with PROPOSAL
  • cosmic ray trigger analysis efficiency by @lpyras in #279

Full Changelog: v2.1.2...v2.1.3

v2.1.2

24 Dec 11:38
Compare
Choose a tag to compare

Fixes that the generic detector crashes for certain detector files.

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

23 Dec 13:55
Compare
Choose a tag to compare

new features:

  • add a numerical raytracer depending on the radiopropa code
  • major change in the declaration of mediums at the back end, at the front end nothing changed.
  • Added neutrino direction reconstruction module and example on how to use it.
  • inheritance of ray tracers form a base class
  • changes to the eventbrowser in order to read RNO-G data
  • add sphericalWaveFitter module
  • add directory RNO_data with an example reconstruction for RNO data and the calculation of the cable delays
  • add Genie HEDIS (BGR18) cross section as an optional cross sec model
  • add handling of multiple reference channels and stations to generic detector
  • add thermal noise generator that fulfills phased array trigger
  • add a basic uproot data reader for RNO-G data
  • add option to simulate emitters
  • added helper function for cosmic ray flux models
  • speed improvements of ARZ model through use of numba

bugfixes:

  • correct volume extension depending on zenith angle range when running with
    secondaries
  • corrected get_hilbert_envelope(_mag) in BaseTrace to actually return the Hilbert envelope and simplified resamle function

Detailed list of all merged pull requests:

New Contributors

Full Changelog: v1.2.2...v2.1.1