-
Up for discussion - currently the configuration system includes backward-compatibility hacks, but at what point do we want to clean this out? 1.0?
cc @mdboom
-
We should enable continuous integration on AppVeyor. If anyone wants to open a PR for this, I can flick the switch on the AppVeyor side! (we should just be able to re-use the yaml file from other astr…
-
Sums the total flux in the nxn pixels around the adamom_centroid for n = 1 to N, without **any interpolation**, just the raw pixel values.
-
Move filters into desimodel so that desispec doesn't have to depend upon desisim. Add/move io code to desimodel to read those filters. If needed, standardize filters into a common format for differe…
-
In APE4 and the current master, the test runner and related framework are _not_ in `astropy-helpers`, but rather in `astropy`. The justification from @embray in APE4 is that the tests have to be at …
-
This issue has two components:
- code to calculate filter-weighted integrals and
- data files with tabulated filter curves.
Existing python implementations of the code are in:
- [desisim.filterfunc](…
-
Currently the documentation PDF build on readthedocs is broken.
- https://readthedocs.org/builds/photutils/2008877/
I didn't look yet what is wrong.
We should try and fix this before the release ... …
cdeil updated
8 years ago
-
@kosack - How should we use hessioxxx from ctapipe?
I guess the versions are decoupled, so no need to have hessioxxx as a git submodule here.
Could still be convenient though for devs to get it via `…
cdeil updated
8 years ago
-
I recently noticed `lacosmic` was added in the photutils `detection` subpackage. `lacosmic` has a much broader range of uses than just for detection... It probably belongs better in `imageutils`, rig…
-
I think that we might want to have a flag that indicates whether to install Cython and jinja2. Jinja2 is only required by the astropy core package, and Cython only by a small fraction of affiliated pa…