Autoplot Application (#{tag})
jnlp WebStart : Open JDK and Java 8 through Java 11 launch mechanism, requires 64-Bit Java.
Single-Jar : .jar files can be launched on Windows and Mac, and contain a shell script for launching on Unix computers.
dmg : a self-contained installer for Mac computers.
exe: a self-contained installer for Windows computers. (Production releases only)
New qubeSubset Das2Server keyword drops records which would prevent the data from being a qube.
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 1GB of memory to support 32-bit Java versions: autoplot_1GB.jnlp
Bugfixes (2021-07-31 r25911):
- 2375: new code to show "add tool" checkbox on script parameters tab broke GUI in one case.
- 2374: StaticCodeAnalysis.showUsage corrects incorrect offsets when cos((myvar)) is used, where the double parens show bug in Jython.
- Binary data source reportOffset uses T and F now, to match other data sources.
- add @see flattenWaveform to synchronizeNN documentation, since the scientist would typically need to flatten the data first.
- Binary data source can read huge binary files (>2GB), though only 2GB at a time. Thanks, Darrelle!
- Initial Bookmarks GUI would allow the description and title to be modified, even though no bookmark was selected, causing confusion.
- Data Mash-up tool supports "None" as a parameter, allowing "fftPower" function to be used. Thanks, Andrei!
- 2364: code which closed Autoplot back-end server removed, so that multiple commands can be sent.
- 2367: guess time format mistook four-character "time" for $H$M field. Thanks, Sadie!
- if series color scatter data zunits were not convertible to colorbar units, the data was not displayed and no warning message was printed. Thanks, Sadie!
- 2369: ASCII file reader treats non-breaking spaces, from copying data in email, as whitespace. Thanks, Sadie!
Older Bugfixes (2021-06-22 r25825):
- 1043: don't throw error when double question marks found, just issue warning.
- 2367: export from slicer allows Autoplot to format the data, but the options were ignored. Thanks, George!
- 2363: ASCII file with X and Y arguments still didn't work because I forgot to commit a bit of code.
- detect two question marks in .jyds URIs, which has a confusing result, and print a warning for now.
- Das2Server source didn't allow single channels of ephemeris source to be selected from older Das2 Servers. Thanks, Sadie!
Features:
- 17: Support for <b> for bold (</b> to turn off) and <i> for italics in labels.
- add plots with multiple rows finally supports replace current.
- Introduce dom.controller.selectedPlots property. See joinPlots.jy for example use.
- Introduce new qubeSubset which will throw out data until the non-qube can be represented as a qube, to assist with the Das2Server. Thanks, Terry!
- 1: use "run" where "execute" is unnecessarily used.
Less recent features:
- 748: second plot window in scripts
- 747: event thread response monitor allows manually triggering of thread dump. Thanks, Sadie!
- 746: digitizer should be able to export data to CDF and other formats Autoplot knows.
- added Units.us1970, microseconds since 1970.
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.