Skip to content

Commit

Permalink
[fix] correct erroneously replaced yrs/institutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jono3030 committed Nov 8, 2022
1 parent 53f13f2 commit deae468
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions miracl/sta/miracl_sta_track.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def helpmsg():
- Diffusion Toolkit
-----------------------------------
(c) Qiyuan Tian @ AICONSlab, 2022
(c) Qiyuan Tian @ Stanford University, 2016
qytian@stanford.edu
(c) Maged Goubran @ AICONSlab, 2022
maged.goubran@utoronto.ca
Expand Down Expand Up @@ -103,7 +103,7 @@ def parse_inputs(parser, args):
def doggen(sigma=None, X=None, Y=None, Z=None):
"""Function to generate derivative of Gaussian kernels, in 1D, 2D and 3D.
(c) Qiyuan Tian, McNab Lab, AICONSlab, September 2015
(c) Qiyuan Tian, McNab Lab, Stanford University, September 2015
Args:
sigma ():
Expand Down Expand Up @@ -138,7 +138,7 @@ def doggen(sigma=None, X=None, Y=None, Z=None):
def gaussgen(sigma):
""" Function to generate Gaussian kernels, in 1D, 2D and 3D.
(c) Qiyuan Tian, McNab Lab, AICONSlab, September 2015
(c) Qiyuan Tian, McNab Lab, Stanford University, September 2015
Args:
sigma:
Expand Down Expand Up @@ -355,4 +355,4 @@ def main(args):


if __name__ == "__main__":
main(sys.argv)
main(sys.argv)
4 changes: 2 additions & 2 deletions miracl/sta/miracl_sta_track_primary_eigen.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def helpmsg():
- Diffusion Toolkit
-----------------------------------
(c) Qiyuan Tian @ AICONSlab, 2022
(c) Qiyuan Tian @ Stanford University, 2016
qytian@stanford.edu
(c) Maged Goubran @ AICONSlab, 2022
maged.goubran@utoronto.ca
Expand Down Expand Up @@ -131,4 +131,4 @@ def main(args):


if __name__ == "__main__":
main(sys.argv)
main(sys.argv)

0 comments on commit deae468

Please sign in to comment.