Skip to content

Commit 614d9d1

Browse files
committed
remake py examples
1 parent 07ae108 commit 614d9d1

31 files changed

+48
-115
lines changed

examples/Example_001_DipoleTrajectory.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,3 @@
5353
plot_trajectory_position(trajectory)
5454
plot_trajectory_velocity(trajectory)
5555

56-
57-
58-

examples/Example_002_UndulatorTrajectory.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@
3333
plot_trajectory_position(trajectory)
3434
plot_trajectory_velocity(trajectory)
3535

36-
37-
38-

examples/Example_003_EPUTrajectory.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@
3636
plot_trajectory_position(trajectory)
3737
plot_trajectory_velocity(trajectory)
3838

39-
40-
41-

examples/Example_004_UndulatorPlusBMTrajectory.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,3 @@
5555
plot_trajectory_position(trajectory)
5656
plot_trajectory_velocity(trajectory)
5757

58-
59-
60-

examples/Example_005_CantedStraightTrajectory.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,3 @@
5555
plot_trajectory_position(trajectory)
5656
plot_trajectory_velocity(trajectory)
5757

58-
59-
60-

examples/Example_006_ImportedFieldTrajectory.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,3 @@
5252
plot_trajectory_position(trajectory)
5353
plot_trajectory_velocity(trajectory)
5454

55-
56-
57-

examples/Example_022_UndulatorSpectrum.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,3 @@
4242
spectrum = osr.calculate_spectrum(obs=[0, 0, 30], energy_range_eV=[100, 200], npoints=200)
4343
plot_spectrum(spectrum)
4444

45-
46-
47-

examples/Example_023_EPUSpectrum.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,3 @@
4646
spectrum = osr.calculate_spectrum(obs=[0, 0, 30], energy_range_eV=[100, 200], npoints=200)
4747
plot_spectrum(spectrum)
4848

49-
50-
51-

examples/Example_032_UndulatorFlux.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,3 @@
4848

4949
plot_flux(flux)
5050

51-
52-
53-

examples/Example_033_EPUFlux.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,3 @@
5353

5454
plot_flux(flux)
5555

56-
57-
58-

0 commit comments

Comments
 (0)