-
In 51bee796352cc044e60df92abe70ea8345f6801c I did a little code cleanup for the geom _fill_header_from_axes method and noticed that tests still pass if I change from `start=1` to `start=2`.
This me…
cdeil updated
6 years ago
-
Currently the error message when calling `SkyMap.read` on a file with no image is cryptic:
```
In [19]: map = SkyMap.read('$GAMMAPY_EXTRA/test_datasets/irf/hess/pa/hess_aeff_2d_023523.fits.gz')
-----…
cdeil updated
6 years ago
-
Hello again! Just reinstalled uSkyBlock on a fresh new server. It created skyworld and skyworld_nether. I'm able to teleport to skyworld_nether via multiverse commands, and it is indeed a nether world…
-
This is an issue to track feedback on [DC2_Postage_Stamps.ipynb](../blob/master/Notebooks/DC2_Postage_Stamps.ipynb) by @wmwv. Some feedback that was specifically requested:
* "How do I even use/ge…
-
Running
```
bkg_estimator = ReflectedRegionsBackgroundEstimator(
obs_list=obs_list,
on_region=on_region,
exclusion_mask=exclusion_mask,
)
bkg_estimator.run()
image_estimator = IA…
-
Hi,
In MAGIC to have a quick look of the excesses in an observation and to assess their significance we use theta2 plots.
These are basically histograms of the ON and OFF counts in theta2 (angular…
-
Review Jim's notebooks for access the DRP using butler. Make sure they are tutorial-ready, sit inside this repo and are organized. We will also add more notebooks that cover similar topics as in #185 …
yymao updated
6 years ago
-
I find the following astrolib calls Does this look ok-ish?
I also mention the possible swe_functions. Some of the underlying functions from astrolib (ten, precess, co_nutate, co_abberation) are part…
-
When using a map in regular (gadf) format (see http://gamma-astro-data-formats.readthedocs.io/en/latest/skymaps/index.html), the axis names are not properly exported in the BAND HDU. The columns are t…
-
(This is based in part on the discussion in #700)
We should add a function/class that retrieves the Schlegel, Finkbeiner, and Davis 1998 dustmaps, caches them, and uses that to get E(B-V) at arbitra…