You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No more centroiding in Simple Aperture Photometry plugin (#1841)
* No more centroiding in
Simple Aperture Photometry plugin.
Removed outdated known issue.
Updated docs and tests.
* DOC: Clarify how to recenter
* DOC: Fix grammar
Co-authored-by: Ricky O'Steen <39831871+rosteen@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/imviz/plugins.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,10 @@ an interactively selected region. A typical workflow is as follows:
143
143
2. Draw a region over the object of interest (see :ref:`imviz_defining_spatial_regions`).
144
144
3. Select the desired image using the :guilabel:`Data` dropdown menu.
145
145
4. Select the desired region using the :guilabel:`Subset` dropdown menu.
146
+
You can use the :ref:`imviz-subset-plugin` plugin to center it first on the
147
+
object of interest using its center of mass, if you wish.
148
+
Depending on the object, it may take several iterations for re-centering
149
+
to converge, or it may never converge at all.
146
150
5. If you want to subtract background before performing photometry,
147
151
you have the following 3 options. Otherwise if your image is already
148
152
background subtracted, choose "Manual" and leave the background set at 0:
@@ -240,7 +244,7 @@ catalog dropdown menu.
240
244
This plugin is still under active development. As a result, the search only uses the SDSS DR17 catalog
241
245
and works best when you only have a single image loaded in a viewer.
242
246
243
-
To load a catalog from a supported `JWST ECSV catalog file <https://jwst-pipeline.readthedocs.io/en/latest/jwst/source_catalog/main.html#output-products>`_, choose "From File...".
247
+
To load a catalog from a supported `JWST ECSV catalog file <https://jwst-pipeline.readthedocs.io/en/latest/jwst/source_catalog/main.html#output-products>`_, choose "From File...".
244
248
The file must be able to be parsed by `astropy.table.Table.read` and contain a column labeled 'sky_centroid'.
245
249
Clicking :guilabel:`SEARCH` will show markers for any entry within the filtered zoom window.
0 commit comments