-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5bf0013
Showing
196 changed files
with
26,156 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 8f97d9940cab1fd53fb95ef9cc893a2c | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Data analysis | ||
============= | ||
|
||
.. automodule:: sapphire.analysis | ||
:members: | ||
:undoc-members: | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
analysis/calibration | ||
analysis/coincidence_queries | ||
analysis/coincidences | ||
analysis/core_reconstruction | ||
analysis/direction_reconstruction | ||
analysis/event_utils | ||
analysis/find_mpv | ||
analysis/landau | ||
analysis/process_events | ||
analysis/process_traces | ||
analysis/reconstructions | ||
analysis/signal_calibration | ||
analysis/time_deltas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. include:: ../subst.inc | ||
|
||
Data timing and signal calibration | ||
================================== | ||
|
||
.. automodule:: sapphire.analysis.calibration | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. include:: ../subst.inc | ||
|
||
Query coincidences from a datafile | ||
================================== | ||
|
||
.. automodule:: sapphire.analysis.coincidence_queries | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. include:: ../subst.inc | ||
|
||
Search for coincidences between |hisparc| stations | ||
================================================== | ||
|
||
.. automodule:: sapphire.analysis.coincidences | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Reconstruction of EAS core and size | ||
=================================== | ||
|
||
.. automodule:: sapphire.analysis.core_reconstruction | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Reconstruction of EAS direction | ||
=============================== | ||
|
||
.. automodule:: sapphire.analysis.direction_reconstruction | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. include:: ../subst.inc | ||
|
||
Get signal and timing values from events | ||
======================================== | ||
|
||
.. automodule:: sapphire.analysis.event_utils | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
MPV fit | ||
======= | ||
|
||
.. automodule:: sapphire.analysis.find_mpv | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Landau distribution | ||
=================== | ||
|
||
.. automodule:: sapphire.analysis.landau | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Processing of HiSPARC events | ||
============================ | ||
|
||
.. automodule:: sapphire.analysis.process_events | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Processing of HiSPARC traces | ||
============================ | ||
|
||
.. automodule:: sapphire.analysis.process_traces | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Reconstructions | ||
=============== | ||
|
||
.. automodule:: sapphire.analysis.reconstructions | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. include:: ../subst.inc | ||
|
||
Detector signal calibration | ||
=========================== | ||
|
||
.. automodule:: sapphire.analysis.signal_calibration | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Time deltas | ||
=========== | ||
|
||
.. automodule:: sapphire.analysis.time_deltas | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
HiSPARC API | ||
=========== | ||
|
||
.. automodule:: sapphire.api | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
HiSPARC clusters | ||
================ | ||
|
||
.. automodule:: sapphire.clusters | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.. include:: subst.inc | ||
|
||
Configuration | ||
************* | ||
|
||
Various modules (:mod:`sapphire.api`, :mod:`sapphire.esd`, and :mod:`sapphire.publicdb`) | ||
connect to the |hisparc| Public Database to download data, metadata, configurations, etc. | ||
Normally you will want to use the official |hisparc| Public Database, which is hosted | ||
at `https://data.hisparc.nl`. However, during development, tests or other occasions you | ||
may want to use a different server, for example when running a local version of the | ||
publicdb. In that case you can overwrite the base url used. This overwrite is done | ||
using an environment variable: ``PUBLICDB_BASE``. This can be easily set when starting | ||
your Python environment, for example:: | ||
|
||
$ PUBLICDB_BASE=http://localhost:8000 python | ||
|
||
Or while already running Python:: | ||
|
||
from os import environ | ||
environ['PUBLICDB_BASE'] = 'http://localhost:8000' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
.. include:: subst.inc | ||
|
||
CORSIKA simulations | ||
=================== | ||
|
||
`CORSIKA <https://web.ikp.kit.edu/corsika/>`_ is an Air Shower | ||
Simulation Program. To be used for detailed simulation of | ||
extensive air showers initiated by high-energy cosmic-ray particles. | ||
|
||
This module makes it easy to work with CORSIKA output, it was | ||
original written by Javier Gonzalez and adapted for `HiSPARC | ||
<www.hisparc.nl>`_ by Arne de Laat. | ||
|
||
This documentation sometimes refers to the CORSIKA users manual, this | ||
users manual can be found here `CORSIKA User's Guide | ||
<https://www.ikp.kit.edu/corsika/70.php>`_ | ||
|
||
In addition to reading CORSIKA output, functionally is provided to | ||
easily submit many CORSIKA jobs to the Nikhef batch facility | ||
(Stoomboot). | ||
|
||
|
||
CORSIKA Module | ||
-------------- | ||
|
||
.. automodule:: sapphire.corsika | ||
:members: | ||
|
||
|
||
Contents | ||
-------- | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
corsika/blocks | ||
corsika/corsika_queries | ||
corsika/generate_corsika_overview | ||
corsika/particles | ||
corsika/qsub_corsika | ||
corsika/qsub_store_corsika_data | ||
corsika/reader | ||
corsika/store_corsika_data | ||
corsika/units |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CORSIKA Blocks | ||
============== | ||
|
||
.. automodule:: sapphire.corsika.blocks | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Query CORSIKA overview for simulations | ||
====================================== | ||
|
||
.. automodule:: sapphire.corsika.corsika_queries | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Create an overview of CORSIKA simulations | ||
========================================= | ||
|
||
.. automodule:: sapphire.corsika.generate_corsika_overview | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CORSIKA Particles | ||
================= | ||
|
||
.. automodule:: sapphire.corsika.particles | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CORSIKA on Stoomboot | ||
==================== | ||
|
||
.. automodule:: sapphire.corsika.qsub_corsika | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Convert CORSIKA simulations on Stoomboot | ||
======================================== | ||
|
||
.. automodule:: sapphire.corsika.qsub_store_corsika_data | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CORSIKA Reader | ||
============== | ||
|
||
.. automodule:: sapphire.corsika.reader | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Store CORSIKA data as HDF5 | ||
========================== | ||
|
||
.. automodule:: sapphire.corsika.store_corsika_data | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CORSIKA Units | ||
============= | ||
|
||
.. automodule:: sapphire.corsika.units | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Updating and extending local data | ||
================================= | ||
|
||
.. automodule:: sapphire.data | ||
:members: | ||
:undoc-members: | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
data/extend_local_data | ||
data/update_local_data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Download additional local data | ||
============================== | ||
|
||
.. automodule:: sapphire.data.extend_local_data | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Update default local data with latest data from Publicdb | ||
======================================================== | ||
|
||
.. automodule:: sapphire.data.update_local_data | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Event Summary Data | ||
================== | ||
|
||
.. automodule:: sapphire.esd | ||
:members: | ||
:undoc-members: |
Oops, something went wrong.