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

Draft: Read superstar melibea #49

Open
wants to merge 81 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
1197f8f
Remove unused imports.
aleberti May 29, 2022
177bfc4
Add class to read superstar files.
aleberti May 29, 2022
8139d42
Use different regex for different datalevels.
aleberti May 29, 2022
418a7ef
Prepare drive information only for calibrated files.
aleberti May 29, 2022
b7032e8
Adapt parse_run_info for different datalevels.
aleberti May 29, 2022
0f65eb0
Remainder of previous commit.
aleberti May 29, 2022
6112f6b
Adapt parse_data_info for different datalevels.
aleberti May 29, 2022
6f9f663
Adapt parse_subarray_info for different datalevels.
aleberti May 29, 2022
6771da0
Adapt parse_metadata_info for different datalevels.
aleberti May 29, 2022
246c15e
Adapt get_event_time_difference for different datalevels.
aleberti May 29, 2022
346bf04
Make self.telescopes a list.
aleberti May 30, 2022
56f2c8a
Adapt MARSCalibratedRun.
aleberti Jun 1, 2022
4d2cdda
Adapt event generator.
aleberti Jun 1, 2022
d870323
Use single value for calibrated data.
aleberti Jun 1, 2022
1c03ba7
Do not use different event generators for different data levels.
aleberti Jun 1, 2022
137313a
Add tel_id argument to get_badrmspixel_mask.
aleberti Jun 5, 2022
0668594
Start filling containers.
aleberti Jun 10, 2022
2e8f381
Download superstar files for tests.
aleberti Jul 20, 2022
b70edda
Fill containers.
aleberti Jul 20, 2022
245bd70
Add superstar files to tests.
aleberti Jul 20, 2022
cac95fe
Fix regex for superstar and melibea files.
aleberti Jul 20, 2022
318fc27
FIx typo.
aleberti Jul 20, 2022
9d285a2
Use correct names for trees.
aleberti Jul 20, 2022
4d2a50c
Change parse_data_info for superstar files.
aleberti Jul 20, 2022
53e9990
Update URLs.
aleberti Jul 20, 2022
44a53b7
Add pedestal number property.
aleberti Jul 21, 2022
af288b3
Add number of events.
aleberti Jul 21, 2022
fa17b94
Add superstar files to tests.
aleberti Jul 21, 2022
56de5ff
Add run object for superstar.
aleberti Jul 21, 2022
355a5fe
Fix name of container.
aleberti Jul 21, 2022
ec0f55a
Extract correct values.
aleberti Jul 21, 2022
6c6cf3c
Extract only for calibrated data.
aleberti Jul 21, 2022
5e25306
Do not use tel_id.
aleberti Jul 21, 2022
0483583
Extract event by event.
aleberti Jul 21, 2022
892ab70
Use array_equal.
aleberti Jul 21, 2022
1b9fcc0
Use lists.
aleberti Jul 23, 2022
09ea52f
Compare lists.
aleberti Jul 23, 2022
3d6f5cd
Fix test data download script.
aleberti Jul 23, 2022
683f23e
Add melibea files to download files.
aleberti Jul 23, 2022
ce8d2c4
Start adding melibea files to tests.
aleberti Jul 23, 2022
d8b916c
Add reading of melibea files.
aleberti Jul 23, 2022
0bcb05d
Add melibea files to tests.
aleberti Jul 23, 2022
aee56d3
Use different class for melibea files.
aleberti Jul 23, 2022
12a978e
Change order for checking MARS data level.
aleberti Jul 23, 2022
7cbaa29
Fix variable name.
aleberti Jul 23, 2022
9a0f074
Do not extract atmospheric corrected energies for MC.
aleberti Jul 23, 2022
0b658e2
Change import.
aleberti Jul 23, 2022
78a29eb
Remove f-string.
aleberti Jul 23, 2022
e047650
Add flake8 config.
aleberti Jul 23, 2022
2b1d25e
Run black and isort in tests directory.
aleberti Jul 23, 2022
f09b892
Fix imports with isort.
aleberti Jul 23, 2022
454c251
Run black on __init__.py
aleberti Jul 23, 2022
bd09c90
Fix download script.
aleberti Jul 23, 2022
48d0861
Add codacy configuration file.
aleberti Jul 24, 2022
5813155
Merge branch 'master' into read-superstar-melibea
aleberti Jul 24, 2022
09729f6
Change name of function (remove trailing _).
aleberti Jul 24, 2022
52a6a35
Merge branch 'master' into read-superstar-melibea
aleberti Mar 7, 2023
aedd20a
Fix reading of passwords with special characters from prompt.
aleberti Mar 8, 2023
35ee34e
Changes to make tests pass.
aleberti Mar 13, 2023
43bce71
Add test for MARS datalevels.
aleberti Mar 14, 2023
1ceb8bb
Add ctapipe datalevels.
aleberti Mar 14, 2023
ec45b38
Add sumtrigger for superstar and melibea.
aleberti Mar 16, 2023
9586bdb
Update download script.
aleberti May 14, 2024
4d7cdc7
Merge branch 'master' into read-superstar-melibea
aleberti May 14, 2024
29ef683
Run_numbers to run_id.
aleberti May 14, 2024
9088ce1
Correct producer_id.
aleberti May 14, 2024
ccbb13b
Check only for calibrated and star files.
aleberti May 14, 2024
956fa84
Modify check function.
aleberti May 14, 2024
b0e0a1a
Correct members name for MorphologyContainer.
aleberti May 15, 2024
27e28b4
Remove wrong argument.
aleberti May 15, 2024
25747fe
Correct member name.
aleberti May 15, 2024
ca15969
Correct member name.
aleberti May 15, 2024
974f95a
Remove duplicted and wrong code.
aleberti May 15, 2024
87313f2
Check if telescopes list is subset of another.
aleberti May 15, 2024
44201ee
Correct check on length.
aleberti May 15, 2024
abdf439
Correct list of telescopes.
aleberti May 15, 2024
8de8a49
Add missing pedestal nanosecond array.
aleberti May 15, 2024
bd41712
Remove tel_id key.
aleberti May 15, 2024
e0741a1
Assign telescope with triggers.
aleberti May 15, 2024
8c79dbd
Correct check for HaST data.
aleberti May 15, 2024
e43a203
Retrieve correctly all information.
aleberti May 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ engines:
disable:
- F999
assert_used: skips: ['*/*/test_*.py', '*/test_*.py', 'test_*.py']

Loading
Loading