#!/bin/bash

python ~/open-eprem/eprem-analysis/scatter3D.py \
    --config eprem.cfg \
    --quantity flux \
    --unit "1/(cm^2 s sr MeV/nuc)" \
    --stream-row 3 \
    --stream-column 1 3 5 \
    --stream-face 2 3 4 5 \
    --show-points \
    --elevation 90 --azimuth -90 --rotation -90 \
    --grid-lims -3 +3 \
    --min 1e-7 --max 1e3 --log \
    --save-path images/stream-flux.png \
    --time 2 3 4 5 --time-unit day \
    --energy 1 10 100 --energy-unit MeV \
    --verbose

