Christoph Deil

Results 160 issues of Christoph Deil

This is a feature request to add a flux-conserving (and equivalently count-conserving) reprojection method to / from HEALPIX. For HEALPIX HEALPIX it would be trivial, just multiply / divide by...

enhancement
help-wanted

Do you want to also wrap the functionality in `overlapAreaPP.c`? I think we should either do this or remove it. EDIT: changed title from "Wrap or remove `overlapAreaPP.c`?" to "Wrap...

c-extension

Should we move the example data files that are used in the docs (e.g. `docs/figures/pspc_skyview.fits` or `docs/figures/test.reg`) to `pyregion.datasets` to make the docs examples work for the user out of...

docs

The docs contain this note: "pyregion is rather slow, likely due to a inefficient parser." ( see http://pyregion.readthedocs.org/en/latest/index.html#documentation ) It's really slow ... parsing 1000 simple circle regions ``` python...

enhancement

I had never seen the `Sunburst` visualisation before, and while it is very pretty, I don't find it very intuitive to browse. How much work would it be to add...

Would it be possible to turn `filename:lineno(function)` like `glob.py:20(iglob)` into links that open the file at that line when clicked? This would allow quickly browsing and reading the pieces of...

Currently we have three "scripts" (see [here](http://enrico.readthedocs.org/en/latest/script.html) and [here](https://github.com/gammapy/enrico/tree/master/script)) and a lot of "tools" (see [here](http://enrico.readthedocs.org/en/latest/tools.html) and [here](https://github.com/gammapy/enrico/tree/master/bin)). I think we should change the "scripts" to "tools", i.e. put them...

CLEAN
DOCS

We should create an Enrico logo that can be used for the docs pages and presentations. Everyone ... feel free to give it a try and attach an image to...

DOCS

Faissal is producing light curves with 100s of bins, resulting in many 100 GBs of files. The question is how the file sizes can be reduced. One option we were...

ENH

I guess we should use config files for these parts also, but not for the things that are set via environment variables (such as location of weekly, preprocessed and auxiliary...

CLEAN