| Module: madrigalScatter | madrigalWebPlot/scripts/madrigalScatter.py |
|---|---|
|
madrigalScatter.py is a remote command-line application that creates scatter plots from Madrigal data Usage:
python madrigalScatter.py --url=madrigalUrl --file=filename --parm=parameter
--output=outputFile --name=userName --email=userEmail --affiliation=userAffilitation
[--filter=filterString --title=plotTitle --startHour=startHour --endHour=endHour
--yMin=y_minimum --yMax=y_maximum]
See http://madrigal.haystack.mit.edu/madrigal/ug_commandLine.html#isprint for details of how filters work. Optional startHour and endHour are UT hours, with 0 being midnight UT on the day the experiment started. Default is entire experiment. Example:
python madrigalScatter.py --url=http://madrigal.haystack.mit.edu/madrigal \
--file=/opt/madrigal/experiments/1998/mlh/20jan98/mlh980120g.002 --parm=systmp \
--output=/tmp/mlh_20jan98.png --name="Bill Rideout" --email=brideout@haystack.mit.edu \
--affiliation=MIT --filter="filter=elm,80,90"
Requires Matplotlib be installed |