All public logs

Jump to navigation Jump to search

Combined display of all available logs of SPEDAS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:55, 29 December 2023 Jwl talk contribs created page SyntaxHighlightingSandbox (Created page with "Python highlighting examples: <syntaxhighlight lang="python"> def ex_analysis(plot=True): """Create a plot with THEMIS data.""" # Delete any existing pytplot variables del_data() # Download THEMIS state data for 2015-12-31 time_range = ['2015-12-31 00:00:00', '2015-12-31 23:59:59'] state(probe='a', trange=time_range) # Use some analysis functions on tplot variables subtract_average('tha_pos') subtract_median('tha_pos') # Plot...")