Skip to content

Commit

Permalink
Support data no longer supplied as arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Dec 8, 2023
1 parent aa3ae22 commit 5970038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspedas_examples/examples/ex_dsl2gse.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def ex_dsl2gse(plot=True):
varnames=['tha_spinras', 'tha_spindec'])
pyspedas.themis.fgm(probe='a', trange=time_range, varnames=['tha_fgl_dsl'])

dsl2gse('tha_fgl_dsl', 'tha_spinras', 'tha_spindec', 'tha_fgl_gse')
dsl2gse('tha_fgl_dsl', 'tha_fgl_gse')

# Get the third component only
d_in = pytplot.get_data('tha_fgl_dsl')
Expand Down

0 comments on commit 5970038

Please sign in to comment.