Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package structure #19

Open
gipert opened this issue Dec 5, 2024 · 0 comments
Open

Package structure #19

gipert opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels
discussion Further information is requested

Comments

@gipert
Copy link
Member

gipert commented Dec 5, 2024

.
└── reboost
    ├── build_evt.py
    ├── build_hit.py
    ├── cli.py
    ├── hpge
    │   ├── psd.py
    │   └── surface.py
    ├── __init__.py
    ├── io.py
    ├── lookup
    ├── math
    │   ├── activeness.py
    │   └── stats.py
    ├── optmap
    │   ├── cli.py
    │   ├── convolve.py
    │   ├── create.py
    │   ├── evt.py
    │   ├── __init__.py
    │   ├── mapview.py
    │   ├── numba_pdg.py
    │   └── optmap.py
    ├── shape
    │   ├── cluster.py
    │   ├── group.py
    │   └── reduction.py
    └── spms
    ```
@gipert gipert added the discussion Further information is requested label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants