Table of Contents

Class: madIsrRecordSummary ui/madrigalPlot.py

madIsrRecordSummary is the class that produces a summary plot of a single ISR record.

Methods   
__init__
  __init__ 
__init__ (
        self,
        TiData,
        TiError,
        TeData,
        TeError,
        VoData,
        VoError,
        NelData,
        NelError,
        isPopl,
        description,
        fullFilename,
        useRange=False,
        altResl=None,
        )

__init__ writes a madIsrRecordSummary to a file.

Inputs:

TiData - an Nx2 numeric array of Ti (col 0) and altitude in km (col 1)

TiError - an N length array of error in Ti

TeData - an Nx2 numeric array of Te (col 0) and altitude in km (col 1)

TeError - an N length array of error in Te

VoData - an Nx2 numeric array of Vo (col 0) and altitude in km (col 1)

VoError - an N length array of error in Vo

NelData - an Nx2 numeric array of (Popl or Nel in m^-3) (col 0) and altitude in km (col 1)

NelError - an 2xN length array of lower, upper error in Popl or Nel

isPopl - true if Nel contains Popl data, false if Nel data

description - text to put in fourth panel of plot - use carriage returns to separate lines

fullFilename - full filename to save output png file.

useRange - if False (the default), y axis = Altitude. If True, y axis = Range.

altResl - altitude resolution in km. If not None, show altitude resolution on each graph.

Returns: void

Affects: None


Table of Contents

This document was automatically generated on Fri May 30 14:39:57 2008 by HappyDoc version r1_5