Christoph Deil

Results 472 comments of Christoph Deil

I just saw: `enrico/appertureLC.py` currently is also a command line tool that is called from `bin/enrico_applc`. Same cleanup could be done here.

@migueln - Thanks for the report? Can you post an example config file and command where this issue occurs? That could help us reproduce the issue (if someone has time...

There are only two ["scripts"](http://enrico.readthedocs.org/en/latest/script.html): - `plotMaps.py` - `plotTSMaps.py` Without looking at the code or trying them out it's not clear to me how they are different from the plotting...

@kialio has implemented this very nicely here: https://github.com/kialio/gtapps_mp @kialio : There's no LICENSE on `gtapps_mp` ... do you allow copy & pasting & adapting it for Enrico? Or maybe you'd...

I haven't used `gtapps_mp` or thought about how it should be integrated in Enrico. Unless someone else has time within the next two weeks I suggest we do this in...

At this point both using `gtapps_mp` as an external package and bundling it seems reasonable to me. External package means less work for Enrico development (backwards-compatible `gtapps_mp` updates don't require...

@kialio Is now a good time to copy & paste `gtapps_mp` into Enrico or are there changes coming very soon (e.g. for the new ScienceTools version)?

I was thinking of a sketch drawing of the Fermi satellite with a Python snake around it ... similar to then [rootpy logo](http://www.rootpy.org/). Here's a first try ... it should...

I'll ask Sophia to make a proper drawing of the sketch above ...

I want to query many names in Simbad, to figure out which ones resolve and don't. This is what I tried: https://gist.github.com/cdeil/ad1ffdd724878f4d72d25a117d92d5a5 It doesn't give me what I want, the...