photutils icon indicating copy to clipboard operation
photutils copied to clipboard

Astropy package for source detection and photometry. Maintainers: @larrybradley and @bsipocz

Results 138 photutils issues
Sort by recently updated
recently updated
newest added

I was looking at the tutorials on the photutils website and there is an error in the source code link. There are two slashes instead of one. This is the...

bug
docs
upstream fix required

Currently the `evaluate` (or `__call__`) functions of `EPSFModel`, `FittableImageModel` etc. require `x` and `y` to be 2D arrays (or at least representative of the coordinate values of a 2D grid),...

psf
epsf

Currently in PSF photometry routines (`BasicPSFPhotometry` etc.) the actual fitting routine (`LevMarLSQFitter` by default) only works with unit weights, as there is no option to pass any uncertainties -- or...

psf

I have a super barebones PR (#739) in which I looked at adding something like this previously, but with the updates to astropy's uncertainty handling subsequently (and me having less...

psf

Pretty lofty goal, but it seems we're not taking full advantage of the `EPSFStar` vs `LinkedEPSFStar` framework only allowing for fitting of a single image to sources at once. With...

psf

Currently both `EPSFModel` and `EPSFBuilder` carry the keyword `shift_val`, which is likely unnecessary. `EPSFModel` carries it around for one instance in `EPSFBuilder` where it is passed to a function --...

psf

At present, in `EPSFBuilder`, when calculating star residual samplings and sigma clipping multiple samplings to find the robust residual for a given grid point -- used to update the interpolation...

psf
epsf

Currently `fitshape` is a required input into PSF fitting routines like `BasicPSFPhotometry`. It might be good if this could be relaxed to allow for a `None` parameter, for example, which...

psf

`FittableImageModel` has a wrapper for varying PSFs in `GriddablePSFModel`. It would be good if there were other options available in 2D interpolation form -- primarily one for `EPSFModel`, to match...

psf

Unlike `FittableImageModel`, `GriddablePSFModel` doesn't accept 2D oversampling (in the form of an `(x, y)` tuple). Presumably this should be extended to match the parameters accepted by the base class? It...

psf