Skip to content

Commit

Permalink
left a stupid parameter in the real SH
Browse files Browse the repository at this point in the history
  • Loading branch information
flip phillips committed Aug 4, 2018
1 parent ba29b61 commit 79cb160
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

## [Unreleased changes]


* * *

## [1.0.3] - 2018-08-04
### Added
- `FFTShift` and `InverseFFTShift` to mimic Matlab's stuff.
- `RealSphericalHarmonicY` real-valued SHs
Expand Down
4 changes: 2 additions & 2 deletions FPTools/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Publisher -> "Skidmore Vision Lab",
Copyright -> "©2018- Flip Phillips & Misc Contributors",
License -> "MIT",
Version -> "1.0.3",
BuildNumber -> "158",
Version -> "1.0.4",
BuildNumber -> "160",
MathematicaVersion -> "11.2+",
URL -> "https://github.com/flipphillips/FPTools",
Thumbnail -> "Documentation/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion FPTools/Signals.wl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ RealSphericalHarmonicY[l_,m_,th_,phi_] := Module[{k},

Piecewise[{
{Sqrt[2]*(-1)^m*k*Cos[m*phi]*LegendreP[l, m, Cos[th]], m > 0},
{k[l, m]*LegendreP[l, m, Cos[th]], m == 0},
{k*LegendreP[l, m, Cos[th]], m == 0},
{Sqrt[2]*(-1)^m*k*Sin[(-m)*phi]*LegendreP[l, -m, Cos[th]], m < 0}}]
]
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"prerelease": true,
"major_version": 1,
"minor_version": 0,
"revision_number": 3,
"build_number": 159,
"date": "Sat Aug 4 14:35:37 EDT 2018"
"revision_number": 4,
"build_number": 161,
"date": "Sat Aug 4 17:15:45 EDT 2018"
}

0 comments on commit 79cb160

Please sign in to comment.