Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/jwst/source_catalog/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ Photometric errors are calculated from the resampled total-error
array contained in the ``ERR`` (``model.err``) array. Note that this
total-error array includes source Poisson noise.

Source Position
---------------
The source centroid is computed as the center of mass of the unmasked pixels
within the source segment (see
`photutils SourceCatalog <https://photutils.readthedocs.io/en/stable/api/photutils.segmentation.SourceCatalog.html>`_
for details). As such, the centroid depends on the source morphology,
the parameters passed to the segmentation algorithm, and the local background
noise properties. This also makes the uncertainty in the centroid position
difficult to estimate, and a formal error estimate is not provided by the step.

Output Products
---------------

Expand Down
Loading