fix в задании азимута
This commit is contained in:
-1
@@ -80,7 +80,6 @@ class AngularMotionService(
|
||||
val config = AngularMotionConfig(
|
||||
focus = request.focusMm ?: defaultConfig.focus,
|
||||
stepPuud = request.stepPuudSec ?: defaultConfig.stepPuud,
|
||||
stepSdi = request.stepSdiSec ?: defaultConfig.stepSdi,
|
||||
)
|
||||
val sourcePoints = loadOrbitalPoints(request, config)
|
||||
val stepper = RungeStepper(sourcePoints.toMutableList(), EarthType.PZ90d02)
|
||||
|
||||
Reference in New Issue
Block a user