Skip to content
/ RITSAR Public
forked from dm6718/RITSAR

Synthetic Aperture Radar (SAR) Image Processing Toolbox for Python

License

Notifications You must be signed in to change notification settings

malenie/RITSAR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RITSAR

Synthetic Aperture Radar (SAR) Image Processing Toolbox for Python

Before installation, please make sure you have the following:

To get started, run the demos in ./examples in a python or IPython console or your IDE of choice. For sim_demo, feel free to adjust the parameters located in ./examples/dictionaries.

Current capabilities include modeling the phase history for a collection of point targets as well as processing phase histories using the polar format, backprojection, and omega-k algorithms. Autofocusing can also be performed using the Phase Gradient Algorithm. The current version can interface with AFRL Gotcha and DIRSIG data as well as a data set provided by Sandia.

To install, first download and unzip the repository. Then from the command line, go to the unzipped directory and type "python setup.py install". To uninstall, simply remove the ritsar directory. This can be done by "rm -rf /(Python Directory)/Libs/site-packages/ritsar" for an anaconda distribution of python.

Data included with this toolset includes a small subset of the AFRL Gotch data provided by AFRL/SNA. The full data set can be downloaded separately from https://www.sdms.afrl.af.mil/index.php?collection=gotcha after user registration. Also included is a single dataset from Sandia National Labs.

If anyone is interested in collaborating, I can be reached at dm6718@g.rit.edu. Ideas on how to incorporate a GUI would be greatly appreciated. I would also be interested in adding a fast-factorized backprojection algorithm at some point.

About

Synthetic Aperture Radar (SAR) Image Processing Toolbox for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%