Skip to content

Commit

Permalink
deploy: 0ba6c45
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Dec 16, 2024
0 parents commit 5bf0013
Show file tree
Hide file tree
Showing 196 changed files with 26,156 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
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 added .doctrees/analysis.doctree
Binary file not shown.
Binary file added .doctrees/analysis/calibration.doctree
Binary file not shown.
Binary file added .doctrees/analysis/coincidence_queries.doctree
Binary file not shown.
Binary file added .doctrees/analysis/coincidences.doctree
Binary file not shown.
Binary file added .doctrees/analysis/core_reconstruction.doctree
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/analysis/event_utils.doctree
Binary file not shown.
Binary file added .doctrees/analysis/find_mpv.doctree
Binary file not shown.
Binary file added .doctrees/analysis/landau.doctree
Binary file not shown.
Binary file added .doctrees/analysis/process_events.doctree
Binary file not shown.
Binary file added .doctrees/analysis/process_traces.doctree
Binary file not shown.
Binary file added .doctrees/analysis/reconstructions.doctree
Binary file not shown.
Binary file added .doctrees/analysis/signal_calibration.doctree
Binary file not shown.
Binary file added .doctrees/analysis/time_deltas.doctree
Binary file not shown.
Binary file added .doctrees/api.doctree
Binary file not shown.
Binary file added .doctrees/clusters.doctree
Binary file not shown.
Binary file added .doctrees/configuration.doctree
Binary file not shown.
Binary file added .doctrees/corsika.doctree
Binary file not shown.
Binary file added .doctrees/corsika/blocks.doctree
Binary file not shown.
Binary file added .doctrees/corsika/corsika_queries.doctree
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/corsika/particles.doctree
Binary file not shown.
Binary file added .doctrees/corsika/qsub_corsika.doctree
Binary file not shown.
Binary file added .doctrees/corsika/qsub_store_corsika_data.doctree
Binary file not shown.
Binary file added .doctrees/corsika/reader.doctree
Binary file not shown.
Binary file added .doctrees/corsika/store_corsika_data.doctree
Binary file not shown.
Binary file added .doctrees/corsika/units.doctree
Binary file not shown.
Binary file added .doctrees/data.doctree
Binary file not shown.
Binary file added .doctrees/data/extend_local_data.doctree
Binary file not shown.
Binary file added .doctrees/data/update_local_data.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/esd.doctree
Binary file not shown.
Binary file added .doctrees/examples.doctree
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/installation.doctree
Binary file not shown.
Binary file added .doctrees/kascade.doctree
Binary file not shown.
Binary file added .doctrees/publicdb.doctree
Binary file not shown.
Binary file added .doctrees/qsub.doctree
Binary file not shown.
Binary file added .doctrees/sapphire.doctree
Binary file not shown.
Binary file added .doctrees/simulations.doctree
Binary file not shown.
Binary file added .doctrees/simulations/base.doctree
Binary file not shown.
Binary file added .doctrees/simulations/detector.doctree
Binary file not shown.
Binary file added .doctrees/simulations/gammas.doctree
Binary file not shown.
Binary file added .doctrees/simulations/groundparticles.doctree
Binary file not shown.
Binary file added .doctrees/simulations/ldf.doctree
Binary file not shown.
Binary file added .doctrees/simulations/showerfront.doctree
Binary file not shown.
Binary file added .doctrees/storage.doctree
Binary file not shown.
Binary file added .doctrees/tests.doctree
Binary file not shown.
Binary file added .doctrees/time_util.doctree
Binary file not shown.
Binary file added .doctrees/transformations.doctree
Binary file not shown.
Binary file added .doctrees/transformations/angles.doctree
Binary file not shown.
Binary file added .doctrees/transformations/axes.doctree
Binary file not shown.
Binary file added .doctrees/transformations/base.doctree
Binary file not shown.
Binary file added .doctrees/transformations/celestial.doctree
Binary file not shown.
Binary file added .doctrees/transformations/clock.doctree
Binary file not shown.
Binary file added .doctrees/transformations/geographic.doctree
Binary file not shown.
Binary file added .doctrees/tutorial.doctree
Binary file not shown.
Binary file added .doctrees/utils.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
Binary file added _images/github-zipball.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/tutorial-hist-better.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/tutorial-hist-simple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions _sources/analysis.rst.txt
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
8 changes: 8 additions & 0 deletions _sources/analysis/calibration.rst.txt
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:
8 changes: 8 additions & 0 deletions _sources/analysis/coincidence_queries.rst.txt
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:
8 changes: 8 additions & 0 deletions _sources/analysis/coincidences.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/analysis/core_reconstruction.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/analysis/direction_reconstruction.rst.txt
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:
8 changes: 8 additions & 0 deletions _sources/analysis/event_utils.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/analysis/find_mpv.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
MPV fit
=======

.. automodule:: sapphire.analysis.find_mpv
:members:
:undoc-members:
6 changes: 6 additions & 0 deletions _sources/analysis/landau.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Landau distribution
===================

.. automodule:: sapphire.analysis.landau
:members:
:undoc-members:
6 changes: 6 additions & 0 deletions _sources/analysis/process_events.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/analysis/process_traces.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/analysis/reconstructions.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Reconstructions
===============

.. automodule:: sapphire.analysis.reconstructions
:members:
:undoc-members:
8 changes: 8 additions & 0 deletions _sources/analysis/signal_calibration.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/analysis/time_deltas.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Time deltas
===========

.. automodule:: sapphire.analysis.time_deltas
:members:
:undoc-members:
6 changes: 6 additions & 0 deletions _sources/api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HiSPARC API
===========

.. automodule:: sapphire.api
:members:
:undoc-members:
6 changes: 6 additions & 0 deletions _sources/clusters.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HiSPARC clusters
================

.. automodule:: sapphire.clusters
:members:
:undoc-members:
20 changes: 20 additions & 0 deletions _sources/configuration.rst.txt
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'
44 changes: 44 additions & 0 deletions _sources/corsika.rst.txt
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
6 changes: 6 additions & 0 deletions _sources/corsika/blocks.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CORSIKA Blocks
==============

.. automodule:: sapphire.corsika.blocks
:members:
:undoc-members:
6 changes: 6 additions & 0 deletions _sources/corsika/corsika_queries.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/corsika/generate_corsika_overview.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/corsika/particles.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CORSIKA Particles
=================

.. automodule:: sapphire.corsika.particles
:members:
:undoc-members:
6 changes: 6 additions & 0 deletions _sources/corsika/qsub_corsika.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/corsika/qsub_store_corsika_data.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/corsika/reader.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CORSIKA Reader
==============

.. automodule:: sapphire.corsika.reader
:members:
:undoc-members:
6 changes: 6 additions & 0 deletions _sources/corsika/store_corsika_data.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/corsika/units.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CORSIKA Units
=============

.. automodule:: sapphire.corsika.units
:members:
:undoc-members:
12 changes: 12 additions & 0 deletions _sources/data.rst.txt
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
6 changes: 6 additions & 0 deletions _sources/data/extend_local_data.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/data/update_local_data.rst.txt
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:
6 changes: 6 additions & 0 deletions _sources/esd.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Event Summary Data
==================

.. automodule:: sapphire.esd
:members:
:undoc-members:
Loading

0 comments on commit 5bf0013

Please sign in to comment.