Metadata-Version: 2.3
Name: sar_apps
Version: 0.0.1
Summary: Basic Synthetic Aperature Radar Applications
Project-URL: Homepage, https://gitlab.com/SteffenME1/sar_apps
Project-URL: Issues, https://gitlab.com/SteffenME1/sar_apps/-/issues
Author-email: Steffen Merseburg <steffen.merseburg@space-eye.org>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# SAR Apps
A small module for a few basic Synthetic Aperature Radar Applications for dual channel (Sentinel-1) images using numpy and scipy.

## Overview
A few filters and Detectors are implemented.
### Filters 
- guard window filter
- Polarimteric Whitening
- Mean Square Error Polarimteric Whitening
- Polarimetric Notch Filter
- Polarimetric Match Filter
- Depolarization Ratio Anomaly Detector 
- Normalised Intensity Sum

### Detector
- Sell Averaging Constant False Alarm Rate
- Combined Depolarization Ratio Anomaly Detector

## Installation
To install the library, use pip:

```bash
pip install sar_apps
```
## Contributing
Contributions are welcome! Please submit a pull request with your changes.

## License
This library is licensed under the MIT License. See LICENSE for details.