Skip to content

Latest commit

 

History

History
109 lines (70 loc) · 2.33 KB

index.rst

File metadata and controls

109 lines (70 loc) · 2.33 KB

slcl1butils: functions to play with IFREMER L1B Sentinel-1 SLC SAR products

slcl1butils is a library to exploit level 1-B SAR SLC products. Objets manipulated are all xarray.

Acquisition modes available in L1B IFREMER product family are IW and WV.

The products are netCDF files containing datatree object.

.. jupyter-execute:: examples/intro.py



real part SAR cross spectrum

Documentation

Overview

slcl1butils helps to read L1B products (especially IW TOPS Scan SAR acquisitions) containing both intra burst and inter (i.e. overlapping bursts) burst cross spectrum.

Algorithm Technical Baseline Document

Note

The Algorithm Technical Baseline Document (ATBD) describes implemented processing steps from Sentinel-1 SLC product to Level-1C IFREMER products

Examples

Note

here are some examples of usage

Reference

Get in touch

  • Report bugs, suggest features or view the source code on github.

Last documentation build: |today|

.. toctree::
   :maxdepth: 2
   :caption: Home
   :hidden:

.. toctree::
   :maxdepth: 1
   :hidden:
   :caption: Getting Started

   installing

.. toctree::
   :maxdepth: 1
   :hidden:
   :caption: Algorithm description

   atbd

.. toctree::
   :maxdepth: 1
   :hidden:
   :caption: Examples

   examples/display_a_IW_L1B_xspectra
   examples/do_L1C_SAFE_from_L1B_SAFE_example
   examples/plotting_L1B_geometry_with_holoview_example
   examples/plotting_L1B_variables_with_holoview_example

.. toctree::
   :maxdepth: 1
   :hidden:
   :caption: Reference

   basic_api