Skip to content

Commit

Permalink
Merge pull request #1991 from larrybradley/whats-new
Browse files Browse the repository at this point in the history
Update what's new for 2.1.0
  • Loading branch information
larrybradley authored Jan 4, 2025
2 parents c2ef6eb + b490ed5 commit 8e5f1c8
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions docs/whats_new/2.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,45 @@ The ``aperture_photometry`` output table will now include a
not a sky aperture.


Deblended Labels Mapping in Segmentation Image
----------------------------------------------

The ``SegmentationImage`` class now includes properties to identify and
map any deblended labels. The ``deblended_labels`` property returns a
list of deblended labels, the ``deblended_labels_map`` property returns
a dictionary mapping the deblended labels to the parent labels, and the
``deblended_labels_inverse_map`` property returns a dictionary mapping
the parent labels to the deblended labels.


Star Finder Limits API Change
-----------------------------

Detected sources that match interval ends for sharpness, roundness, and
maximum peak values (``sharplo``, ``sharphi``, ``roundlo``, ``roundhi``,
and ``peakmax``) are now included in the returned table of detected
sources by ``DAOStarFinder`` and ``IRAFStarFinder``. Similarly, detected
sources that match the maximum peak value (``peakmax``) are now included
in the returned table of detected sources by ``StarFinder``.


Find Peaks Border Width
-----------------------

The ``find_peaks`` ``border_width`` keyword can now accept two values,
indicating the border width along the the y and x edges, respectively.


Gini Coefficient
----------------
Border Exclusion in DAOStarFinder and StarFinder
------------------------------------------------

When ``exclude_border`` is set to ``True`` in the ``DAOStarFinder`` and
``StarFinder`` classes, the excluded border region can now be different
along the x and y edges if the kernel shape is rectangular.


Gini Coefficient Mask
---------------------

An optional ``mask`` keyword was added to the ``gini`` function to allow
for the exclusion of certain pixels from the calculation of the Gini
Expand Down

0 comments on commit 8e5f1c8

Please sign in to comment.