Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OrcaSong
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Machine Learning
OrcaSong
Commits
4b460c50
Commit
4b460c50
authored
6 years ago
by
ViaFerrata
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit.
parent
dbced085
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/api.rst
+76
-0
76 additions, 0 deletions
docs/api.rst
with
76 additions
and
0 deletions
docs/api.rst
0 → 100644
+
76
−
0
View file @
4b460c50
API Reference
=============
.. contents:: :local:
OrcaSong: Main Framework
------------------------
``orcasong.data_to_images``: Main code
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: orcasong.data_to_images
:no-members:
:no-inherited-members:
.. currentmodule:: orcasong.data_to_images
.. autosummary::
:toctree: api
calculate_bin_edges
calculate_bin_edges_test
main
parse_input
``orcasong.file_to_hits``: Extracting event information
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: orcasong.file_to_hits
:no-members:
:no-inherited-members:
.. currentmodule:: orcasong.file_to_hits
.. autosummary::
:toctree: api
get_event_data
get_primary_track_index
get_time_residual_nu_interaction_mean_triggered_hits
``orcasong.hits_to_histograms``: Making images based on the event info
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: orcasong.hits_to_histograms
:no-members:
:no-inherited-members:
.. currentmodule:: orcasong.hits_to_histograms
.. autosummary::
:toctree: api
compute_4d_to_2d_histograms
compute_4d_to_3d_histograms
compute_4d_to_4d_histograms
convert_2d_numpy_hists_to_pdf_image
get_time_parameters
``orcasong.histograms_to_files``: Saving the images to a h5 file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: orcasong.histograms_to_files
:no-members:
:no-inherited-members:
.. currentmodule:: orcasong.histograms_to_files
.. autosummary::
:toctree: api
store_histograms_as_hdf5
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment