pub const MAX_TRAJECTORY_SAMPLES: usize = 250_000;Expand description
Hard ceiling for observations produced by one regular trajectory-sampling request.
This is initially aligned with crate::MAX_TRAJECTORY_POINTS. The limit is checked before
the sampler allocates its interpolation buffers or output vector.