ZH: rename b* scripts

This commit is contained in:
Eric Teunis de Boone 2022-12-08 15:02:14 +01:00
parent 344cc4beea
commit f96d3adb15
6 changed files with 8 additions and 4 deletions

View file

@ -10,8 +10,10 @@ clocks:
./ab_modify_clocks.py
phases:
./ba_beacon_phases.py
./bb_true_phases.py
./ba_measure_beacon_phase.py
./bb_measure_true_phase.py
./bc_baseline_phase_deltas.py
./bd_antenna_phase_deltas.py
period_multiples:
./ca_periods_from_shower.py

View file

@ -22,9 +22,11 @@ Steps:
2. Modify time samples
2. Beacon analysis
1. Find beacon frequency and phase in antenna traces ([./ba_beacon_phases.py])
1. Find beacon frequency and phase in antenna traces ([./ba_measure_beacon_phase.py])
2. Remove phase due to distances
3. Analyse the sigma between antenna pairs
3. Analyse the sigma between antenna pairs
4. Remove 0j part and take the mean of (:,j)
5. Assign mean as clock shift phase of antenna
3. Find k\*2\\pi phase offsets (periods) ([./ca_periods_from_showers.py])