Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: davidemiceli93/ctapipe

Tags

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cta-observatory#1698 from HealthyPear/tests

Fix bugs in TwoPassWindowSum and define better unit-test

v0.10.5

Toggle v0.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cta-observatory#1639 from kosack/fix/twopassextractor

fix a bug in twopass extractor where the timing slope was wrong

v0.10.4

Toggle v0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cta-observatory#1630 from cta-observatory/show_plu…

…gins

Show installed io plugins in ctapipe info, fixes cta-observatory#1540

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix read_table (cta-observatory#1605)

* return Table not QTable from h5_table_to_astropy or read_table

Also renamed the function to read_table everywhere (it was already called that, but was aliased as read_table while privately named h5_table_to_astropy, which could be confusing)

* fix tests too

* Fix docstring

Co-authored-by: Maximilian Nöthe <[email protected]>

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Match data types of default values and calculated parameters (cta-obs…

…ervatory#1601)

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix handling of telescope parameters from cli for string values, fixes 

…cta-observatory#1559 (cta-observatory#1560)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add removed exclude back. (cta-observatory#1529)

v0.10.0.post1

Toggle v0.10.0.post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add v0.10 doi (cta-observatory#1530)

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix workflow def

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make output path of provenance.log configurable (cta-observatory#1432)

* write provenance file in append mode

* add provenance_dir as trait

* add tests

* add prov_filename attribute

* make provenance_log a path trait with file name

* create filepath if it does not exist