-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start working on table loader * Add test for reading by tel_type dl1 files * Implement more loading * add get_structure and TableLoader to ctapipe.io namespace * Update conftest for ctapipe-process * Produce and prepare DL2 shower geometry test file * add ctapipe.io.tableloader to docs * add GEOMETRY_GROUP and get_tel_ids function * always load trigger and check table when loading shower_table * Add read_subarray_events * Add unit-test for get_tel_ids * Add 'read_events' and 'read_events_by_tel_type' * update and improve unit-testing * add module docstring * improve class dosctring * add traitlets' helpers * add provenance * fix and add missing docstrings * Explicit required input types in 'read_events' & 'read_events_by_type' * Add check to get_tel_ids for valid telescope types * Add support for true image parameters * Move get_tel_ids to SubarrayDescription * Fix ref in docs * Refactor table loader * Address codacy issues * Fix docs of ProcessTool, document it Co-authored-by: Michele Peresano <[email protected]>
- Loading branch information
1 parent
af5018f
commit 5ff5401
Showing
14 changed files
with
760 additions
and
15 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 |
---|---|---|
|
@@ -425,6 +425,7 @@ good-names=i, | |
x, | ||
y, | ||
n, | ||
f, | ||
ex, | ||
_ | ||
|
||
|
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
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
Oops, something went wrong.