print, "Hello World!"
print, 'At any stop statement press .c to continue'
timespan, '2007-3-23', 1
doc_library, 'thm_load_fgm'
stop
thm_load_fgm, probe = 'b c', level = 'l2'
tplot_names
stop
tplot, 'thb_fgs_dsl'
stop
tplot_options, 'title', 'THEMIS SciSoft Examples'
thm_load_state, probe = 'b'
tplot, 'thb_fgs_dsl thb_state_pos'
tplot_names
stop
del_data, '*_dsl'
thm_load_fgm,datatype='fgs',probe='b',coord='gsm', level = 'l2'
thm_cotrans, 'thb_state_pos', 'thb_state_pos_gsm', out_coord = 'gsm'
tplot_names
stop
tplot, 'thb_state_pos*'
tlimit,'2007-03-23/16:00:00','2007-03-23/20:00:00'
stop
xyz_to_polar, 'thb_state_pos_gsm'
xyz_to_polar, 'thb_fgs_gsm'
tplot,['thb_state_pos_gsm_mag','thb_fgs_gsm_mag']
print, 'Call "tlimit" with no arguments to zoom in using the cursor'
stop
tlimit,'2007-03-23/00:00:00','2007-03-23/24:00:00'
stop
get_data, 'thb_state_pos_gsm_mag', data = d
help, /str, d
stop
d.y = d.y/6374
store_data, 'thb_state_pos_gsm_mag_re', data = d
del_data,'thb_state_pos_gsm_re'
tKm2Re,'thb_state_pos_gsm_mag'
tplot, 'thb_fgs_gsm_mag'
tplot, var_label = 'thb_state_pos_gsm_mag_re'
stop
cwd
cwd, '.'
stop
makepng
makegif,'demo'
popen,'demo2'
tplot
pclose
tplot_ascii, 'thb_fgs_gsm_mag'
stop
get_data, 'thb_fgs_gsm', data = d, dlimits = dl
help, /str, d
help, /str, dl
help, /str, dl.data_att
print, dl.data_att.coord_sys
stop
end