Tom J Wilson
Tom J Wilson
This PR is part of the process for establishing the block API for PSF photometry. The documentation in this PR is unlikely to change as the four blocks here --...
This pull request is set up for the discussion of the overall PSF fitting process documentation, the fitting workflow and how each block interacts internally, and should not be merged...
This pull request is set up for the discussion of the forward-looking additions to PSF photometry and should not be merged until after the discussion is finished. In this case...
This pull request is set up for the discussion of the forward-looking additions to PSF photometry and should not be merged until after the discussion is finished. In this case...
This pull request is set up for the discussion of the forward-looking additions to PSF photometry and should not be merged until after the discussion is finished. In this case...
This PR fixes a few minor check/edge cases in ``subtract_psf``. 1) The docstrings say that ``data`` can be an ``astropy.nddata.NDData`` object, but the first line previously checked for ``data.ndim`` which...
Flag ``preserve_id_order`` added to ``BasicPSFPhotometry``, allowing for the re-sorting of ``output_table`` by source ID, overloading the default case where sources are returned in ascending ``group_id``. This would allow for sources...
Added check for NDData.uncertainty being StdDevUncertainty array in construction of EPSFStar object
Added the option for the weights in ``EPSFStar`` objects to be passed from ``StdDevUncertainty`` NDData arrays, extending from the original ``weights`` ``uncertainty_type`` option. Also added brief comment describing the origin...
An initial inclusion of a more robust PSF fitting algorithm, similar in scope to ``IterativelySubtractedPSFPhotometry``. However, instead of fitting sources, subtracting them and fitting sources found in the residual image,...
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),...