Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 5 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"codeRepository": "https://github.com/cta-observatory/ctaplot.git",
"contIntegration": "https://github.com/cta-observatory/ctaplot/actions",
"dateCreated": "2018-07-06",
"datePublished": "2022-04-08",
"dateModified": "2022-04-08",
"downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.6.2.zip",
"datePublished": "2025-10-07",
"dateModified": "2025-10-07",
"downloadUrl": "https://github.com/cta-observatory/ctaplot/archive/v0.6.5.zip",
"issueTracker": "https://github.com/cta-observatory/ctaplot/issues",
"name": "ctaplot",
"version": "0.6.2",
"version": "0.6.5",
"description": "ctaplot provides low-level reconstruction quality-checks metrics computation and vizualisation for Imaging Atmospheric Cherenkov Telescopes such as CTA",
"applicationCategory": "Astronomy",
"releaseNotes": "Version 0.6.2. See changelog: https://github.com/cta-observatory/ctaplot/releases",
"releaseNotes": "Version 0.6.5. See changelog: https://github.com/cta-observatory/ctaplot/releases",
"funding": "Grant 824064",
"funder": {
"@type": "Organization",
Expand Down
2 changes: 1 addition & 1 deletion ctaplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .gammaboard import gammaboard
from .plots.style import set_style

__version__ = '0.6.4'
__version__ = '0.6.5'
20 changes: 3 additions & 17 deletions examples/notebooks/resolution_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,6 @@
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"reco_az, , simu_az, bins=40, ax=axes[0])\n",
"ctaplot.plot_angular_resolution_per_energy(simu_alt, reco_alt, simu_az, reco_az, simu_energy, ax=axes[1]) \n",
"ctaplot.plot_angular_resolution_cta_requirement('south', ax=axes[1], color='black')\n",
"axes[1].legend();\n",
"plt.show()"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -129,8 +116,7 @@
"metadata": {
"pycharm": {
"is_executing": false
},
"scrolled": true
}
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -235,7 +221,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "ctaplot",
"language": "python",
"name": "python3"
},
Expand All @@ -249,7 +235,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.13.5"
},
"pycharm": {
"stem_cell": {
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author = Thomas Vuillaume, Mikael Jacquemont
author_email = thomas.vuillaume@lapp.in2p3.fr
url = https://github.com/cta-observatory/ctaplot
long_description = file: README.rst
github_project = cta-observatory/cta-plot
github_project = cta-observatory/ctaplot
license = MIT

[options]
Expand Down