Skip to content

Commit

Permalink
Expand Plasma Wave Experiment headings
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Feb 1, 2024
1 parent 9918e9e commit 7096922
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyspedas/erg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ tplot('erg_orb_l2_pos_gse')

```

#### Electric Field Detector (PWE-EFD)
#### Plasma Wave Experiment - Electric Field Detector (PWE-EFD)
```python
import pyspedas
from pytplot import tplot
Expand All @@ -137,7 +137,7 @@ tplot('erg_pwe_efd_l2_E_spin_Eu_dsi')

```

#### High Frequency Analyzer (PWE-HFA)
#### Plasma Wave Experiment - High Frequency Analyzer (PWE-HFA)
```python
import pyspedas
from pytplot import tplot
Expand All @@ -146,7 +146,7 @@ pwe_hfa_vars = pyspedas.erg.pwe_hfa(trange=['2017-03-27', '2017-03-28'])
tplot('erg_pwe_hfa_l2_low_spectra_eu')
```

#### Onboard Frequency Analyzer (PWE-OFA)
#### Plasma Wave Experiment - Onboard Frequency Analyzer (PWE-OFA)
```python
import pyspedas
from pytplot import tplot
Expand All @@ -155,7 +155,7 @@ pwe_ofa_vars = pyspedas.erg.pwe_ofa(trange=['2017-03-27', '2017-03-28'])
tplot('erg_pwe_ofa_l2_spec_E_spectra_132')

```
#### Waveform Capture (PWE-WFC)
#### Plasma Wave Experiment - Waveform Capture (PWE-WFC)
```python
import pyspedas
from pytplot import tplot
Expand Down

0 comments on commit 7096922

Please sign in to comment.