Skip to content

Commit

Permalink
refactor: small update
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthalwong committed Oct 18, 2024
1 parent 3e58dc2 commit 678c39c
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 78 deletions.
435 changes: 359 additions & 76 deletions examples/analysis_notebook.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gammapy_tools/analysis/rbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ def rbm_analysis(
skydir=(source_pos.ra.value, source_pos.dec.value),
binsz=config["sky_map"]["bin_sz"],
width=(map_deg, map_deg),
frame="icrs",
proj="CAR",
frame="fk5",
proj="TAN",
axes=[energy_axis],
)
geom_image = geom.to_image().to_cube([energy_axis.squash()])
Expand Down

0 comments on commit 678c39c

Please sign in to comment.