sarpy icon indicating copy to clipboard operation
sarpy copied to clipboard

SICD TimeCOA validation error

Open RyanUmby opened this issue 10 months ago • 1 comments

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)

RyanUmby avatar Feb 20 '25 17:02 RyanUmby

@RyanUmby Thank you for submitting this issue. Could you please provide an example file that you are trying to process, the expected output and the actual output you are receiving?

petersontex avatar Oct 27 '25 19:10 petersontex