Autoplot Application (#{tag})
The garden pool is uncovered and running, and crocus flowers are poking up. Happy Spring!
Autoplot allows 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 Autoplot v2021a branch. This is an update to the production version containing bugfixes and minor new features.
Java 8 is now required.
Run with 4GB of memory (64-bit Java only): autoplot_4GB.jnlp
Single-jar version, autoplot.jar, can be run without network access and from the command line.
Mac DMG Release is available.
Bugfixes (2021-03-22 r25638):
- bugfix: lanlNNSpectrogram's use of samePopulation would crash if ds1 or ds2 was constant, causing "width is zero" message.
- 2321: correction to Webstart release, after I failed to properly update the JNLP files. Thanks, Darrell!
- mechanism for identifying Javadoc version used by each package was slow, so redo it so that each jar IDs version just once.
- GitLabs support handles space-physics/juno/ap-script/-/blob/, where three path elements are found before.
- change "failure #2 to deal with another day" message to fine, as it apparently doesn't cause any problems.
Older Bugfixes (2021-02-06 r25519):
- bug 2318: reject stuck in loop because dataSetSelector is not reset properly.
- hang_1409362814: correction where overzealous code would create condition which could hang Autoplot GUI.
- rfe737: "for" and "while" handled properly in static code analysis.
- ASCII file containing datum column headers with units would cause runtime error. Thanks, Sadie!
- corrections to error bars, where BIN_PLUS, BIN_MINUS, BIN_MAX, and BIN_MIN are handled with Series Renderer error bars. Thanks, Chris!
- rfe737: more Python reserved words are recognized.
- runtime error when script editor is up and it crashes, because line number was not properly extracted.
- Corrections to PDSDataSource, where it was missing libraries.
- Jython completions don't show (Object,Object) version of command that takes (QDataSet,QDataSet).
- 1816: bundle subset propagates bundle properties.
- 1816: tweak string representation of a QDataSet for bundles.
- 1816: allow bundle to have times for column 0 and DEPEND_0, and not format the column twice to an ASCII file.
Features:
- check cadence when displaying timetags, and use more digits to show cadence. Thanks, Jolene!
- improvements to Jython completions allows variable completions on assignments to functions.
- GitLabs support checks for login redirect and throws meaningful error message.
- expose DasAxis labelOffset property, since it is useful to the scientists.
- refactor zip support to treat .kmz files as zip files, more to come.
Less recent features:
- 737: Jython Static Code Analysis detects unused imports.
- 738: bundles with references to bundled DELTA_PLUS, BIN_MAX, etc. Thanks, Chris!
- das2stream parser supports error bars. Thanks, Chris!
- Jython getDataSet calls are logged to logger "jython.script.ds" for easier access.
- 729: initial support for PDS4 data using pds4-jparser.
- Autoplot-based HAPI server has experimental support for packet ingest.
- add averager for range in y.
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.