mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-13 01:53:31 +01:00
ZH: rename b* scripts
This commit is contained in:
parent
344cc4beea
commit
f96d3adb15
6 changed files with 8 additions and 4 deletions
|
@ -10,8 +10,10 @@ clocks:
|
||||||
./ab_modify_clocks.py
|
./ab_modify_clocks.py
|
||||||
|
|
||||||
phases:
|
phases:
|
||||||
./ba_beacon_phases.py
|
./ba_measure_beacon_phase.py
|
||||||
./bb_true_phases.py
|
./bb_measure_true_phase.py
|
||||||
|
./bc_baseline_phase_deltas.py
|
||||||
|
./bd_antenna_phase_deltas.py
|
||||||
|
|
||||||
period_multiples:
|
period_multiples:
|
||||||
./ca_periods_from_shower.py
|
./ca_periods_from_shower.py
|
||||||
|
|
|
@ -22,9 +22,11 @@ Steps:
|
||||||
2. Modify time samples
|
2. Modify time samples
|
||||||
|
|
||||||
2. Beacon analysis
|
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
|
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])
|
3. Find k\*2\\pi phase offsets (periods) ([./ca_periods_from_showers.py])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue