Skip to content

Commit

Permalink
MagEphemFromSpice: added T01S to docstrings... was already in model o…
Browse files Browse the repository at this point in the history
…ptions
  • Loading branch information
drsteve committed Mar 29, 2013
1 parent a3d699a commit b16df42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tools/MagEphemFromSpiceKernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static struct argp_option Options[] = {
{"IntModel", 'i', "model", 0, "Internal Magnetic Field Model to use. Can be CDIP, EDIP, IGRF. Default is IGRF.\n\n", 0},

{ 0, 0, 0, 0, "External Model Options:", 3},
{"ExtModel", 'e', "model", 0, "External Magnetic Field Model to use. Can be OP77Q, T87Q, T89Q, T87D, T89D, TS04D, TS07D.\n", 0},
{"ExtModel", 'e', "model", 0, "External Magnetic Field Model to use. Can be OP77Q, T87Q, T89Q, T87D, T89D, T01S, TS04D, TS07D.\n", 0},
{"Kp", 'K', "Kp", 0, "If set, force Kp to be this value. Use values like 0.7, 1.0, 1.3 for 1-, 1, 1+" },

/*
Expand All @@ -156,6 +156,9 @@ static struct argp_option Options[] = {
"T89D\n"
"\tTsyganenko 1989 model with Qin-Denton input\n"
"\tparameters.\n"
"T01S\n"
"\tTsyganenko 2001 storm model with Qin-Denton input\n"
"\tparameters.\n"
"TS04D\n"
"\tTsyganenko-Sitnov 2004 model with Qin-Denton\n"
"\tinput parameters.\n"
Expand Down

0 comments on commit b16df42

Please sign in to comment.