Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • km3py/km3net-testdata
  • bjjung/km3net-testdata
2 results
Show changes
Commits on Source (145)
Showing
with 422 additions and 103 deletions
......@@ -30,54 +30,58 @@ stages:
reports:
junit: "reports/junit*.xml"
test-py2.7:
image: docker.km3net.de/base/python:2
test-py3.6:
image: docker.km3net.de/base/python:3.6
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
allow_failure: true
test-py3.5:
image: docker.km3net.de/base/python:3.5
test-py3.7:
image: docker.km3net.de/base/python:3.7
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
allow_failure: true
test-py3.6:
image: docker.km3net.de/base/python:3.6
test-py3.8:
image: docker.km3net.de/base/python:3.8
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
test-py3.7:
image: docker.km3net.de/base/python:3.7
test-py3.9:
image: docker.km3net.de/base/python:3.9
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
test-py3.8:
image: docker.km3net.de/base/python:3.8
test-py3.10:
image: docker.km3net.de/base/python:3.10
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
test-julia-1.6:
image: docker.km3net.de/base/julia:1.6
stage: test
script:
- julia -e 'import Pkg; Pkg.develop(path=".")'
code-style:
image: docker.km3net.de/base/python:3.7
stage: test
script:
- *virtualenv_definition
- yapf -r -d -e "venv" .
- make black-check
allow_failure: true
coverage:
......@@ -121,7 +125,7 @@ pages:
pypi:
image: docker.km3net.de/base/python:3
image: docker.km3net.de/base/python:3.9
stage: release
cache: {}
script:
......
Unreleased changes
------------------
* geamon samples added
Version 0
---------
0.2.21 / 2020-02-01
0.4.20 / 2025-02-26
~~~~~~~~~~~~~~~~~~~
* version bump to catch up with the Julia version
0.4.19 / 2025-02-18
~~~~~~~~~~~~~~~~~~~
* added v0.4 of oscillations open data
0.4.18 / 2024-12-10
~~~~~~~~~~~~~~~~~~~
* added oscillations open data
0.4.17 / 2024-11-07
~~~~~~~~~~~~~~~~~~~
* added PMT sample
0.4.16 / 2024-09-30
~~~~~~~~~~~~~~~~~~~
* added summaryslices sample
0.4.15 / 2024-07-03
~~~~~~~~~~~~~~~~~~~
* another orientations.root sample
0.4.14 / 2024-07-03
~~~~~~~~~~~~~~~~~~~
* orientations.root sample
0.4.13 / 2024-05-24
~~~~~~~~~~~~~~~~~~~
* HDF5 sample of a km3astro output file
0.4.12 / 2024-03-26
~~~~~~~~~~~~~~~~~~~
* added a DETX which contains invalid multiline comments
0.4.11 / 2024-02-26
~~~~~~~~~~~~~~~~~~~
* added CLB Swissknife acoustic sample
0.4.10 / 2024-01-26
~~~~~~~~~~~~~~~~~~~
* RBR (mupage) sample added
* DATX sample added
0.4.9 / 2024-01-25
~~~~~~~~~~~~~~~~~~
* DATX sample added
0.4.8 / 2024-01-22
~~~~~~~~~~~~~~~~~~
* another DETX sample file containing the floor == -1 bug
0.4.7 / 2023-10-04
~~~~~~~~~~~~~~~~~~
* yet another online sample file for reco benchmarks and tests
0.4.6 / 2023-10-04
~~~~~~~~~~~~~~~~~~
* added another sample file with 1000 muon cc events for reco benchmarks and tests
0.4.5 / 2023-07-19
~~~~~~~~~~~~~~~~~~
* added an online file with 10 JDAQEvents and a matching DETX
0.4.4 / 2023-05-23
~~~~~~~~~~~~~~~~~~
* PMT efficiency sample added
0.4.4 / 2023-04-24
~~~~~~~~~~~~~~~~~~
* Update GIBUU files
0.4.3 / 2023-01-24
~~~~~~~~~~~~~~~~~~
* DST sample (mainly for ``km3irf``) has been added
* Python 3.9 and 3.10 added to the CI test stage
0.4.0 / 2022-11-07
~~~~~~~~~~~~~~~~~~
* Ditch yapf in favour of black for code style
* Added empty offline ROOT file: ``offline/empty_events.root``
* Removed Python 2.7 support
0.3.7 / 2022-09-20
~~~~~~~~~~~~~~~~~~
* Added multiHead.root to offline example files.
0.3.6 / 2022-07-14
~~~~~~~~~~~~~~~~~~
* Fixes (replaces) the v5.0 ORCA 115-string offline file from 0.3.5
0.3.5 / 2022-07-12
~~~~~~~~~~~~~~~~~~
* v5.0 ORCA 115-string offline file added, triggered and reconstructed with Jpp v16, containing a sub-selection of 10 reconstructed events.
0.3.4 / 2022-06-07
~~~~~~~~~~~~~~~~~~
* Corsika test files added
0.3.3 / 2022-03-24
~~~~~~~~~~~~~~~~~~
* Replaces the gSeaGen file from 0.3.2 which did not
contain the counter values
0.3.2 / 2022-03-24
~~~~~~~~~~~~~~~~~~
* Added a gSeaGen file with counter values on MC tracks
0.3.1 / 2022-03-23
~~~~~~~~~~~~~~~~~~
* Added DETX v5
0.3.0 / 2022-03-11
~~~~~~~~~~~~~~~~~~
* Added a bunch of astro benchmark files for ORCA and ARCA
* Reordered the columns of the ANTARES astro benchmark files
0.2.30 / 2022-01-14
~~~~~~~~~~~~~~~~~~~
* Fix Error.Arguments field in HV-tuning JSON file for DB API v2
0.2.29 / 2021-10-07
~~~~~~~~~~~~~~~~~~~
* Fix a typo in ANTARES astro coordinate benchmark (moon and sun file)
0.2.28 / 2021-09-15
~~~~~~~~~~~~~~~~~~~
* added nueCC file for tests of Aashowerfit shower reconstruction
0.2.27 / 2021-07-17
~~~~~~~~~~~~~~~~~~~
* Newer version of DST sample added (`orca6...`)
0.2.26 / 2021-06-30
~~~~~~~~~~~~~~~~~~~
* HV-tuning JSON-files added to `db/`
* raw acoustics sample added to `acoustics/`
0.2.25 / 2021-05-15
~~~~~~~~~~~~~~~~~~~
* gseagen v6.0 offline file added
0.2.24 / 2021-04-18
~~~~~~~~~~~~~~~~~~~
* DST sample added
0.2.23 / 2021-02-02
~~~~~~~~~~~~~~~~~~~
* Added a new mupage ARCA sample to hdf5/
0.2.22 / 2021-02-02
~~~~~~~~~~~~~~~~~~~
* geamon samples added
0.2.21 / 2021-02-01
~~~~~~~~~~~~~~~~~~~
* New MUPAGE samples added
* gSeaGen v7 samples added
......
......@@ -33,9 +33,18 @@ dependencies:
dependencies-dev:
pip install -Ur requirements-dev.txt
yapf:
yapf -i -r $(PKGNAME)
yapf -i -r tests
yapf -i setup.py
.PHONY: all clean install install-dev venv test test-cov test-loop dependencies dependencies-dev yapf
.PHONY: black
black:
black --exclude '/_definitions/|version.py' $(PKGNAME)
black tests
black doc/conf.py
black setup.py
.PHONY: black-check
black-check:
black --exclude '/_definitions/|version.py' $(PKGNAME)
black --check tests
black --check doc/conf.py
black --check setup.py
.PHONY: all clean install install-dev venv test test-cov test-loop dependencies dependencies-dev
name = "KM3NeTTestData"
uuid = "3249b543-581e-4f22-b7da-6c2cdf549b24"
authors = ["Tamas Gal <tamas.gal@fau.de>"]
version = "0.4.20"
......@@ -7,30 +7,56 @@ KM3NeT TestData
.. image:: https://git.km3net.de/km3py/km3net-testdata/badges/master/coverage.svg
:target: https://km3py.pages.km3net.de/km3net-testdata/coverage
.. image:: https://examples.pages.km3net.de/km3badges/docs-latest-brightgreen.svg
.. image:: https://git.km3net.de/examples/km3badges/-/raw/master/docs-latest-brightgreen.svg
:target: https://km3py.pages.km3net.de/km3net-testdata
A package to get access to KM3NeT sample files for testing and development
A hybrid Python/Julia package to get access to KM3NeT sample files for testing and development
purposes.
Installation and usage
----------------------
Python
``````
pip install km3net-testdata
The file paths can be access in Python scripts using the ``data_path()`` function:
.. code-block:: python
from km3net_testdata import data_path()
from km3net_testdata import data_path
filename = data_path("offline/km3net_offline.root")
Notice the underscore in the Python package name (PyPI forces ``-`` but Python
package names are not allowed to use ``-``).
To use the module in e.g. shell scripts, the module can be called directly and
Julia
`````
Make sure the "KM3NeT Julia Registry" is added to your local Julia registries,
see https://git.km3net.de/common/julia-registry for more information.
The Julia package is called ``KM3NeTTestData`` and can be installed the usual way:
.. code-block:: julia
julia> import Pkg; Pkg.add("KM3NeTTestData")
The package exports the ``datapath()`` function which can be used similar to the Python implementation:
.. code-block:: julia
julia> using KM3NeTTestData
julia> filename = datapath("offline", "km3net_offline.root")
"/Users/tamasgal/.julia/packages/KM3NeTTestData/zb9oT/src/../km3net_testdata/data/offline/km3net_offline.root"
Shell
`````
To use the Python module in e.g. shell scripts, it can be called directly to
print the filepath:
.. code-block:: shell
......
......@@ -14,18 +14,21 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import sys
import os
from datetime import date
import sphinx_rtd_theme
from pkg_resources import get_distribution
if sys.version_info < (3, 10):
from pkg_resources import get_distribution
else:
from importlib.metadata import distribution as get_distribution
# -- Project information -----------------------------------------------------
version = get_distribution('km3net_testdata').version
short_version = '.'.join(version.split('.')[:2])
project = 'km3net_testdata {}'.format(short_version)
copyright = '{0}, Tamas Gal'.format(date.today().year)
author = 'Tamas Gal'
version = get_distribution("km3net_testdata").version
short_version = ".".join(version.split(".")[:2])
project = "km3net_testdata {}".format(short_version)
copyright = "{0}, Tamas Gal".format(date.today().year)
author = "Tamas Gal"
# -- General configuration ---------------------------------------------------
......@@ -33,33 +36,35 @@ author = 'Tamas Gal'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.viewcode',
'autoapi.extension', 'numpydoc',
'sphinx_gallery.gen_gallery'
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.viewcode",
"autoapi.extension",
"numpydoc",
"sphinx_gallery.gen_gallery",
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
templates_path = ["_templates"]
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'version.py']
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "version.py"]
# AutoAPI
autoapi_type = 'python'
autoapi_dirs = ['../km3net_testdata']
autoapi_ignore = ['*version.py*']
autoapi_type = "python"
autoapi_dirs = ["../km3net_testdata"]
autoapi_ignore = ["*version.py*"]
autoapi_add_toctree_entry = True
# Gallery
sphinx_gallery_conf = {
'backreferences_dir': 'modules/generated',
'default_thumb_file': '_static/default_gallery_thumbnail.png',
'examples_dirs': '../examples', # path to your example scripts
'gallery_dirs':
'auto_examples', # path to where to save gallery generated output
'show_memory': True,
"backreferences_dir": "modules/generated",
"default_thumb_file": "_static/default_gallery_thumbnail.png",
"examples_dirs": "../examples", # path to your example scripts
"gallery_dirs": "auto_examples", # path to where to save gallery generated output
"show_memory": True,
}
# -- Options for HTML output -------------------------------------------------
......@@ -67,11 +72,11 @@ sphinx_gallery_conf = {
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ["_static"]
html_title = "km3net_testdata {}".format(version)
from __future__ import absolute_import
import atexit
from pkg_resources import get_distribution, DistributionNotFound
import importlib_resources
try:
from importlib_resources import as_file
except ImportError:
from importlib_resources.trees import as_file
import sys
if sys.version_info < (3, 9):
import importlib_resources
try:
from importlib_resources import as_file
except ImportError:
from importlib_resources.trees import as_file
else:
import importlib.resources as importlib_resources
from importlib.resources import as_file
try:
from contextlib import ExitStack
except ImportError:
from contextlib2 import ExitStack
try:
version = get_distribution(__name__).version
except DistributionNotFound:
version = "unknown version"
if sys.version_info < (3, 8):
from importlib_metadata import distribution
else:
from importlib.metadata import distribution
version = distribution(__name__).version
__version__ = version
LATEST_VERSIONS = {
......
"""
This file will be invoked by python when called with th `-m` options:
```
python -m skhep_testdata cms_hep_2012_tutorial/data.root
python -m km3net_testdata offline/km3net_offline.root
```
"""
from __future__ import print_function
import argparse
from . import data_path
......
File added
# benchmark table for ARCA
# date and tracks are from http://antares-wiki.in2p3.fr/doku.php?id=benchmarks_astro
# but 2007->2022 2010->2025
# values were obtained with aanet and km3net_testdata/data/detx/KM3NeT_-00000001_20171212.detx
# units: [deg]
# theta, phi: track in horiz. UTM
# DEC/RA: source in equatorial coordinates
date,time,object,RA-J2000,DEC-J2000,azimuth,zenith,phi,theta
2022-10-04,03:03:03,SIRIUS,06:45:08.9,-16:42:58,301.1141471659072,58.854054321963766,121.11414716590718,121.14594567803624
2022-10-04,03:03:03,CANOPUS,06:23:57.1,-52:41:45,283.45569746432494,90.96020650791255,103.45569746432497,89.03979349208745
2022-10-04,03:03:03,ARCTURUS,14:15:39.7,+19:10:57,48.99889221857817,112.77144505693884,228.99889221857816,67.22855494306117
2022-10-04,03:03:03,ANTARES,16:29:24.4,-26:25:55,57.9871792148824,168.59446586088254,237.98717921488242,11.405534139117478
2025-04-27,19:19:19,SIRIUS,06:45:08.9,-16:42:58,212.26608471200208,77.73936283243263,32.26608471200208,102.26063716756738
2025-04-27,19:19:19,CANOPUS,06:23:57.1,-52:41:45,235.5817805858433,105.6619882674634,55.581780585843276,74.3380117325366
2025-04-27,19:19:19,ARCTURUS,14:15:39.7,+19:10:57,354.61273439245514,48.826082201658366,174.61273439245517,131.17391779834165
2025-04-27,19:19:19,ANTARES,16:29:24.4,-26:25:55,336.5867212339433,102.26965263715415,156.58672123394334,77.73034736284586
# benchmark table for ARCA
# date and tracks are from http://antares-wiki.in2p3.fr/doku.php?id=benchmarks_astro
# but 2007->2022 2010->2025
# values were obtained with aanet and km3net_testdata/data/detx/KM3NeT_-00000001_20171212.detx
# units: [deg]
# theta, phi: track in horiz. UTM
# DEC/RA: source in equatorial coordinates
# gal_lon, gal_lat: source in galactic coordinates
date,time,phi,theta,azimuth,zenith,RA,DEC,RA-J2000,DEC-J2000,gal_lon,gal_lat
2007-10-04,03:03:03,97.07,135.0,277.07,45.00000000000001,78.80695827002434,-8.496629227900415,78.71226213695601,-8.5075641765472,209.58241554380052,-25.310952799138352
2007-10-04,03:03:03,23.46,11.97,203.45999999999998,168.03,268.63386280170965,-40.092751205211,268.4958917371664,-40.089231097314375,351.2597967927106,-7.16550280342757
2007-10-04,03:03:03,97.07,22.97,277.07,157.03,249.24937855175526,-59.036122912423636,249.081365448042,-59.01824047008154,328.5199177271429,-7.828950530523963
2007-10-04,03:03:03,192.5,33.97,12.500000000000005,146.03,217.59361664825468,-23.44272840545859,217.48179114608516,-23.406429871427527,330.4487639239967,34.14900954144655
2007-10-04,03:03:03,333.33,85.23,153.32999999999998,94.77000000000001,323.339886008512,18.57346600779993,323.2482845964834,18.539704815880167,70.8785457098015,-23.689072682089666
2007-10-04,03:03:03,23.46,95.23,203.45999999999998,84.77000000000001,2.427362251312727,-14.960870215518419,2.326137670366218,-15.004849039248843,81.85779485123147,-74.41041334778231
2007-10-04,03:03:03,97.07,115.32,277.07,64.67999999999999,80.8228462301175,-28.08454525557243,80.74471058491568,-28.093968637542872,231.066743776099,-30.683988297082948
2007-10-04,03:03:03,192.5,145.42,12.500000000000002,34.58000000000001,117.23128501896153,35.579736137905236,117.10146853897704,35.59763330662569,184.49289935260512,26.32480931364323
2007-10-04,03:03:03,333.33,179.95,153.32999999999998,0.05000000000036243,74.11457844475225,36.3144161148249,73.98297696125385,36.300019342488746,167.9874486996282,-4.383743436652182
2010-04-27,19:19:19,23.46,11.97,203.45999999999998,168.03,355.9346985333231,-40.092751205211,355.7943955295543,-40.151667977049605,345.9128986253465,-70.79154825039674
2010-04-27,19:19:19,97.07,22.97,277.07,157.03,336.55021428336875,-59.036122912423636,336.37358947684663,-59.09002729387386,330.8993459254661,-49.358166918988466
2010-04-27,19:19:19,192.5,33.97,12.500000000000005,146.03,304.89445237986814,-23.44272840545859,304.7371243884798,-23.475866072610515,19.79252055137784,-29.06683383649816
2010-04-27,19:19:19,333.33,85.23,153.32999999999998,94.77000000000001,50.64072174012547,18.57346600779993,50.489479218702535,18.535327154179196,165.72425307253613,-31.555872440201277
2010-04-27,19:19:19,23.46,95.23,203.45999999999998,84.77000000000001,89.72819798292623,-14.960870215518419,89.6079206332657,-14.961966963289518,220.73071856351575,-18.349806680869115
2010-04-27,19:19:19,97.07,115.32,277.07,64.67999999999999,168.12368196173102,-28.08454525557243,167.99451919301626,-28.026855578854484,277.58031650538254,29.902868607627997
2010-04-27,19:19:19,192.5,145.42,12.500000000000002,34.58000000000001,204.53212075057505,35.579736137905236,204.41309309333462,35.63386185287451,76.60558849121374,76.9935656893596
2010-04-27,19:19:19,333.33,179.95,153.32999999999998,0.05000000000036243,161.41541417636577,36.3144161148249,161.26489522501208,36.3701919796325,185.92306430795074,61.738887553011175
# benchmark table for ARCA
# date and tracks are from http://antares-wiki.in2p3.fr/doku.php?id=benchmarks_astro
# but 200X->202X
# values were obtained with aanet and km3net_testdata/data/detx/KM3NeT_-00000001_20171212.detx
# units: [deg]
# theta, phi: track in horiz. UTM
# DEC/RA: source in equatorial coordinates
date,time,object,azimuth,zenith,RA,DEC,RA-J2000,DEC-J2000
2028-11-08,23:34:54.00,Moon,2.909073320496469,64.09014600870186,128.18189954111062,16.746090697761872,127.76959201067646,16.84536792810626
2028-10-22,10:30:45.40,Moon,323.7553138203656,85.53172445566834,267.48866304669923,-25.81631718020281,267.0374698404048,-25.80772948619773
2022-03-02,18:20:35.30,Moon,180.51105255217053,110.30453542469576,345.00254165365584,-11.801457803552266,344.7148477756722,-11.918774403237144
2020-11-15,07:03:22.50,Moon,325.9879286902175,75.86100117638195,233.43561482527144,-17.404739596135915,233.14437220222226,-17.336225736408874
2028-11-08,23:34:54.00,Sun,54.78405481776177,157.13496216200542,224.63146076704072,-16.93868054371806,224.22359518773547,-16.8222518928673
2028-10-22,10:30:45.40,Sun,273.8155520772146,47.662839609511856,207.48618297624782,-11.315704084788752,207.09863211162985,-11.171320563347589
2022-03-02,18:20:35.30,Sun,175.46975373689048,108.71936411869535,343.5307236719834,-7.007549269137534,343.2455307403015,-7.123970524571582
2020-11-15,07:03:22.50,Sun,323.37927354643625,75.14234015127076,230.98587735997808,-18.616231592934312,230.69351717759642,-18.543877377194516
# benchmark table for ARCA
# date and tracks are from http://antares-wiki.in2p3.fr/doku.php?id=benchmarks_astro
# but 2007->2022 2010->2025
# values were obtained with aanet and km3net-testdata/km3net_testdata/data/detx/D_ORCA006_t.A02181836.p.A02181837.r.A02182001.detx
# units: [deg]
# theta, phi: track in horiz. UTM
# DEC/RA: source in equatorial coordinates
# gal_lon, gal_lat: source in galactic coordinates
date,time,object,RA-J2000,DEC-J2000,azimuth,zenith,phi,theta
2022-10-04,03:03:03,SIRIUS,06:45:08.9,-16:42:58,306.19488357047356,68.54578960881122,126.19488357047358,111.4542103911888
2022-10-04,03:03:03,CANOPUS,06:23:57.1,-52:41:45,286.707290800605,99.30097397257776,106.707290800605,80.69902602742224
2022-10-04,03:03:03,ARCTURUS,14:15:39.7,+19:10:57,56.90688214604395,112.0878021998718,236.90688214604396,67.91219780012821
2022-10-04,03:03:03,ANTARES,16:29:24.4,-26:25:55,97.84147345429588,163.4842494337394,277.8414734542959,16.51575056626062
2025-04-27,19:19:19,SIRIUS,06:45:08.9,-16:42:58,218.36583957982256,75.34428934256981,38.36583957982256,104.6557106574302
2025-04-27,19:19:19,CANOPUS,06:23:57.1,-52:41:45,236.41931822165915,106.87907782491384,56.419318221659154,73.12092217508616
2025-04-27,19:19:19,ARCTURUS,14:15:39.7,+19:10:57,353.9787192912854,57.04889522053292,173.97871929128544,122.95110477946709
2025-04-27,19:19:19,ANTARES,16:29:24.4,-26:25:55,341.39363584147657,111.72192196002061,161.3936358414766,68.27807803997939
# benchmark table for ARCA
# date and tracks are from http://antares-wiki.in2p3.fr/doku.php?id=benchmarks_astro
# but 2007->2022 2010->2025
# values were obtained with aanet and km3net-testdata/km3net_testdata/data/detx/D_ORCA006_t.A02181836.p.A02181837.r.A02182001.detx
# units: [deg]
# theta, phi: track in horiz. UTM
# DEC/RA: source in equatorial coordinates
# gal_lon, gal_lat: source in galactic coordinates
date,time,phi,theta,azimuth,zenith,RA,DEC,RA-J2000,DEC-J2000,gal_lon,gal_lat
2007-10-04,03:03:03,97.07,135.0,277.07,45.00000000000001,70.635536563126,-1.8260679272901188,70.53577278504656,-1.842948881963427,198.6458935009093,-29.3600868667687
2007-10-04,03:03:03,23.46,11.97,203.45999999999998,168.03,260.11888323749906,-46.89820367251251,259.9720533404446,-46.8882274876333,342.1711320997527,-5.52734039646588
2007-10-04,03:03:03,97.07,22.97,277.07,157.03,235.73841017246022,-65.27266111589282,235.56162787369243,-65.24588276483836,319.59884130292414,-8.060626829060237
2007-10-04,03:03:03,192.5,33.97,12.500000000000005,146.03,206.66851974787338,-27.43083416406381,206.55837538763552,-27.390486393405087,317.60937126419117,33.914699521298495
2007-10-04,03:03:03,333.33,85.23,153.32999999999998,94.77000000000001,313.45379755908965,14.384658739456277,313.36133330263584,14.35623905735451,60.98891530465829,-18.93894991766504
2007-10-04,03:03:03,23.46,95.23,203.45999999999998,84.77000000000001,355.9300269114191,-14.62117662037817,355.8275067254404,-14.664805277783026,67.66733183522051,-69.82969978804857
2007-10-04,03:03:03,97.07,115.32,277.07,64.67999999999999,73.03986122353723,-21.366179549230853,72.95495567972407,-21.38133647323511,220.88561608334115,-35.40907241497419
2007-10-04,03:03:03,192.5,145.42,12.500000000000002,34.58000000000001,111.49326080709267,41.592906071823975,111.35511486904245,41.606693636772555,176.76469215201877,23.64639192485358
2007-10-04,03:03:03,333.33,179.95,153.32999999999998,0.05000000000036243,64.15451587697349,42.821011579863935,64.01784021795703,42.79964181050784,157.9864991316395,-5.724145147568149
2010-04-27,19:19:19,23.46,11.97,203.45999999999998,168.03,347.4197189691126,-46.89820367251251,347.2690002834894,-46.95572705684194,341.501603662216,-61.77869971437115
2010-04-27,19:19:19,97.07,22.97,277.07,157.03,323.0392459040737,-65.27266111589282,322.82439234861897,-65.31938354029025,327.92951235076634,-40.770428390504186
2010-04-27,19:19:19,192.5,33.97,12.500000000000005,146.03,293.96935547948686,-27.43083416406381,293.8050478435655,-27.454086509568214,11.986306051508512,-21.111378400966196
2010-04-27,19:19:19,333.33,85.23,153.32999999999998,94.77000000000001,40.754633290703204,14.384658739456277,40.60883553673269,14.339330032145265,159.35283235474543,-40.55399265194663
2010-04-27,19:19:19,23.46,95.23,203.45999999999998,84.77000000000001,83.23086264303258,-14.62117662037817,83.11008254762939,-14.628956394590224,217.68305867467066,-23.962981512073306
2010-04-27,19:19:19,97.07,115.32,277.07,64.67999999999999,160.34069695515075,-21.366179549230853,160.21269349447462,-21.310777650589486,266.5103958125204,32.16936103998212
2010-04-27,19:19:19,192.5,145.42,12.500000000000002,34.58000000000001,198.79409653870619,41.592906071823975,198.67425843129755,41.64914090074521,106.24141226780854,74.71674177858975
2010-04-27,19:19:19,333.33,179.95,153.32999999999998,0.05000000000036243,151.455351608587,42.821011579863935,151.29238827198594,42.87254816090534,176.7617364554021,52.961747357952156
# benchmark table for ARCA
# date and tracks are from http://antares-wiki.in2p3.fr/doku.php?id=benchmarks_astro
# but 200X->202X
# values were obtained with aanet and km3net_testdata/data/detx/KM3NeT_-00000001_20171212.detx
# units: [deg]
# theta, phi: track in horiz. UTM
# DEC/RA: source in equatorial coordinates
date,time,object,azimuth,zenith,RA,DEC,RA-J2000,DEC-J2000
2028-11-08,23:34:54.00,Moon,3.6576081307033697,71.35092471098154,128.14636697331102,16.623005664223662,127.73434194428125,16.722203565207135
2028-10-22,10:30:45.40,Moon,327.50374350367105,95.51487556588009,267.47197159481044,-25.828621208629148,267.0207368060147,-25.819986319050518
2022-03-02,18:20:35.30,Moon,182.3629237631143,102.9049876392159,345.0461398295588,-11.913264039099182,344.75839682166486,-12.030605992213093
2020-11-15,07:03:22.50,Moon,329.4730320298386,85.82529348115085,233.43490665783682,-17.44344038679752,233.14359660155628,-17.37492534498231
2028-11-08,23:34:54.00,Sun,79.70329200113498,153.9378774528576,224.6310971482711,-16.938927075912133,224.22323126271021,-16.822497707142006
2028-10-22,10:30:45.40,Sun,282.81136809229497,55.29317394428203,207.48648269369278,-11.315869222814259,207.09893145843193,-11.171486085825158
2022-03-02,18:20:35.30,Sun,177.61571675181744,100.73492436869027,343.5308366102718,-7.00780643787399,343.245643541187,-7.124227764978525
2020-11-15,07:03:22.50,Sun,326.95040650052243,85.1365073995754,230.98587831105226,-18.616316178850905,230.69351798324212,-18.543961964464437
......@@ -4,12 +4,12 @@
# theta, phi: track in horiz. UTM [deg]
# zenith, azimuth: Source in horiz. UTM [deg]
# DEC-J2000 [gg:mm:ss] / RA-J2000 [hh:mm:ss.d]: source in equatorial coos.
date,time,object,RA-J2000,DEC-J2000,zenith,azimuth,theta,phi
2007-10-04,03:03:03,SIRIUS,06:45:08.9,-16:42:58,68.557,306.352,111.443,126.352
2007-10-04,03:03:03,CANOPUS,06:23:57.1,-52:41:45,99.325,286.886,80.675,106.886
2007-10-04,03:03:03,ARCTURUS,14:15:39.7,+19:10:57,112.046,57.078,67.954,237.078
2007-10-04,03:03:03,ANTARES,16:29:24.4,-26:25:55,163.455,97.911,16.545,277.911
2010-04-27,19:19:19,SIRIUS,06:45:08.9,-16:42:58,75.301,218.497,104.699,38.497
2010-04-27,19:19:19,CANOPUS,06:23:57.1,-52:41:45,106.820,236.579,73.180,56.579
2010-04-27,19:19:19,ARCTURUS,14:15:39.7,+19:10:57,57.039,354.172,122.961,174.172
2010-04-27,19:19:19,ANTARES,16:29:24.4,-26:25:55,111.696,341.513,68.304,161.513
date,time,object,RA-J2000,DEC-J2000,azimuth,zenith,phi,theta
2007-10-04,03:03:03,SIRIUS,06:45:08.9,-16:42:58,306.352,68.557,126.352,111.443
2007-10-04,03:03:03,CANOPUS,06:23:57.1,-52:41:45,286.886,99.325,106.886,80.675
2007-10-04,03:03:03,ARCTURUS,14:15:39.7,+19:10:57,57.078,112.046,237.078,67.954
2007-10-04,03:03:03,ANTARES,16:29:24.4,-26:25:55,97.911,163.455,277.911,16.545
2010-04-27,19:19:19,SIRIUS,06:45:08.9,-16:42:58,218.497,75.301,38.497,104.699
2010-04-27,19:19:19,CANOPUS,06:23:57.1,-52:41:45,236.579,106.82,56.579,73.18
2010-04-27,19:19:19,ARCTURUS,14:15:39.7,+19:10:57,354.172,57.039,174.172,122.961
2010-04-27,19:19:19,ANTARES,16:29:24.4,-26:25:55,341.513,111.696,161.513,68.304
......@@ -8,21 +8,21 @@
# zenith, azimuth: Source in horiz. UTM
# DEC/RA: source in equatorial coos.
# gal_lon, gal_lat: source in galactic coos.
date,time,theta,phi,zenith,azimuth,DEC,RA,DEC-J2000,RA-J2000,gal_lat,gal_lon
2007-10-04,03:03:03,135.0,97.07,45.0,277.07,-1.835,70.712,-1.852,70.613,-29.298,198.7
2007-10-04,03:03:03,11.97,23.46,168.03,203.46,-46.877,260.271,-46.868,260.124,-5.601,342.248
2007-10-04,03:03:03,22.97,97.07,157.03,277.07,-65.282,235.972,-65.255,235.795,-8.128,319.671
2007-10-04,03:03:03,33.97,192.5,146.03,12.5,-27.474,206.778,-27.433,206.667,33.849,317.709
2007-10-04,03:03:03,85.23,333.33,94.77,153.33,14.452,313.527,14.424,313.434,-18.957,61.09
2007-10-04,03:03:03,95.23,23.46,84.77,203.46,-14.555,356.002,-14.599,355.9,-69.839,67.945
2007-10-04,03:03:03,115.32,97.07,64.68,277.07,-21.378,73.091,-21.393,73.007,-35.368,220.919
2007-10-04,03:03:03,145.42,192.5,34.58,12.5,41.539,111.615,41.553,111.477,23.719,176.848
2007-10-04,03:03:03,179.95,333.33,0.05,153.33,42.82,64.3,42.799,64.163,-5.65,158.064
2010-04-27,19:19:19,11.97,23.46,168.03,203.46,-46.877,347.574,-46.935,347.424,-61.877,341.407
2010-04-27,19:19:19,22.97,97.07,157.03,277.07,-65.282,323.275,-65.329,323.06,-40.855,327.862
2010-04-27,19:19:19,33.97,192.5,146.03,12.5,-27.474,294.081,-27.497,293.916,-21.219,11.98
2010-04-27,19:19:19,85.23,333.33,94.77,153.33,14.452,40.83,14.407,40.684,-40.458,159.385
2010-04-27,19:19:19,95.23,23.46,84.77,203.46,-14.555,83.305,-14.563,83.184,-23.871,217.648
2010-04-27,19:19:19,115.32,97.07,64.68,277.07,-21.378,160.394,-21.323,160.266,32.188,266.567
2010-04-27,19:19:19,145.42,192.5,34.58,12.5,41.539,198.918,41.596,198.798,74.735,105.842
2010-04-27,19:19:19,179.95,333.33,0.05,153.33,42.82,151.603,42.871,151.44,53.068,176.728
date,time,phi,theta,azimuth,zenith,RA,DEC,RA-J2000,DEC-J2000,gal_lon,gal_lat
2007-10-04,03:03:03,97.07,135.0,277.07,45.0,70.712,-1.835,70.613,-1.852,198.7,-29.298
2007-10-04,03:03:03,23.46,11.97,203.46,168.03,260.271,-46.871,260.124,-46.868,342.248,-5.601
2007-10-04,03:03:03,97.07,22.97,277.07,157.03,235.972,-65.282,235.795,-65.255,319.671,-8.128
2007-10-04,03:03:03,192.5,33.97,12.5,146.03,206.778,-27.474,206.667,-27.433,317.709,33.849
2007-10-04,03:03:03,333.33,85.23,153.33,94.77,313.527,14.452,313.434,14.424,61.09,-18.957
2007-10-04,03:03:03,23.46,95.23,203.46,84.77,356.002,-14.555,355.9,-14.599,67.945,-69.839
2007-10-04,03:03:03,97.07,115.32,277.07,64.68,73.091,-21.378,73.007,-21.393,220.919,-35.368
2007-10-04,03:03:03,192.5,145.42,12.5,34.58,111.615,41.539,111.477,41.553,176.848,23.719
2007-10-04,03:03:03,333.33,179.95,153.33,0.05,64.3,42.82,64.163,42.799,158.064,-5.65
2010-04-27,19:19:19,23.46,11.97,203.46,168.03,347.574,-46.877,347.424,-46.935,341.407,-61.877
2010-04-27,19:19:19,97.07,22.97,277.07,157.03,323.275,-65.282,323.06,-65.329,327.862,-40.855
2010-04-27,19:19:19,192.5,33.97,12.5,146.03,294.081,-27.474,293.916,-27.497,11.98,-21.219
2010-04-27,19:19:19,333.33,85.23,153.33,94.77,40.83,14.452,40.684,14.407,159.385,-40.458
2010-04-27,19:19:19,23.46,95.23,203.46,84.77,83.305,-14.555,83.184,-14.563,217.648,-23.871
2010-04-27,19:19:19,97.07,115.32,277.07,64.68,160.394,-21.378,160.266,-21.323,266.567,32.188
2010-04-27,19:19:19,192.5,145.42,12.5,34.58,198.918,41.539,198.798,41.596,105.842,74.735
2010-04-27,19:19:19,333.33,179.95,153.33,0.05,151.603,42.82,151.44,42.871,176.728,53.068
......@@ -6,12 +6,12 @@
# in Equatorial Coordinates for epoch J2000.0
# units: [deg]
# values were obtained with astro on 2010-07-15, svn revision 5525
date,time,object,zenith,azimuth,DEC,RA,DEC-J2000,RA-J2000
2008-11-08,23:34:54.00,Moon,69.498,201.331,-1.914,348.977,-1.963,348.860
2008-10-22,10:30:45.40,Moon,57.834,184.180,17.197,133.306,17.230,133.179
2002-03-02,18:20:35.30,Moon,122.894,19.697,-8.162,209.628,-8.153,209.604
2000-11-15,07:03:22.50,Moon,59.308,175.671,21.917,98.854,21.918,98.846
2008-11-08,23:34:54.00,Sun,153.882,79.495,-16.897,224.474,-16.860,224.348
2008-10-22,10:30:45.40,Sun,55.210,282.752,-11.260,201.331,-11.215,207.211
2002-03-02,18:20:35.30,Sun,100.873,177.667,-7.067,343.387,-7.077,343.363
2000-11-15,07:03:22.50,Sun,85.016,326.969,-18.579,230.829,-18.578,230.822
date,time,object,azimuth,zenith,RA,DEC,RA-J2000,DEC-J2000
2008-11-08,23:34:54.00,Moon,201.331,69.498,348.977,-1.914,348.86,-1.963
2008-10-22,10:30:45.40,Moon,184.18,57.834,133.306,17.197,133.179,17.23
2002-03-02,18:20:35.30,Moon,19.697,122.894,209.628,-8.162,209.604,-8.153
2000-11-15,07:03:22.50,Moon,175.671,59.308,98.854,21.917,98.846,21.918
2008-11-08,23:34:54.00,Sun,79.495,153.882,224.474,-16.897,224.348,-16.86
2008-10-22,10:30:45.40,Sun,282.752,55.21,207.331,-11.26,207.211,-11.215
2002-03-02,18:20:35.30,Sun,177.667,100.873,343.387,-7.067,343.363,-7.077
2000-11-15,07:03:22.50,Sun,326.969,85.016,230.829,-18.579,230.822,-18.578