Previous: madrigal.openmadrigal   Up: Internal Madrigal Python API   Next: madrigal.ui.madrigalPlot

Top

madrigal.ui module

Directory of all modules related to madrigal user interface.

"""Directory of all modules related to madrigal user interface."""

Sub-modules

madrigal.ui.madrigalPlot

madrigalPlot is the module that produces plots of Madrigal data.

Presently based on madplotlib: http://matplotlib.sourceforge.net/

$Id: madrigalPlot.py 5365 2015-09-29 19:07:59Z brideout $

madrigal.ui.userData

userData is responsible for interfacing to all persisted user data on the madrigal web site.

This module is meant to hide the storage mechnaism of user data on the madrigal web site, so that the present format (xml files) can be changed by only changing this module. The data stored at the moment c...

madrigal.ui.web

web is the module that interfaces to cgi madrigal web pages.

The web module contains general functions to produce html, along with producing html relating to specific user data or madrigal data.

Previous: madrigal.openmadrigal   Up: Internal Madrigal Python API   Next: madrigal.ui.madrigalPlot