Skip to content

Commit

Permalink
Merge pull request #469 from lsst/tickets/DM-41700
Browse files Browse the repository at this point in the history
DM-41700: Deprecate Naive Centroid
  • Loading branch information
parejkoj committed Apr 15, 2024
2 parents 3e0d921 + cd5d209 commit 8a77981
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/srcSchemaMap.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
"base_GaussianCentroid_y": "no_equivalent",
"base_GaussianCentroid_flag": "no_equivalent",
"base_GaussianCentroid_flag_noPeak": "no_equivalent",
"base_NaiveCentroid_x": "centroid_naive_x",
"base_NaiveCentroid_y": "centroid_naive_y",
"base_NaiveCentroid_flag": "centroid_naive_flag",
"base_NaiveCentroid_flag_noCounts": "no_equivalent",
"base_NaiveCentroid_flag_edge": "no_equivalent",
"base_SdssCentroid_x": "centroid_sdss_x",
"base_SdssCentroid_y": "centroid_sdss_y",
"base_SdssCentroid_xErr": "centroid_sdss_err_xErr",
Expand Down

0 comments on commit 8a77981

Please sign in to comment.