Konstantin Ladutenko 7 years ago
parent
commit
2af6603a52
1 changed files with 3 additions and 3 deletions
  1. 3 3
      phase-encoding-simple.py

+ 3 - 3
phase-encoding-simple.py

@@ -2,12 +2,12 @@
 # -*- coding: UTF-8 -*-
 # -*- coding: UTF-8 -*-
 from scipy.optimize import differential_evolution
 from scipy.optimize import differential_evolution
 import numpy as np
 import numpy as np
-voxel_num = 6
-phase_range = np.pi
+voxel_num = 5
+phase_range = np.pi/2
 phase_init = 0.0
 phase_init = 0.0
 
 
 total_periods = 50
 total_periods = 50
-rf_samples_per_period = 10
+rf_samples_per_period = 7
 
 
 voxel_amplitudes = np.random.rand(voxel_num)
 voxel_amplitudes = np.random.rand(voxel_num)
 test_amplitudes = np.zeros(voxel_num)
 test_amplitudes = np.zeros(voxel_num)