Skip to content

Commit

Permalink
Merge pull request #324 from lsst/tickets/DM-44410
Browse files Browse the repository at this point in the history
DM-44410: Clarify dipole orientation convention.
  • Loading branch information
wmwv authored Jun 3, 2024
2 parents 3a940c3 + 7d40c75 commit 3bd53da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/dipoleFitTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ def _setupSchema(self, config, name, schema, metadata):

self.orientationKey = schema.addField(
schema.join(name, "orientation"), type=float, units="rad",
doc="Dipole orientation")
doc="Dipole orientation. Convention is CCW from +x on image.")

self.separationKey = schema.addField(
schema.join(name, "separation"), type=float, units="pixel",
Expand Down

0 comments on commit 3bd53da

Please sign in to comment.