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

How to apply image formation to CPHD

eleehiga opened this issue · comments

I followed the example to read in CPHD here: https://sarpy.readthedocs.io/en/latest/examples/reading.html#phase-history-cphd-readers but was wondering how to apply image formation to this in order to generate an image?

Unfortunately, sarpy does not implement an image formation processor. You might have a look at MATLAB_SAR Toolbox and see if it suits your needs.

That is correct. If you don't mind MATLAB, the MATLAB SAR Toolbox does include simple, academic implementations of polar formatting and backprojection for spotlight CPHD.