mirror of
https://github.com/pim-n/pg-rad
synced 2026-06-17 15:59:35 +02:00
add waypoints (XY/East North) to CountRateOutput
This commit is contained in:
@ -48,6 +48,8 @@ class SimulationEngine:
|
||||
)
|
||||
|
||||
return CountRateOutput(
|
||||
self.landscape.path.x_list,
|
||||
self.landscape.path.y_list,
|
||||
acq_points,
|
||||
sub_points,
|
||||
cps,
|
||||
|
||||
Reference in New Issue
Block a user