Larry Bradley

Results 14 issues of Larry Bradley

This is a reminder to implement a polygon aperture based on a polygon region from the `regions` package. This will occur when `regions` is ready and we base all `photutils`...

feature request
aperture
enhancement

Uncertainties from PSF fitting was added in #516, but this feature needs to be added to the narrative documentation. cc: @mirca

docs
psf

### Description This PR adds a `sinh` stretch option to `simple_norm`, which already has the inverse `asinh` stretch. ### Checklist for package maintainer(s) This checklist is meant to remind the...

visualization

The `spacetelescope/stregion` dependency is a frozen copy of `spacetelescope/pyregion`, which in turn is a frozen copy of `astropy/pyregion`, which has not been maintained for many years. The `astropy/pyregion` package has...

Currently annulus regions (e.g. `CircleAnnulusPixelRegion`) are implemented as Compound regions and Compound region masks are restricted to use only `mode='center'` (see https://github.com/astropy/regions/blob/main/regions/core/compound.py#L68). This makes sense for generic user-defined generic regions,...

shapes
feature-request

In #430, I added validation to the shape parameters requiring `radius`, `width`, and `height` parameters to be strictly positive (> 0). That makes complete sense, but it broke @adonath 's...

question
shapes

`Region` objects represent abstract shapes that are not tied to any particular image or WCS transformation. Therefore, WCS-based DS9 coordinate frames are not supported, e.g., `physical`, `detector`, `wcs[0;a-z]`, etc. As...

io.ds9
feature-request

### Description This PR adds a `Lorentz2D` model, analogous to the existing `Lorentz1D` model. - [ ] By checking this box, the PR author has requested that maintainers do **NOT**...

modeling
whatsnew-needed