mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
Figures: fixing Makefile and scripts
This commit is contained in:
parent
81179d617b
commit
9e860792cb
4 changed files with 7 additions and 7 deletions
|
@ -37,11 +37,11 @@ antenna_setup: \
|
||||||
antenna_setup_two.pdf antenna_setup_two.png \
|
antenna_setup_two.pdf antenna_setup_two.png \
|
||||||
#
|
#
|
||||||
|
|
||||||
antenna_setup_four.%: src/four_antenna_geometry.py
|
antenna_setup_four.%: src/antenna_geometry.py
|
||||||
$< $@
|
$< $@ 4
|
||||||
|
|
||||||
antenna_setup_three.%: src/four_antenna_geometry.py
|
antenna_setup_three.%: src/antenna_geometry.py
|
||||||
$< --no-extra $@
|
$< --no-extra $@ 3
|
||||||
|
|
||||||
antenna_setup_two.%: src/four_antenna_geometry.py
|
antenna_setup_two.%: src/antenna_geometry.py
|
||||||
$< --no-extra $@ 2
|
$< --no-extra $@ 2
|
||||||
|
|
|
@ -69,7 +69,7 @@ field_three_center_time_nomax.%: src/beacon_field.py
|
||||||
field_three_center_phase.%: src/beacon_field.py
|
field_three_center_phase.%: src/beacon_field.py
|
||||||
$< --phase $@ three-center
|
$< --phase $@ three-center
|
||||||
field_three_center_time_nomax.%: src/beacon_field.py
|
field_three_center_time_nomax.%: src/beacon_field.py
|
||||||
$< --time $@ three-center --no-max
|
$< --time $@ three-center --max-rms 0
|
||||||
|
|
||||||
|
|
||||||
field_square: \
|
field_square: \
|
||||||
|
|
Binary file not shown.
|
@ -101,7 +101,7 @@ def main(ref=(10,5), A=(40,10), B=(70,12) ):
|
||||||
as compared to a reference timer tr (sr), with annotations.
|
as compared to a reference timer tr (sr), with annotations.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
t = np.linspace(0, 100, 1e3)
|
t = np.linspace(0, 100, int(1e3))
|
||||||
|
|
||||||
t_A, s_A = A
|
t_A, s_A = A
|
||||||
t_B, s_B = B
|
t_B, s_B = B
|
||||||
|
|
Loading…
Reference in a new issue