Metadata-Version: 2.4
Name: ncuhep
Version: 0.1.62
Summary: A Python project for NCU High Energy Physics.
Home-page: https://github.com/yourusername/ncuhep
Author: Kah Seng Phay
Author-email: phay_ks@icloud.com
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: iminuit
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: numba
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# NCUHEP

This project provides modules for the purpose of muography data reconstruction and simulation 

    ncuhep.muography.parser
    -parser

    ncuhep.muography.utils
    -cart2slope
    -cart2slope_vec
    -slope2cart
    -slope2cart_vec
    -det2earth
    -det2earth_vec
    -earth2det
    -earth2det_vec
    -zenith_azimuth_deg
    -zenith_azimuth_deg_vec
    -effective_area
    -solid_angle
    -array2combo
    -intercept_
    -multiple_intercept_
    -track_reconstruction
    -homogenous_generator
    -detection_simulation
    -run_homogenous_simulation
    -compute_basis

## Installation

```sh
pip install ncuhep
