-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upate documentaiton * Add examples * Switch documentation theme to pydata. * Add tutorial * Make some functions "private" * Progress Bar is now optional * Make `CorsikaRunner` be usable inside a context-manager (`with`-statement) * Add compression (level 5) when exporting to hdf5 * Bump version number to 1.0.0 🎉
- Loading branch information
1 parent
223c3e2
commit a3c1559
Showing
26 changed files
with
3,022 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# PAN*das* A*nd* M*ulticore utils for corsik*A*7* | ||
,-.----. ,--.das nd ____ ulticore utils for corsik 7 | ||
,-.----. ,--.das nd ____ ulticore utils for corsik 7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ dist/ | |
corsika_output/ | ||
corsika-*/ | ||
corsika-*.tar.gz | ||
node_modules/ | ||
.ipynb_checkpoints/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,27 @@ | ||
API Documentation | ||
================== | ||
|
||
panama (re-exported from submodules) | ||
------------------------------------ | ||
.. automodule:: panama | ||
:members: | ||
|
||
Fluxes | ||
------- | ||
panama.prompt | ||
------------- | ||
.. automodule:: panama.prompt | ||
:members: | ||
|
||
panama.read | ||
----------- | ||
.. automodule:: panama.read | ||
:members: | ||
|
||
The fluxes here are the `mceq-project/crflux <https://github.com/mceq-project/crflux>`_ | ||
implementations, with very slight modifications to make them faster when working with | ||
numpy/pandas. | ||
panama.run | ||
---------- | ||
.. automodule:: panama.run | ||
:members: | ||
|
||
.. automodule:: panama.fluxes | ||
panama.weights | ||
-------------- | ||
.. automodule:: panama.weights | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Examples | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Contents: | ||
|
||
examples/plot_spectrum.ipynb | ||
examples/complete.ipynb |
Oops, something went wrong.