Skip to content

Commit 264e278

Browse files
authored
Merge branch 'spedas:master' into feature/hia-psd
2 parents d44b508 + e036d36 commit 264e278

1 file changed

Lines changed: 20 additions & 9 deletions

File tree

  • pyspedas/projects/themis/ground

pyspedas/projects/themis/ground/gmag.py

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -272,46 +272,57 @@ def gmag(
272272
"wgry",
273273
]
274274
variometer_sites=[
275+
"154a",
276+
"352a",
277+
"456a",
275278
"anmo",
279+
"bouv",
276280
"casy",
277281
"ccm",
278282
"cola",
279283
"cor",
280284
"dgmt",
281285
"dwpf",
282-
"ecsd",
283-
"eymn",
284286
"e46a",
285287
"e62a",
288+
"ecsd",
289+
"eymn",
286290
"goga",
287291
"hrv",
288292
"j47a",
293+
"k30b",
294+
"k50a",
295+
"k62a",
289296
"kbs",
290297
"kevo",
291298
"kono",
292299
"ksu1",
293-
"k30b",
294-
"k50a",
300+
"m63a",
295301
"mbwa",
302+
"midw",
296303
"mstx",
297-
"m63a",
304+
"n51a",
305+
"n53a",
298306
"o20a",
299-
"pab",
300307
"p57a",
308+
"pab",
301309
"qspa",
302-
"rssd",
303310
"r49a",
311+
"rssd",
312+
"s39b",
313+
"s61a",
304314
"sba",
305315
"sfjd",
306316
"spmn",
307317
"sspa",
308-
"s61a",
309318
"t47a",
319+
"t57a",
310320
"u38b",
311321
"wci",
312322
"whtx",
313323
"wvt",
314-
"352a"
324+
"x48a",
325+
"y49a"
315326
]
316327
sites = (
317328
thm_sites

0 commit comments

Comments
 (0)