Autoplot Application (20180427a)

vap+wdc prefix parses the World Data Center KP/AP files without mention of the .jyds script which reads the data files. The script editor is used to show one of the files.
Autoplot attempts to allow plotting of data from many data sources, including remote CDF files and OpenDAP servers.
Datasets are identified with URIs, and by the URI's extension, data are loaded into the internal data model. Data are then
displayed by guessing the rendering method and axis ranges to provide a reasonable, useful view of the data. Data can then
be additionally processed with other operations like smooth and FFT, and Jython scripting provides a capable programming environment.
This is the Autoplot2017a branch. This is an update to the production version containing bugfixes and minor new features.
Java 7 is now required. Java 8 will be required sometime soon.
Single-jar version, autoplot.jar, can be run without network access and from the command line.
Mac DMG Release is available.
Bugfixes (2018-04-25 r22356):
- rfe 545: entries for resourceURI were incorrectly used to create the current directory.
- format to QStream supports events data sets.
Older Bugfixes:
- JythonEditorPanel resource URI file chooser will restrict the extension listed based on the example resource URI.
- about:plugins report is sorted alphabetically.
- keep track of delegate's scheme ("vap+xxx") when aggregating, to support WDC (World Data Center) files, other issues.
- downloadResourceAsTempFile supports user:pass in URLs.
- 1981: sequence where histogram operation should have unbound the timeaxis.
- tweak the logic for autorange hints "center" and "width"
- rte_1634285758: NullPointerException when annotation is added when a connector (context overview) is visible.
- run batch tool resourceURI argument list generation initial directory is improved.
- format the channel labels for array of vectors when exporting to CDF.
- 1897: allow some, but not all, plots to autorange when creating pngwalks.
- 1672: annotations were triggering a repaint, so it was repainting continuously.
- formatDataSet command checks for prefix so that the extension can be different than the format.
- yaxis switch mishandled in image data source, units can now be non-dimensionless. Thanks, Chris!
- 1975: route to generate hang in export for new users because "/..." was default filename, not "file:/..." Thanks, Chris!
- more tweaks to the Mashup tool where drag source is considered when replacing child node.
- bugfix with completions, RTE when tot=nn[0]*nn[1] was used and nn not properly culled.
- 1956: limit off-screen drawing of event bars, which can result in PDFs which don't import well into MS Word. Thanks, Bill!
- "now" supported in low-level parse time. Before only application-level parsers would handle this.
- Annotation has URL property, to avoid text="http://..." kludge and allow text to be used to document web address.
- FileUtil.fileCopy of A to A would destroy the contents of A!
- PNGWalkTool's make HTML would fail miserably when the result was written to the same folder as the pngwalk.
- 1973: experiment with clearing the focus URI when script or .vap is run.
- 1972: "reset" method cancels all the tasks it knows about.
- mashup starts with "ds" for the first tree, so that is valid.
Features:
- rfe545: run batch tool shows the success/fail for each task.
- Vertical averager mouse tool has export data function. Thanks, Seth!
- AutoplotUI has getDom() method, to support Jython properties like ap2.dom.timeRange.
Less recent features:
- rfe632: New "jython extension" readers for World Data Center files and Radiojove .sps and spd files. Thanks, Masafumi!
- Axes have "reset zoom" menu item.
- AutoplotServer supports autorange keywords to match createPngWalk, to support groups which make one image at a time.
- tighten security on Autoplot servlet, so that eval and import statements are not allowed.
- Series rendering mode supports fill below reference and fill above reference. Thanks, Kris and Ivar!
- rfe629: experiments with nominal level and warning level lines in series renderer. Thanks, Jon N!
- expandWaveform filter added, to aid in browsing waveform data with low duty cycles. Thanks, George!
- rfe515: new makeColorTable command, for use with plot command. Thanks, Masafumi!
- draw the last QC message below the full-sized image.
- New url property of Annotation clarifies use, and allows URL to cache image of LaTeX-rendering site, and LaTeX code can be stored in the text for safe-keeping.
- HAPI client will use "If-Modified-Since" request header and supports 304 (not modified) responses, when caching is enabled. Thanks, Bernie!
- audiosystem data source allows control of sampling rate.
- add "bind scale to opposite axis." Isotropic should no longer be used.
- add "normalize" function. Thanks, Allison!
- add inverse_white_blue_black. Thanks, Masafumi!
- DasAxis now has "reference" property which will draw a line at the reference. Thanks, Kris and Ivar!
- add two more symbol connection styles, requested by Ivar.
- allow "45 Deg F" + 2 = "47 Deg F"
- mashup tool shows jython code for collapsed nodes.
- Autoplot servlet supports HAPI data sources.
- inverse white-blue-black colorbar added. Thanks, Masafumi!
Known issues:
- see Source Forge
- Bugs often have a four-digit ID and can be reviewed with https://sourceforge.net/p/autoplot/bugs/<ID>/.
- Features typically have a three-digit ID and can be reviewed with https://sourceforge.net/p/autoplot/feature-requests/<ID>/.
This completes the feature set for the new production branch. No major features will be added before branching this version.
A production branch will be started in a couple of weeks, and the "Start Autoplot" link at the top of
autoplot.org will run this version.
Feedback on the function and quality of this release is greatly appreciated!
Data is input from:
- ASCII files (.dat,.txt)
- CSV files (.csv)
- Binary files (.bin)
- CDF files(.cdf)
- Excel spread sheets (.xls)
- das2Streams (.d2s or .das2Stream)
- ViRBO's TSDS server
- CDAWeb data server (vap+cdaweb:)
- das2servers (vap+das2server:)
- QStreams (.qds), QDataSet on a das2Stream
- Plasma Wave Group das2 Server
- NetCDF files (.nc,.ncml)
- HDF5 files (.h5,.hdf5)
- DODs servers (.dds)
- Cluster Exchange Format files (.cef)
- Fits Format Files
- Images (.jpg, .png, .gif)
- Wav audio files (.wav)
This is not complete, and limitations include:
- Quantities of rank 3 dimensionality (e.g. flux(Time,Energy,pitch) are plotted by slicing.
- Quantities of rank 4 dimensionality (e.g. flux(Time,Energy,azimuth,sector) are plotted by slicing twice.
autoplot.org is the wiki website, and contains
more information than this launch page.