MSNoise Logo
1.6.1
  • Installation
  • Workflow
  • Plotting
  • How To’s
  • Interaction Examples & Gallery
    • Plot a Reference CCF
    • Plot an interferogram
  • MSNoise API
  • Core Functions
  • Extending MSNoise with Plugins
  • Help on the msnoise commands
  • Table Definitions
  • About Databases and Performances
  • References
  • Contributors
  • Release Notes
MSNoise
  • Docs »
  • Interaction Examples & Gallery
  • View page source

Interaction Examples & Gallery¶

The following examples are meant to show you how to interact with MSNoise using its API, thus avoiding having to dive into the folder structure.

Users should try examples while checking the MSNoise API. (application programming interface) for understanding the calls to different functions.

In a nutshell, all examples start with the following Python code:

from msnoise.api import db
db = connect()

This, if run in an MSNoise project folder (= a folder where you have already run msnoise db init), will provide a Session object, connected to the database.

../_images/sphx_glr_plot_ref_thumb.png

Plot a Reference CCF¶

../_images/sphx_glr_plot_interferogram_thumb.png

Plot an interferogram¶

Download all examples in Python source code: auto_examples_python.zip

Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

Next Previous

© Copyright 2020, Lecocq, T. & the MSNoise devs Last updated on 2020-02-25 17:25.

Built with Sphinx using a theme provided by Read the Docs.