mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-23 21:58:12 +01:00
update LandscapeDirector to be able to build from config.
This commit is contained in:
@ -91,11 +91,11 @@ class LandscapeBuilder:
|
||||
ds=speed*acquisition_time,
|
||||
velocity=speed
|
||||
)
|
||||
|
||||
|
||||
x, y = sg.generate(
|
||||
segments=segments
|
||||
)
|
||||
|
||||
|
||||
self._path = Path(list(zip(x, y)))
|
||||
self._fit_landscape_to_path()
|
||||
return self
|
||||
@ -114,7 +114,7 @@ class LandscapeBuilder:
|
||||
north_col=north_col_name,
|
||||
z=z
|
||||
)
|
||||
|
||||
|
||||
self._fit_landscape_to_path()
|
||||
|
||||
return self
|
||||
|
||||
Reference in New Issue
Block a user