-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Mott Scattering code. Added MagEphemFromTLE.c
- Loading branch information
1 parent
7b00c70
commit 154a471
Showing
8 changed files
with
2,144 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ void StringSplit( char *Str, char *StrArray[], int len, int *n ); | |
#define KP_DEFAULT 0 | ||
|
||
const char *ProgramName = "MagEphemFromSpiceKernel"; | ||
const char *argp_program_version = "1.1.0"; | ||
const char *argp_program_version = "1.8.0"; | ||
const char *argp_program_bug_address = "<[email protected]>"; | ||
static char doc[] = | ||
"Computes the magnetic ephemeris of a S/C from trajectories determined from SPICE kernel files.\n\n" | ||
|
Oops, something went wrong.