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)
Without and within functions now accept a list of events, useful for culling data.
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-06-21 r25821):
- 0016: check for roundoff error when exporting to das2stream from horizontal slicer "dump data" action.
- 2359: .vap.zip control added for embedding data which is already available over http.
- 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.
- 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.
- 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!
Older Bugfixes (2021-05-22 r25778):
- 1848: Das2Server credentials are persistent between sessions.
- 2350: limits to interpolation in X was different than Y in spectrograms.
- 2342: corrections to contours rendering.
- add note about how to dismiss popup documentation.
- 1871: code to keep track of recent times never worked properly, and it should be useful now.
- 670: applyIndex didn't handle rank 3 depend 2.
- 2348: grid is now drawn under the data, not over. Let me know if this bugs you and I'll add a control. Thanks, Ali and others!
- 2343: writeToPng would not allow a filename with spaces in it. Thanks, Kristoff!
- 2341: automatic bind-to-app-timerange fails to bind when 3 rows and 2 columns. Thanks, Ivar!
- 2236: $x_$x.png works to trigger the PngWalkTool, so results of Run Batch are more easily viewed. Start screenshots launches into PngWalk with timetags.
- alt-shift-shift can be used to stop screenshots, since some machines grab control keystroke event.
- 2335: new runtime error caused when quoted block contains a / and is split.
- 2338: if an aggregation granule dataset doesn't validate, don't mix it into the aggregation.
- 2339: report when noCheckCertificates is set in about and runtime submissions.
- 2210: create screenshot hangs on a Mac. Thanks, Joe!
- 2335: runtime error with ~/Downloa<T> when Downloads folder contains file with single paren. Thanks, Brian!
- 2333: rte1830566714 shows where TCA result can be null and was not handled.
- start to correct Java 7 complaints in QDataSet.
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.
- ephemerisLabels property of each plot allows the ephemeris channels to be manually labeled.
- normalize(ds,1) function added so you can normalize along an index. Thanks, Kristoff!
Less recent features:
- add binData function, which sorts rank 1 data into rank 2 data with sorted into bins.
- Das2Server credentials dialog keeps track of password. Thanks, Chris!
- Parker Solar Probe orbit time intervals added. Thanks, Kristoff!
- Show color icon in completions.
- increase the number of points limit when calculating stats to 200000000. Thanks, Ivar!
- Add constants to ColorUtil for 140 named web colors like "CADET_BLUE" to encourage use in scripts.
- USER_PROPERTIES can have map with another nested map.
- rfe406: support <sub> and <sup> in text strings.
- new axis/controller/dasAxis/axisOffset property will allow for multiple axis on the left side of one plot.
- Add annotation dialog controls background color and border, making it easier to add text comments without a box.
- NybbleDataSet putValue now works. Support for rank 2.
- installTool correctly sets PWD now, so that it can be used in argument lists
- 740: warnings about redefining symbols like "plot" or "total" is too noisy, be more careful to only show when there is a problem. Thanks, Sadie!
- Jython to Java converter improvements.
- 739: DasCore moved to GitHub, along with QDataSet. Thanks, Chris!
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.