Skip to content

[ENH] move BaseIntegrationEngine class vars to config #304

@o-murphy

Description

@o-murphy

We should move this configuration constants from Base Engine to the config. It is not frequently changing and not obvious way to document it.

    """All calculations are done in imperial units (feet and fps)."""

    APEX_IS_MAX_RANGE_RADIANS: float = 0.0003  # Radians from vertical where the apex is max range
    ALLOWED_ZERO_ERROR_FEET: float = 1e-2  # Allowed range error (along sight line), in feet, for zero angle
    SEPARATE_ROW_TIME_DELTA: float = 1e-5  # Difference in seconds required for a TrajFlag to generate separate rows

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions