Examples - aetherise/aetherise GitHub Wiki
Filter
aetherise dcm/csv/*.csv -month [9,9] -no [49,56]
dcm/csv/dcm_1925-09-17_49.csv
dcm/csv/dcm_1925-09-17_50.csv
dcm/csv/dcm_1925-09-17_51.csv
dcm/csv/dcm_1925-09-17_52.csv
dcm/csv/dcm_1925-09-17_53.csv
dcm/csv/dcm_1925-09-17_54.csv
dcm/csv/dcm_1925-09-17_55.csv
dcm/csv/dcm_1925-09-17_56.csv
Raw data
aetherise -single -ignore all dcm/csv/*.csv -month [9,9] -no [50,50] -raw_reduced > s.dat
plot_raw.sh s.dat
Data reduction
aetherise -single -ignore all dcm/csv/*.csv -month [9,9] -no [50,50] -reduce > s.dat
plot_signal.sh s.dat
images/example_plot_reduce.png
Difference signal extraction
aetherise -single -ignore all dcm/csv/*.csv -month [9,9] -no [53,54] -reduce -aggregate mean -csv > data.csv
aetherise -single -ignore all dcm/csv/*.csv -month [9,9] -no [49,50] -reduce -aggregate mean -data data.csv -subtract_data > s.dat
plot_signal.sh s.dat