-
```
1. Remove commented out code
2. Document how to see commented out code in a file you're working on by
looking at a version before this changeset.
3. Seek out dead code using Java static analysis …
-
```
1. Remove commented out code
2. Document how to see commented out code in a file you're working on by
looking at a version before this changeset.
3. Seek out dead code using Java static analysis …
-
Users can load background chart images.
But, we've removed the image-reader jars from the build.
Here's the exception:
```
Caused by: java.lang.NoClassDefFoundError: org/jaitools/imageutils/ImageLa…
-
```
1. Remove commented out code
2. Document how to see commented out code in a file you're working on by
looking at a version before this changeset.
3. Seek out dead code using Java static analysis …
-
Do you have an example??
According to cli example:
```
#@clicmd("Send and image")
def image_send(self, jid, path):
pass
```
-
Currently, the name of `array_utils._get_slices` indicates that this is a private function and should not be used by the user.
Why is that so?
I propose to expose this function publically. There are …
-
As mentioned in https://github.com/astropy/imageutils/pull/17, Ginga, APLpy, and Glue each have their own class-based image stretching/scaling framework, but it would be nice to have a common generali…
-
im trying to use the add-on in vs2012 but its trowing an error while compiling on imageUtils.cpp line 84
Error 22 error C2057: expected constant expression
this line has:
float qErrors[numPixels]…
-
We should add an `upsample` function to `imageutils`.
@larrybradley has written a block-replicating upsample in photutils (see [here](https://github.com/astropy/photutils/blob/master/photutils/utils/…
cdeil updated
10 years ago
-
Hi,
I'm having trouble importing imageutils with sampling.pyx included. I understand this issue will be moot once imageutils is incorporated into astropy. In the meantime, I can forego up/down sampli…