Skip to content

Commit

Permalink
Improve DirectionalIntensity citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Houman.M_Dastjerdi committed Dec 1, 2023
1 parent eb39740 commit fe9a895
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion piscat/Localization/directional_intensity.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ def interpolate_pixels_along_line(self, x0, y0, x1, y1):
References
----------
[1] Wikipedia article containing pseudo code that function was based
Adapted from:
[1] https://stackoverflow.com/questions/3798333/image-information-along-a-polar-coordinate-system
[2] Wikipedia article containing pseudo code that function was based
off of: http://en.wikipedia.org/wiki/Xiaolin_Wu's_line_algorithm
"""
pixels = []
Expand Down

0 comments on commit fe9a895

Please sign in to comment.