Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.2.0 #595

Merged
merged 543 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
543 commits
Select commit Hold shift + click to select a range
9b8528d
Change default max. trigger rate
Apr 23, 2023
2740c07
Rename function and variable
Apr 23, 2023
d4ba05d
Make function privat
Apr 23, 2023
9ad3bb7
Rename function
Apr 23, 2023
cfaea77
Correct import after renaming
Apr 23, 2023
8bef940
Renamed directory, removed old reader classes/files
Apr 23, 2023
b097ff1
Refactor/cosmetics base_trace.py
Apr 24, 2023
7fbdefb
Change default for select_runs, improve doc string
Apr 24, 2023
9d41271
Fix doc-string, implement random generator
Apr 24, 2023
ebdcab3
added mattak, run table and pandas as optional RNO-G dependencies
sjoerd-bouma Apr 25, 2023
22755e6
Set meaningful default arguments for MattakReader in NoiseImporter af…
Apr 25, 2023
4ebb6f4
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into rnog_eve…
sjoerd-bouma Apr 25, 2023
3fca0f6
Merge branch 'add-rnog-noise-importer' of github.com:nu-radio/NuRadio…
sjoerd-bouma Apr 25, 2023
14c897a
update eventbrowser dataprovider
sjoerd-bouma Apr 26, 2023
c5fdc1d
Extend interface of get_event to take the run number as well
Apr 26, 2023
bde35fa
Fix small bug in begin()
Apr 26, 2023
a6fdbba
Merge pull request #519 from nu-radio/add-rnog-noise-importer
fschlueter Apr 28, 2023
314c602
Merge pull request #528 from nu-radio/refract-traces
fschlueter Apr 28, 2023
9d19a81
Update README.md
cg-laser May 2, 2023
7c82ea6
Add several sanity checks which otherwise would lead to terminations.…
Apr 26, 2023
cab2c55
Add more logger info to noiseImporter
Apr 26, 2023
413776c
With changes to the mattak reader, get_event_by_index can return none…
Apr 26, 2023
ca85a56
Change tab spacing from 3 to 4 spaces in readRNOGDataMattak.py
Apr 26, 2023
0a67cfa
Merge pull request #532 from nu-radio/rnog-data-noise-dev-part1
fschlueter May 4, 2023
dbbb46a
Change tab spacing from 3 to 4 spaces in readRNOGDataMattak.py
Apr 26, 2023
933610d
Add additional sanity check for sampling rate to _get_event
Apr 26, 2023
5c14554
Pass logging level to mattak
Apr 26, 2023
edbef10
Fixing bug in readers begin() method. rearange the begin method a bit
Apr 26, 2023
7ad0d98
Import logger output
Apr 26, 2023
eacffe4
Improve logging, change begin interface (introduce general mattak_kwa…
Apr 27, 2023
1e19aa7
fix whitespace in logger
Apr 27, 2023
e0940ab
Remove one ws
Apr 28, 2023
055e058
Start implementing support to read file by file
Apr 28, 2023
9491ae2
Improve logger
Apr 28, 2023
ee79203
Check validity of eventInfo outside of _get_event to not unnecessaril…
Apr 28, 2023
e47964d
Move logger to right position, add more logging
Apr 28, 2023
47011bf
Allow overwritting the sampling rate in the reader because some matta…
fschlueter May 2, 2023
f331d19
Make conversion to int explicit in python
fschlueter May 3, 2023
5c3fcb7
Improve logger error output
May 3, 2023
fc51646
Update readRNOGDataMattak.py: Fix typo
fschlueter May 5, 2023
6ea10e6
Add init func which imports the run table. add set_selector function …
May 5, 2023
fda6319
Merge pull request #531 from nu-radio/rnog-data-noise-dev
fschlueter May 10, 2023
31376d0
Allow trigger types 'UNKNOWN' to be read in by the reader
May 11, 2023
1e98fd6
Added getter
colemanalan May 15, 2023
b03f3ff
Change log
colemanalan May 15, 2023
79cf83e
docstrings
colemanalan May 15, 2023
3f5cdce
Merge branch 'develop' into feature/PA-noise-generation-trigger-times
cg-laser May 15, 2023
92be315
more docstrings
colemanalan May 15, 2023
cbe2ff9
this additional flag leads to errors on my end and does not seem to b…
cg-laser May 16, 2023
617ecef
remove print statement
cg-laser May 16, 2023
a57c484
update reference file to new noise realizations
cg-laser May 16, 2023
5be1a9c
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into hotfix/n…
sjoerd-bouma May 16, 2023
0a549b2
re-update version number [ci skip]
sjoerd-bouma May 16, 2023
2949e7b
Merge branch 'hotfix/numpy-float' into feature/PA-noise-generation-tr…
cg-laser May 16, 2023
c83ea2a
fix all occurences of np.complex
cg-laser May 16, 2023
7a0cf4e
also change np.bool
cg-laser May 16, 2023
c3c43da
Merge branch 'hotfix/numpy-float' into feature/PA-noise-generation-tr…
cg-laser May 16, 2023
ddcc3d2
update reference value adapting to new noise
cg-laser May 16, 2023
4e9e248
update reference values due to new noise reaslizations
cg-laser May 16, 2023
417aec2
update radiotools version with the same numpy fixes
cg-laser May 16, 2023
7f0d678
Update readRNOGDataMattak.py
fschlueter May 19, 2023
f84034b
Update readRNOGDataMattak.py
fschlueter May 19, 2023
f6da087
Fix reader and example
May 19, 2023
f767843
Catch exceptions when reading runs with mattak
May 19, 2023
d4ec2df
Merge pull request #538 from nu-radio/hotfix/numpy-float
cg-laser May 19, 2023
75cc622
Update naming scheme to be consistent with analogToDigitalConverter
colemanalan May 22, 2023
c18a0ca
Merge pull request #536 from nu-radio/allow_unknown_trigger_types_wit…
fschlueter May 23, 2023
6654b66
Add specific Exceptions, add traceback information
May 23, 2023
ae9a23e
fix log level comparison
May 23, 2023
97942ed
Use more general exception
May 23, 2023
309a2ba
use logger for traceback
sjoerd-bouma May 23, 2023
61c4f5c
Merge pull request #537 from nu-radio/edep_profile_getter
colemanalan May 23, 2023
8983230
Merge pull request #373 from nu-radio/feature/PA-noise-generation-tri…
cg-laser May 25, 2023
1b45ee7
Merge pull request #539 from nu-radio/fschlueter-patch-1
fschlueter May 25, 2023
99ec961
Skip empty strings as noise folders. Might occure if noise folder not…
fschlueter May 25, 2023
d5b2af0
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into rnog_eve…
sjoerd-bouma May 26, 2023
0894ca7
Fix bug in get_events_information which appears when calling that fun…
May 30, 2023
ff9abb2
update documentation
cg-laser Jun 1, 2023
381014c
escape asterisks to avoid confusing rst and added mattak to mock_imports
sjoerd-bouma Jun 1, 2023
b2db1b0
Merge pull request #544 from nu-radio/fix-rnog-reader
fschlueter Jun 12, 2023
972a458
Merge pull request #516 from alisanozdrina/patch-1
alisanozdrina Jun 12, 2023
a82d6f4
Merge pull request #542 from nu-radio/fix-noiseImporter
fschlueter Jun 13, 2023
9419e35
fix positions/orientations of LPDAs
sjoerd-bouma Jun 23, 2023
3eca1cd
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into rnog_eve…
sjoerd-bouma Jun 23, 2023
bbfafc2
use NuRadioMC conventions for FFT normalization
sjoerd-bouma Jun 24, 2023
f8e4239
update eventbrowser root (RNO-G) reader
sjoerd-bouma Jul 6, 2023
4f423f7
store fitted block offsets as a channelParameter, simplify interface
sjoerd-bouma Jul 10, 2023
256f21f
update changelog
sjoerd-bouma Jul 10, 2023
14e393f
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into feature/…
sjoerd-bouma Jul 10, 2023
e526670
fail only on sphinx errors (hopefully)
sjoerd-bouma Jul 14, 2023
d83c8e2
fix typo
sjoerd-bouma Jul 14, 2023
c583dad
update / unpin numpydoc
sjoerd-bouma Jul 14, 2023
69cc871
add new name of aenum Enum class to nitpick_ignore
sjoerd-bouma Jul 14, 2023
fd11ed9
remember to flush
sjoerd-bouma Jul 14, 2023
1b10f67
fix underline in docstring
sjoerd-bouma Jul 14, 2023
7c4e85a
hardcode sampling rate to 3.2 GHz for RNO-G
sjoerd-bouma Jul 18, 2023
c12262f
add hash for SKALA antenna model. Model is updated to the full range …
lpyras Jul 19, 2023
43ea9a8
add toggle for log/linear scale to frequency spectra
sjoerd-bouma Jul 19, 2023
3356e32
add dependencies to toml file, remove unused units, make docstrings nice
lpyras Jul 19, 2023
4d18188
fix typo
lpyras Jul 19, 2023
eb140eb
remove duplicate entry, add missing n
sjoerd-bouma Jul 20, 2023
ade6005
remove spurious cable delays
sjoerd-bouma Jul 20, 2023
ba7de5e
Merge pull request #548 from nu-radio/update_RNOG_single_station_json
sjoerd-bouma Jul 24, 2023
0f6a617
add log/linear toggle to frequency spectra
sjoerd-bouma Jul 24, 2023
cebd3cf
update dash version
sjoerd-bouma Jul 24, 2023
3913bc9
Merge branch 'develop' into muon_fluxes
lpyras Jul 25, 2023
325fd7d
Merge pull request #553 from nu-radio/skala
lpyras Jul 25, 2023
08197d6
update references
cg-laser Jul 28, 2023
d85d47a
Update README.md
anelles Jul 29, 2023
cd0b94e
add TDR
cg-laser Jul 29, 2023
7f6edaf
update readme
cg-laser Jul 31, 2023
f37f921
add another reference
cg-laser Aug 1, 2023
810fae9
fix layout
cg-laser Aug 3, 2023
732d729
update layout
cg-laser Aug 3, 2023
362fd3b
layout
cg-laser Aug 3, 2023
8b08240
Merge pull request #555 from nu-radio/update-references
cg-laser Aug 3, 2023
8cc8c7c
Merge pull request #552 from nu-radio/documentation/fixes
sjoerd-bouma Aug 3, 2023
16f82bc
Merge pull request #545 from nu-radio/improve_doc
cg-laser Aug 3, 2023
49e34dc
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into feature/…
sjoerd-bouma Aug 3, 2023
920c01e
correct number of samples in triggerTimeAdjuster
sjoerd-bouma Aug 4, 2023
6f005c2
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into rnog_eve…
sjoerd-bouma Aug 4, 2023
949e9b3
add option to trace from ice into air.
cg-laser Aug 4, 2023
a429a8b
add example of ice to air tracing
cg-laser Aug 4, 2023
fd05d4a
make use of CPP version optional
cg-laser Aug 4, 2023
b7424ef
add calculation of travel times and propagation distances for ice to …
cg-laser Aug 5, 2023
ba1b0dc
add calculation of travel and propagation times/distances to numerica…
cg-laser Aug 5, 2023
e527ed5
add info when using CPP ray tracer or not
cg-laser Aug 5, 2023
da0c1c3
add calculation of attenuation for to air case
cg-laser Aug 5, 2023
e72d843
Expand the phased-array noise gen (#546)
colemanalan Aug 22, 2023
d90079c
fix dy/dz in air, use_cpp inherited also for focusing correction, pro…
sjoerd-bouma Aug 22, 2023
87bd2bb
forgot to change one logger output to debug [ci skip]
sjoerd-bouma Aug 22, 2023
5cebd1a
Fixed small comparison (#561)
colemanalan Aug 23, 2023
b6df25f
Fix call of __new__ method
Aug 28, 2023
dbe19e3
add kwarg in_air get_y_diff and other ray tracing functions to distin…
sjoerd-bouma Aug 28, 2023
713cee2
Fixed raise statements and PEP8 compliance
MijnheerD Aug 29, 2023
e139231
Check for reference channel in reference station if not found
MijnheerD Aug 29, 2023
57f5a44
forgot to pass through optional kwarg
sjoerd-bouma Aug 30, 2023
27b4530
Updated changelog.txt
MijnheerD Aug 30, 2023
11def7d
Merge branch 'develop' into fix-visualize_detector
MijnheerD Aug 30, 2023
d48a0ef
remove spurious in_air argument for reflection angle
sjoerd-bouma Sep 1, 2023
94cb5a9
This allows to specify root files to be read with the mattak reader i…
Sep 5, 2023
931ee42
Add some docstrings and comments
Sep 6, 2023
162f014
remove commented import
sjoerd-bouma Sep 12, 2023
8c9bc68
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into feature/…
sjoerd-bouma Sep 12, 2023
065c941
upgrade proposal to version 7.6.2
Jean1995 Sep 13, 2023
9a4e21d
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into rnog_eve…
sjoerd-bouma Sep 13, 2023
128bb3a
Merge pull request #567 from nu-radio/add-dirty-hack-to-mattak-reader
fschlueter Sep 18, 2023
065d198
Remove non built-in objects for the __modules_event list which gets s…
Sep 18, 2023
ebc50db
Fix how to select keys which have to be dropped. Add warnings for dro…
Sep 19, 2023
ac3785e
Add doc strings
Sep 19, 2023
f929b44
Add line breaks to test.sh
Sep 19, 2023
5e0a2c6
Avoid overwriting of function __scan_files(). Correctly implement log…
Sep 19, 2023
ec978b7
Formatted with autopep8 --in-place --aggressive --max-line-length 120…
Sep 19, 2023
d5e8855
Merge pull request #563 from nu-radio/fix-detector-browser
fschlueter Sep 19, 2023
1b07486
autopep8 auto formatting
Sep 19, 2023
8cb1790
Merge pull request #565 from nu-radio/fix-visualize_detector
MijnheerD Sep 20, 2023
a8e9167
Update readCoREASShower.py
fschlueter Sep 20, 2023
b3449db
Update changelog.txt
aj-nielsen Sep 24, 2023
9d8cb3a
Update antennapattern.py
aj-nielsen Sep 24, 2023
781dd08
Update changelog.txt
aj-nielsen Sep 24, 2023
7b5b259
Merge pull request #574 from nu-radio/auto-formatting
fschlueter Sep 25, 2023
3d58f05
treat offsets given as dict correctly
sjoerd-bouma Sep 25, 2023
98f51e4
save the microseconds
sjoerd-bouma Sep 25, 2023
8a77811
add different block offsets fit options to mattak reader and store th…
sjoerd-bouma Sep 25, 2023
87a505d
change *= to prevent error due to Type change from int to float
sjoerd-bouma Sep 25, 2023
2384323
store offsets only if they are actually computed
sjoerd-bouma Sep 25, 2023
eac872a
Update changelog.txt
aj-nielsen Sep 25, 2023
6337103
Rename __parse_detector to _parse_detector. Downgrade logger.info() t…
Sep 25, 2023
ba3b1b2
make blockoffsetfitter faster by setting maxiter=2 by default
sjoerd-bouma Sep 26, 2023
80ef76d
deprecate old baseline correction in readRNOGDataMattak
sjoerd-bouma Sep 26, 2023
291433e
remove inaccessible old baseline correction code
sjoerd-bouma Sep 26, 2023
600359d
Update event.py
fschlueter Sep 26, 2023
94c95c6
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into rnog_eve…
sjoerd-bouma Sep 29, 2023
e3b6409
add thread-locking to prevent multiple file_handlers with same id
sjoerd-bouma Sep 29, 2023
3af7aac
make sure event ids are always initialised
sjoerd-bouma Sep 29, 2023
55d729a
explicitly cast slider positions to ints to avoid mysterious error
sjoerd-bouma Sep 29, 2023
83e4e6d
change to new RNO-G data reader for example
sjoerd-bouma Sep 29, 2023
2945800
move serializability check over to base.module
sjoerd-bouma Sep 29, 2023
535c008
store all serializable run arguments (positional or keyword)
sjoerd-bouma Sep 29, 2023
3b23407
correctly store default values
sjoerd-bouma Sep 29, 2023
30726a0
increase default number of iterations to 5
sjoerd-bouma Sep 29, 2023
69f6fda
make blockoffsetfitter a private attribute to reduce clutter in module
sjoerd-bouma Sep 29, 2023
247b94c
Merge pull request #573 from nu-radio/fix-nuradiorecoio
fschlueter Oct 2, 2023
7db677e
switch to EAFP approach for storing arguments (try to pickle everything)
sjoerd-bouma Oct 3, 2023
85bf923
raise warnings for dropped arguments
sjoerd-bouma Oct 3, 2023
2af6d44
add property _pre_trigger_time to Trigger class
sjoerd-bouma Oct 4, 2023
ee80152
save pre_trigger_times in Trigger object instead of adjusting trace_s…
sjoerd-bouma Oct 4, 2023
122368e
don't store self, include AttributeError
sjoerd-bouma Oct 4, 2023
d9842d7
Merge pull request #570 from Jean1995/upgrade_proposal_7.6.2
sjoerd-bouma Oct 4, 2023
7e619ae
actually exclude self this time, always exclude detector as kwarg
sjoerd-bouma Oct 5, 2023
5553f69
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into run-deco…
sjoerd-bouma Oct 5, 2023
95a80d1
add methods get_header, get_detector to wrapper to prevent errors
sjoerd-bouma Oct 19, 2023
b1bc930
improve plotting
cg-laser Oct 23, 2023
adb4049
562 include more info about the pa trigger in class (#578)
colemanalan Oct 23, 2023
e0b9f1f
add support for reading multiple files simultaneously
sjoerd-bouma Oct 25, 2023
213c22b
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into rnog_eve…
sjoerd-bouma Oct 25, 2023
a810b93
correctly label channels
sjoerd-bouma Oct 25, 2023
cdfcbf0
added readRNOGData wrapper for eventbrowser
sjoerd-bouma Oct 25, 2023
86ea3a3
merge eventbrowser dataproviders into one
sjoerd-bouma Oct 25, 2023
79cf646
identify file reader by file endings
sjoerd-bouma Oct 26, 2023
15ab040
improve docstrings and name all coreas stations observer
lpyras Aug 30, 2023
4a20ccf
Adds RNO-G detector description based on 2023 survey campaign
christophwelling Oct 27, 2023
6e59457
Merge pull request #577 from aj-nielsen/analytic_LPDA_fix_v2
aj-nielsen Oct 29, 2023
4c55a17
add array with upward LPDAs
lpyras Nov 1, 2023
5f15c41
refactor units for theta
lpyras Nov 1, 2023
3776d09
Update analog_components.py
clark2668 Nov 3, 2023
64bb4c4
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into feature/…
sjoerd-bouma Nov 13, 2023
a407250
update changelog
sjoerd-bouma Nov 13, 2023
a6bf9f2
fix some modules assuming the first channel has id 0
sjoerd-bouma Nov 14, 2023
975392a
Merge pull request #588 from nu-radio/cleanup_coreas_reader
lpyras Nov 14, 2023
1cea3b5
Merge pull request #589 from nu-radio/clark2668-patch-1
cg-laser Nov 15, 2023
4bffb11
Merge pull request #529 from nu-radio/muon_fluxes
lpyras Nov 15, 2023
e642c8b
Merge pull request #572 from nu-radio/run-decorator-and-serialization
sjoerd-bouma Nov 16, 2023
1504400
Merge pull request #590 from nu-radio/hotfix/no-channel-0
sjoerd-bouma Nov 16, 2023
ba1e393
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into rnog_eve…
sjoerd-bouma Nov 16, 2023
ba29dd2
recycle user_id=None
sjoerd-bouma Nov 16, 2023
57b7a7b
Update dataprovider.py
fschlueter Nov 20, 2023
31236bd
fix dropping of oldest user
sjoerd-bouma Nov 21, 2023
6d89805
Merge branch 'feature/raytrace-to-sky' of github.com:nu-radio/NuRadio…
sjoerd-bouma Nov 23, 2023
cd3499d
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into feature/…
sjoerd-bouma Nov 23, 2023
5d0507f
add warning that tranmission coefficient is not calculated for ice/ai…
cg-laser Nov 24, 2023
cbf0feb
add calculation of transmission coefficients
cg-laser Nov 27, 2023
420cd2e
improve logging
cg-laser Nov 27, 2023
065ccc5
Merge pull request #557 from nu-radio/rnog_eventbrowser
sjoerd-bouma Nov 29, 2023
4d6a9f8
fix issue where missing time traces were stored as array(None), leadi…
sjoerd-bouma Nov 29, 2023
0d8d028
update changelog
sjoerd-bouma Nov 29, 2023
bea8772
fix code to allow for more vertical propagation direction for air/ice…
cg-laser Nov 30, 2023
c84a962
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into feature/…
sjoerd-bouma Nov 30, 2023
e350f76
Merge pull request #597 from nu-radio/hotfix/none-trace
sjoerd-bouma Dec 1, 2023
799d789
correct for n in focussing factor only until ice/air boundary to avoi…
sjoerd-bouma Dec 2, 2023
9d7ed56
improve documentation
cg-laser Dec 5, 2023
f2f5af0
more details
cg-laser Dec 5, 2023
6c6ebd0
Add missing LPDA and fix LPDA rotation
christophwelling Dec 6, 2023
36cb5f7
add more details
cg-laser Dec 7, 2023
778d5cd
Merge pull request #550 from nu-radio/feature/block_offsets
fschlueter Dec 7, 2023
16b5df3
Merge pull request #599 from nu-radio/feature/improve-documentation
cg-laser Dec 7, 2023
1b7c6aa
Merge branch 'develop' into feature/raytrace-to-sky
cg-laser Dec 7, 2023
1928b27
add new feature to changelog
cg-laser Dec 7, 2023
c809cfe
Switch channels 6 and 7 on station 23
christophwelling Dec 7, 2023
38942d0
Merge branch 'develop' into feature/raytrace-to-sky
cg-laser Dec 8, 2023
190b9c7
Merge pull request #558 from nu-radio/feature/raytrace-to-sky
cg-laser Dec 8, 2023
8bf56a0
added warning if multiple triggers specify pre_trigger_times
sjoerd-bouma Dec 17, 2023
8b8c6f2
Merge branch 'develop' of github.com:nu-radio/NuRadioMC into feature/…
sjoerd-bouma Dec 17, 2023
5e12b3e
raise warning if triggerTimeAdjuster is called before resampling to d…
sjoerd-bouma Dec 17, 2023
c093949
enable triggerTimeAdjuster logger inheritance from NuRadioReco logger
sjoerd-bouma Dec 17, 2023
5e8e136
fix typo in f-string
sjoerd-bouma Dec 18, 2023
84439f7
Merge pull request #587 from nu-radio/RNOG_2023
christophwelling Dec 21, 2023
68d5622
Merge pull request #526 from nu-radio/feature/trigger-readout-windows
cg-laser Dec 22, 2023
a87f413
update version number for release 2.2.0
sjoerd-bouma Dec 22, 2023
a5054fe
Merge pull request #605 from nu-radio/update-version-number
sjoerd-bouma Dec 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and publish

on: [push]
on: [push, workflow_dispatch]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Deploy Documentation

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
prepare:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
export GSLDIR=$(gsl-config --prefix)
python install_dev.py --install --dev documentation --no-interactive
python install_dev.py --install --dev documentation proposal --no-interactive
export PYTHONPATH=$PWD:$PYTHONPATH
echo $PYTHONPATH

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unit tests

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
prepare:
Expand All @@ -23,7 +23,7 @@ jobs:
build:
needs: [prepare]
if: needs.prepare.outputs.runtests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#############################################################
# Keep in might that sub-directories might contain additional
# .gitignore files to exclude specific files.
#############################################################

# Ignore all nur and hdf5 files. This will also make sure that you do not accidentally add large files to your commit. Execeptions, such as (!*reference*.hdf5) have to be added explicitly.
*.nur
*.hdf5
# Exclude reference files from being ignored here
!*reference*.nur
!*reference*.hdf5

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -86,7 +98,6 @@ celerybeat-schedule
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
Expand All @@ -108,6 +119,9 @@ venv.bak/
# dolphin
.directory

# VSCode
.vscode/

# eclipse
.project
.pydevproject
Expand All @@ -123,3 +137,6 @@ venv.bak/
# ignore .nur files in NuRadioReco/examples/
# this should not apply for NuRadioReco/examples/example_data/
NuRadioReco/examples/*.nur

# Default location for proposal tables with proposal7
NuRadioMC/EvtGen/proposal_tables/
Loading