-
A user showed me the following error they were getting on Linux:
```
writing requirements to pvextractor.egg-info/requires.txt
writing pvextractor.egg-info/PKG-INFO
writing top-level names to pvextra…
-
Perhaps packaging things like the erlang connectivity outside of the nfx package would be reasonable?
There is a whole ton of stuff in nfx and I imagine the set of people who want to use everything i…
-
In addition to #2 we should probably add a dedicated `downsample` function to `imageutils` because it's faster (see [Cython implementation in photutils for 2D](https://github.com/astropy/photutils/blo…
cdeil updated
10 years ago
-
After merging #11 I realised the docs for those functions don't show up here:
http://imageutils.readthedocs.org/en/latest/imageutils/index.html
So I wiped the installation and the [log for the fresh …
cdeil updated
10 years ago
-
This is a reminder for myself to move the "sampling" functions to `scikit-image as discussed here: https://github.com/astropy/photutils/pull/84#issuecomment-46189989
cdeil updated
10 years ago
-
-
I realized that when installing scipy, numpy was always getting updated to 1.8 so I fixed that in 43361afb1a965c836e9e74abf2b06a293a0f2a39. Now there is a failure with Numpy 1.6:
```
================…
-
`photutils` now depends on `imageutils`, and I wanted to ask you how we should handle that for the upcoming `photutils 0.1` release (on August 28).
I think the options are:
1. bundle `imageutils` in …
cdeil updated
10 years ago
-
Sound good? Let me know and I can do that.
Actually, most of the tools in `photutils.utils` could go in `imageutils`.
-
Implement `image_to_table` and `table_to_image` conversion functions.
They should take a mask of pixels of interest and optionally give pixel and / or world coordinate columns.
The WCS info will be lo…
cdeil updated
10 years ago