#! /usr/bin/env bash

# Don't stop to display the plots, just save them
export FMM_PLOT_DISPLAY=0
# Plot the data point labels
export FMM_DATA_POINT_LABELS=1

# Remove old plots (DANGER!)

rm *.png

# Clean amps

./fmm_plot.py fmm_eq_white_amp_white.csv
./fmm_plot.py fmm_eq_white_amp_red.csv
./fmm_plot.py fmm_eq_white_amp_green.csv
./fmm_plot.py fmm_eq_white_amp_blue.csv

# crunch amps

./fmm_plot.py fmm_eq_white_amp_yellow.csv
./fmm_plot.py fmm_eq_white_amp_magenta.csv
./fmm_plot.py fmm_eq_white_amp_turquoise.csv

# High-Gain amps

./fmm_plot.py fmm_eq_white_amp_orange.csv fmm_eq_white_amp_orange-low.csv
./fmm_plot.py fmm_eq_white_amp_raspberry.csv fmm_eq_white_amp_raspberry-low.csv
./fmm_plot.py fmm_eq_white_amp_spring_green.csv fmm_eq_white_amp_spring_green-low.csv
./fmm_plot.py fmm_eq_white_amp_violet.csv fmm_eq_white_amp_violet-low.csv


