Class: MadrigalInstrument | madrigalWeb/madrigalWeb.py | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
MadrigalInstrument is a class that encapsulates information about a Madrigal Instrument.Attributes: name (string) Example: 'Millstone Hill Incoherent Scatter Radar' code (int) Example: 30 mnemonic (3 char string) Example: 'mlh' latitude (double) Example: 45.0 longitude (double) Example: 110.0 altitude (double) Example: 0.015 (km) category (string) Example 'Incoherent Scatter Radars' Non-standard Python modules used: None Change history: Written by Bill Rideout Feb. 10, 2004
|