New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects
  • 19:13, 5 January 2024PySPEDAS docstring format (hist | edit) ‎[4,981 bytes]Jwl (talk | contribs) (First draft of docstring style guide for PySPEDAS)
  • 08:07, 29 December 2023Translation Sandbox/pt-br (hist | edit) ‎[1,888 bytes]Jwl (talk | contribs) (Created page with "Esta página é um lugar para brincar com os recursos de tradução de idiomas sem danificar o conteúdo do wiki.")
  • 07:07, 29 December 2023Translation Sandbox (hist | edit) ‎[1,793 bytes]Jwl (talk | contribs) (Created page with "This page is a place to play with the language translation features without damaging the wiki contents. === Topic === === Another topic === === More stuff === === A code example === pro some_idl_routine timespan,'2007-03-23' thm_load_state,probe='a',/get_support tplot,['tha_state_pos','tha_state_vel'] end") Tag: Visual edit: Switched
  • 02:55, 29 December 2023SyntaxHighlightingSandbox (hist | edit) ‎[716 bytes]Jwl (talk | contribs) (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...")
  • 19:30, 28 December 2023PySPEDAS simple installation guide (hist | edit) ‎[1,129 bytes]Jwl (talk | contribs) (Created page with "== Simplified Python and PySPEDAS installation == This page is for users who want to get Python and PySPEDAS up and running as simply as possible, with installation instructions that should work well for the majority of PySPEDAS users. == Overview of installation and configuration process == In order to run PySPEDAS, you'll need to set up a few things in your environment: * Install Python * Install a Python IDE (Interactive Development Environment) * Create a Pytho...")