Skip to content

SICD TimeCOA validation error #582

@RyanUmby

Description

@RyanUmby

The validation check for the TimeCOA polynomial doesn't take into account negative numbers,

This line should become

if timecoa_poly.shape == (1, 1) or numpy.all(numpy.abs(timecoa_poly.flatten()[1:]) < 1e-6)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions