Python Level 1 Services

Contents:

  • Quickstart Guide
  • OSIRIS Level 1 Data
  • OSIRIS Level 1 Services
  • Examples
    • Optical Spectrograph Data Example
    • Infrared Sensor Data Example
    • Load ECMWF data for a scan
  • API Reference
Python Level 1 Services
  • Examples
  • View page source

Examples

  • Optical Spectrograph Data Example
    • Load the Spectrograph data for orbit 6432, scan 12
    • The data and added variables are returned as xarray Datasets
    • The corresponding pointing, position, tangent point, and sza info can be accessed through the ‘l1’ xarray accessor
    • Plot the data
    • Load the Spectrograph data for orbit 6432, scan 12 with the RSAS correction
  • Infrared Sensor Data Example
    • Load the IR data for orbit 6432, scan 12
    • The data and added variables are returned as xarray Datasets
    • The corresponding pointing, position, tangent point, and sza info can be accessed through the ‘l1’ xarray accessor
    • Plot the data vs pixel
    • Plot the data vs altitude
    • Plot just night-time data vs altitude (be patient, calculating the sza’s takes a minute)
  • Load ECMWF data for a scan
Previous Next

© Copyright 2018, ARG University of Saskatchewan.

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