Code Monkey home page Code Monkey logo

sar-calibration-tool's Introduction

SAR Calibration Tool

SAR Calibration Tool (SCT) is the tool for the radiometric and geometric calibration of SAR data.

SCT can be used to analyse SAR products acquired over calibration sites, i.e. locations where calibration targets, like transponders or corner reflectors, are installed, to derive a set of useful information for each target, i.e.:

  • Range and azimuth resolutions
  • Range and azimuth Absolute Localization Errors (ALE)
  • Radar Cross Section (RCS) and Signal to Clutter Ratio (SCR)
  • Incidence, look and squint angles of observation

and more.

These information are collected in a database and can be used to support accurate radiometric and geometric calibration of a given SAR mission data.

In particular, ALE measurements are performed applying both instrument-related corrections (bistatic delay, Doppler shift, ...) and the most relevant geophysical corrections (plate tectonics and Solid Earth Tides (SET) displacements, ionospheric and tropospheric path delays).

Note: The current version of the tool is able to manage only Sentinel-1 data and related orbit files (Earth Explorer format), but it has been designed to be easily extended to other SAR mission data in the future.

Getting Started

Requirements

The packages required by SAR Calibration Tool are specified in the file environment.yml included in its distribution.

Minimum requirements:

  • python 3.5 or higher
  • numpy 1.17 or higher

Install

In order to install SAR Calibration Tool follow these steps:

  1. Clone the SAR Calibration Tool git repository in a folder of your local hard drive and move inside it
  2. In a conda command window, type the following instruction, which creates the proper environment:
$ conda env create --file environment.yml
  1. In the same conda command window, type the following instruction, which activates the created environment:
$ conda activate sct_env
  1. Install the SAR Calibration Tool package using pip tool:
    (note: use the -e option to install it in edit mode)
$ pip install .
<or>
$ pip install -e .

For more details about SCT installation process refer to documentation.

Contents

The SCT distribution includes, in addition to the packages source code, a set of default folders where to store SAR products, auxiliary files, resources, ...

In addition, the docs folder, including all the project documentation, contains two Jupyter Notebooks describing:

  • sct_tutorial.ipynb: how to exploit the SAR Calibration Tool functionalities to analyse a SAR product acquired over a calibration site
  • sct_display_results.ipynb: how to play with the results generated by the SAR Calibration Tool and generate nice plots

For more details about SCT usage refer directly to documentation and to these two notebooks.

License

SCT is distributed under the terms of the MIT License.

See LICENSE file for more details.

sar-calibration-tool's People

Contributors

rpiantanida avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.