ngageoint / sarpy

A basic Python library to demonstrate reading, writing, display, and simple processing of complex SAR data using the NGA SICD standard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMETAA AF_TYPE

elwell67 opened this issue · comments

Line 354 of io.complex.other_nitf.py

Looks like cmetaa.AF_TYPE is expected to be stored as a list, but now it is stored as separate attributes (TYPE1, TYPE2, & TYPE 3)

Suggest modifying this to "AF_TYPE1" == "N" instead of "AF_TYPE[0] ..."