Erin Sheldon
Erin Sheldon
We can easily make it work for psfs and images with different pixel scales. 1. deconvolve image by pixel 1. deconvolve psf by its different pixel 1. deconvolve image by...
let ints and strings go, but not floats
It can't find libbz2 It is probably related to this issue: https://github.com/ContinuumIO/anaconda-issues/issues/2441
A good example is the ngmix photometry which has array and matrix columns. Some of these are covariance matrices, which are naturally represented in memory as a `9x9` matrix not...
The idea here is that points and their error bars really should be tied together currently in PlotKey the error bar does not show, which can be confusing I think....
An example is `label` which can't be set on construction. This does not produce a visible `PlotKey` because label is not set ```python key=PlotKey(0.1, 0.9, halign='left') plt=FramedPlot(key=key) plt.add(Points([3,4], [5,6], label='stuff'))...
The current x11 viewer shows a not anti-aliased view. It would be good if this could use AA, but that isn't supported in plotutils I added a method _show_eps that...
e.g. a starting place would be https://github.com/esheldon/images
e.g. allow color=, type=, size= to be an array of same size as the input points this is I think more efficient than creating and adding a Point() for every...
I noticed that the pupil positions of the photon array are being modifed by RubinOptics.applyTo Here "x, y" are references to the pupil values, not copies https://github.com/LSSTDESC/imSim/blob/b6a633f03336f2e0afcd4009558fefb240e118e3/imsim/photon_ops.py#L92 subsequently these get...