diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-19 01:27:58 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-19 01:27:58 +0100 |
| commit | 8faf32de6de59e22d8f2d82c813e93f1ccce8e73 (patch) | |
| tree | 038776ec103be9ad48a3f8dd4d11544350d073d2 /cli/app/search | |
| parent | aff103cb97ce1f395f0f9c6ac62a10c66495b192 (diff) | |
parameter smoothing
Diffstat (limited to 'cli/app/search')
| -rw-r--r-- | cli/app/search/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 00848d6..8f7cc2b 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -115,7 +115,7 @@ class SinParam: self.t = 0 def update(self): - self.orbit_time.assign((np.pi / 2) / self.orbit_speed.value, immediate=True) + self.orbit_time.assign((np.pi * 0.75) / self.orbit_speed.value, immediate=True) self.t += 1 # randomize the orbit when possible - # - check if we've done one full orbital period |
