-
I'm getting some odd results with CygA images when I make it deal with negative flux. This seems to deconvolve a lot worse than positive ones, even though I'm not enforcing positivity. Why the assymet…
-
Originally reported on Google Code with ID 2481
```
When using Highlight Reconstruction Method Colour Propagation you often get pinkish
areas. Sometimes they are caused by wrong white levels. But eve…
-
Normalization for PCA is by column of data. Mean subtraction should be by channel instead of the whole cube.
-
Originally reported on Google Code with ID 2125
```
Describe the problem and how to reproduce it.
Click on Preferences > About > Version and paste all that here.
Operating system (e.g. winXP-32bi…
-
include ability to bg subtract given a predefined window? will need checks for contamination from target?
include optimal extraction based on weights.
-
Seeing as 3 of the bands are for red, green, and blue, there should be a straightforward way of obtaining/plotting such an image -- perhaps through the accessor?
Here is some sample code that could b…
-
I'm calling image.track for the first time in my program like this:
```
bb = blob.boundingBox()
ts = img.track(img=img, bb=bb, nframes=20)
```
I get this error:
ERROR:
Traceback (most recent call …
-
once you are saving the sky level, print that sky level on the progress plots, along with the medians of the data and scene.
also construct the dpsf \* this_scene + sky and stretch it identically to …