You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
$\begingroup$ That exactly what I was looking for, except I couldn't find the mentioned reference anywhere on the web, so thanks for the hint. However, I really need a confirmation about the formula correctness including the derivatives too. $\endgroup$Ayoub– Ayoub2020-08-24 16:06:54 +00:00Commented Aug 24, 2020 at 16:06
-
$\begingroup$ I don't think there is a digital version of Langel (1987) anywhere online, but I just found I could view enough of the following reference through Google Books to confirm the equations: Wertz, J. R. "Spacecraft Attitude Determination and Control", (1978). Use the "Search inside" option and search for "Appendix H", you can see the first few pages about Schmidt normalisation. $\endgroup$WJB– WJB2020-08-24 16:27:20 +00:00Commented Aug 24, 2020 at 16:27
-
$\begingroup$ That was useful, thanks again! So, the factors S are used with Gauss functions to obtain Schmidt functions, where: P_Schmidt = S * P_Gauss. But, it's still a long way to go with. I would love to compute directly the P_Schmidt functions since we know that there's recursion relations for them out there. $\endgroup$Ayoub– Ayoub2020-08-24 17:33:32 +00:00Commented Aug 24, 2020 at 17:33
-
$\begingroup$ Are you actually after the final recursive formula for the Schmidt P_n^m(cos(theta)) functions themselves, or are you ultimately trying to write code to calculate these values for geomag problems? I can add links to open source code in a few languages much more easily than I can work back and type up the formula working from those codes right now! $\endgroup$WJB– WJB2020-08-24 19:15:15 +00:00Commented Aug 24, 2020 at 19:15
-
$\begingroup$ Exactly I'm trying to implement a code to calculate those values, any open source code is welcomed! but I can't just take the code without the formula since I need to document that. $\endgroup$Ayoub– Ayoub2020-08-24 21:22:53 +00:00Commented Aug 24, 2020 at 21:22
|
Show 3 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. climate-change), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you