Autoplot Application (#{tag})
CADENCE property is used to detect when microseconds or nanoseconds should be displayed in the metadata tab.
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-28 r25653):
- Grabbing ctrl+C or cmd+C on Mac is difficult, so just make "C" trigger copy to clipboard.
Older Bugfixes (2021-03-25 r25652):
- 2324: check the number of bytes transferred over HTTP against what was expected. Thanks, Jon N.!
- 2320: getDeltaPlusMinus carelessly checked variable lengths, so 48x48 dataset DELTA_PLUS triggered a bug. Thanks, Jon N.!
- 2323: consider timetags cadence when picking resolution for display of timetags in metadata tab. Thanks, Jolene and Larry!
- bugfix: lanlNNSpectrogram's use of samePopulation would crash if ds1 or ds2 was constant, causing "width is zero" message.
- 2321: correction to Webstart release, was not properly updated after PDS4 file introduction. Thanks, Darrell and Пользователь!
- 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.
Features:
Less recent features:
- QDataSet FORMAT can now have time templates like $Y-$m-$dT$H:$M:$S for times.
- PDS Data Source gets labels from the XML.
- check cadence when displaying timetags, and use more digits to show cadence. Thanks, Jolene and Larry!
- 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.
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.