mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-06-18 05:06:42 +02:00
Figure: src: beacon field sizing
This commit is contained in:
parent
5e9f5d5621
commit
47016f867e
2 changed files with 37 additions and 8 deletions
|
@ -47,20 +47,31 @@ field_single_center_time_nomax.%: src/beacon_field.py
|
|||
$< --time $@ single-center --max-rms 0
|
||||
|
||||
field_three: \
|
||||
field_three_left \
|
||||
field_three_center \
|
||||
#
|
||||
field_three_left: \
|
||||
field_three_left_time.pdf field_three_left_time.png \
|
||||
field_three_left_phase.pdf field_three_left_phase.png \
|
||||
field_three_left_time_nomax.pdf field_three_left_time_nomax.png \
|
||||
field_three_left_phase_nomax.pdf field_three_left_phase_nomax.png \
|
||||
#
|
||||
field_three_center: \
|
||||
field_three_center_time.pdf field_three_center_time.png \
|
||||
field_three_center_phase.pdf field_three_center_phase.png \
|
||||
field_three_left_time_nomax.pdf field_three_left_time_nomax.png \
|
||||
field_three_center_time_nomax.pdf field_three_center_time_nomax.png \
|
||||
field_three_center_phase_nomax.pdf field_three_center_phase_nomax.png \
|
||||
#
|
||||
|
||||
|
||||
field_three_left_time.%: src/beacon_field.py
|
||||
$< --time $@ three-left
|
||||
field_three_left_phase.%: src/beacon_field.py
|
||||
$< --phase $@ three-left
|
||||
field_three_left_time_nomax.%: src/beacon_field.py
|
||||
$< --time $@ three-left --max-rms 0
|
||||
field_three_left_phase.%: src/beacon_field.py
|
||||
$< --phase $@ three-left
|
||||
field_three_left_phase_nomax.%: src/beacon_field.py
|
||||
$< --phase $@ three-left --max-rms 0
|
||||
|
||||
field_three_center_time.%: src/beacon_field.py
|
||||
$< --time $@ three-center
|
||||
|
@ -68,8 +79,8 @@ field_three_center_time_nomax.%: src/beacon_field.py
|
|||
$< --time $@ three-center --max-rms 0
|
||||
field_three_center_phase.%: src/beacon_field.py
|
||||
$< --phase $@ three-center
|
||||
field_three_center_time_nomax.%: src/beacon_field.py
|
||||
$< --time $@ three-center --max-rms 0
|
||||
field_three_center_phase_nomax.%: src/beacon_field.py
|
||||
$< --phase $@ three-center --max-rms 0
|
||||
|
||||
|
||||
field_square: \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue