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 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)
createDataPointRecorder() command creates an table component for digitizing which can export data to CDF and other formats. See the script.
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-06 r25854):
- 1043: don't throw error when double question marks found, just issue warning.
- 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!
Older Bugfixes (2021-06-22 r25825):
- 2363: NetCDF source supports capitalized X for consistency, and just X and Y arguments. Thanks, Sadie!
- 2363: ASCII source supports just X and Y arguments, as well as X,Y and Z. CDF supports capitalized X for consistency.
- 2361: CDAWeb virtual variables properly implement data[:,3]. Thanks, Sadie!
- 0016: check for roundoff error when exporting to das2stream from horizontal slicer "dump data" action. Thanks, Sadie!
- 2359: .vap.zip control added for embedding data which is already available over http. Thanks, Ivar!
- suppress double question mark URI warning for vap+jyds arguments. Thanks, Ivar!
- don't print empty field warning when the last field is the empty field. This happens often when exporting .csv's from spreadsheets. Thanks, Ivar!
- 0014: for 2-dataset bundle of startTime and stopTime, don't use the last dataset (stopTime) as the data attached to each event. This confuses the automatic choosing of renderType.
- new mime types in jnlp files. Thanks, Chris!
- 2357: script editor clears old script filename before using editor to display "loading" message, since it was possible to clobber the old script. Thanks, Ivar!
- 2354: gaps in pngwalk sequence incorrectly marked for orbit files. Thanks, Kris!
- 0012: series render data reduction can make all data invalid. Thanks, Ivar!
- 2352: cache MONOTONIC=FALSE, before we would only cache MONOTONIC=TRUE, but determining it is false can be expensive for some data. Thanks, Ivar!
- don't mark the Jython variable "_" as unread, so that it can be used in loops to assert that the loop variable is not used.
- remove old warning when das2stream used something besides Units.us2000 for timetags, this was fixed years ago. Thanks, Chris!
Features:
- 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.
Less recent features:
- within and without allow second argument to be a list of events (not just a single event), so that a script can easily remove a set of events. Thanks Ivar!
- 743: Initial support for NetCDF files at CDAWeb, including Formosat-5 files. Thanks, Bobby!
- ephemerisLabels property of each plot allows the ephemeris channels to be manually labeled. Thanks, Chris!
- normalize(ds,1) function added so you can normalize along an index. Thanks, Kristoff!
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.