Christoph Deil
Christoph Deil
I also think that returning `NaN` is fine / preferable to warnings. As far as I know, this is consistent with the behaviour of `astropy.wcs` which simply returns `NaN` for...
The last stable pyregion 1.2 release is broken, so I'll go ahead and make a new release v2.0 now (see #94 ) Moving this issue to the v2.1 milestone now.
I'm not sure this is the best way to implement this. In the `reproject_exact` method there might be a way to implement the flux-conserving mode without the separate extra computation...
> what is the status of flux conservation in reproject? It's not available yet. Someone would have to implement a function to compute pixel area (i.e. solid angle) images first....
Looks like @bernie-simon and @mdboom working on the [`sphere`](https://github.com/spacetelescope/sphere) repo. If this gets included in the Astropy core we could consider using it here (if it has the functionality /...
Probably the Sunburst just takes some getting used to (as would any other viz). I think #14 will help, too.
I think I figured out why I find the square map more intuitive than then sunburst, it's because for me comparing areas easier than angles, i.e. it lets me more...
This feature would be great! 1. search for the function you're interested in in the table search field 2. click it and the sunburst zooms in on it 3. explore...
@davidsanchez The ScienceTools `v9r31p1` from April 2013 use Python 2.7 which has `argparse` in the standard library. Do we have any ambition of supporting older ScienceTools versions that used Python...