mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-14 20:09:15 +02:00
figure: moved beacon_field.py from simulation repository
This commit is contained in:
parent
151e711583
commit
3e6ba822d7
3 changed files with 293 additions and 1 deletions
|
@ -3,11 +3,19 @@
|
|||
all: dist
|
||||
dist: \
|
||||
sine_beacon.pdf sine_beacon.png \
|
||||
ttl_beacon.pdf ttl_beacon.png
|
||||
ttl_beacon.pdf ttl_beacon.png \
|
||||
field_singleleft_time.pdf field_singleleft_time.png \
|
||||
field_singleleft_phase.pdf field_singleleft_phase.png \
|
||||
field_singlecenter_time.pdf field_singlecenter_time.png \
|
||||
field_singlecenter_phase.pdf field_singlecenter_phase.png
|
||||
|
||||
dist-clean:
|
||||
rm -v sine_beacon.*
|
||||
rm -v ttl_beacon.*
|
||||
rm -v field_singleleft_time.*
|
||||
rm -v field_singleleft_phase.*
|
||||
rm -v field_singlecenter_time.*
|
||||
rm -v field_singlecenter_phase.*
|
||||
|
||||
beacon_spatial_time_difference_setup.pdf: src/beacon_spatial_time_difference_setup.py
|
||||
$< $@
|
||||
|
@ -18,3 +26,12 @@ sine_beacon.%: src/single_beacon.py
|
|||
ttl_beacon.%: src/single_beacon.py
|
||||
$< --periods 2 --with-rates ttl $@
|
||||
|
||||
field_singleleft_time.%: src/beacon_field.py
|
||||
$< --time $@ single-left
|
||||
field_singleleft_phase.%: src/beacon_field.py
|
||||
$< --phase $@ single-left
|
||||
|
||||
field_singlecenter_time.%: src/beacon_field.py
|
||||
$< --time $@ single-center
|
||||
field_singlecenter_phase.%: src/beacon_field.py
|
||||
$< --phase $@ single-center
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue