Skip to content

Commit

Permalink
Clarify dipole orientation convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwv committed Jun 3, 2024
1 parent 3a940c3 commit 7d40c75
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 7d40c75

Please sign in to comment.