wl shift issue

This commit is contained in:
Benoît Sierro
2021-06-04 14:41:56 +02:00
parent c3511dc2ff
commit 7c0daa0787
14 changed files with 35 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ dt = 1e-15
field_file = "testing/configs/custom_field/init_field.npz"
length = 1
mean_power = 220e-3
readjust_wavelength = true
repetition_rate = 40e6
t_num = 2048
wavelength = 1000e-9

View File

@@ -1,6 +1,7 @@
dt = 1e-15
field_file = "testing/configs/custom_field/init_field.npz"
length = 1
readjust_wavelength = true
t_num = 2048
wavelength = 1000e-9
z_num = 32

View File

@@ -2,6 +2,7 @@ dt = 1e-15
field_file = "testing/configs/custom_field/init_field.npz"
length = 1
peak_power = 20000
readjust_wavelength = true
t_num = 2048
wavelength = 1593e-9
z_num = 32

View File

@@ -2,6 +2,7 @@ dt = 1e-15
input_transmission = 1
length = 1
prev_data_dir = "testing/configs/custom_field/recover_data"
readjust_wavelength = true
t_num = 2048
wavelength = 1000e-9
z_num = 32

View File

@@ -2,6 +2,7 @@ dt = 1e-15
input_transmission = 0.9
length = 1
prev_data_dir = "testing/configs/custom_field/recover_data"
readjust_wavelength = true
t_num = 2048
wavelength = 1000e-9
z_num = 32

View File

@@ -15,6 +15,7 @@ wavelength = 1050e-9
behaviors = ["spm", "raman", "ss"]
lower_wavelength_interp_limit = 300e-9
raman_type = "agrawal"
readjust_wavelength = true
t_num = 16384
time_window = 37e-12
tolerated_error = 1e-11

View File

@@ -16,6 +16,7 @@ wavelength = [1050e-9, 1321e-9, 1593e-9]
behaviors = ["spm", "raman", "ss"]
lower_wavelength_interp_limit = 300e-9
raman_type = "agrawal"
readjust_wavelength = true
t_num = 16384
time_window = 37e-12
tolerated_error = 1e-11