Autoplot Application (#{tag})
jnlp WebStart : Open JDK and Java 8 through Java 11 launch mechanism, 64-Bit Java will improve capabilities.
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. This is unsigned and still being tested.
exe: a self-contained installer for Windows computers. (Production release is signed properly)
Built with Install4J multi-platform installer builder and deb and rpm available as well. Thanks, Install4J!
Shape files can be read in using the script shapeFile.jyds, supporting URIs like this.
Autoplot allows plotting of data from many data sources, including remote CDF files and HAPI 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 v2023a 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, and run off of ci-pw build server: autoplot_1GB.jnlp
Bugfixes (2023-03-29 r27007):
- Runtime error when preferences is written on some platforms. Thanks, Andrei!
- HAPI reader detects events dataset where start and stop time are returned and events bars are drawn.
- QDataSet Schemes detector code considers any dataset with first two columns start, stop times an events dataset.
- Das2Stream to QDataSet reader would fail when packet descriptors would introduce a join dimension.
- HAPI export flattens rank 2 data export to support use with prototype servers.
- rte_0373978553: show nice error message when entered time range width is zero. Thanks, trunali1131!
- 2514: exporting data with append won't append DEPEND_0 if it looks like it's already in there.
- 2514: depend0 units dialog has gray prompt when empty.
- formatDataSet inspect URI action would RTE when carot was after the last character
- rte_0008993657: runtime error with ExpandToFillGaps editor when no DEPEND_0 is found. Thanks, George!
Older Bugfixes (2023-03-03 r26979):
- small and trivial FindBugs cleanup.
- isUniformRatioMetricCadence (10% increase) will not return true when the data is not ratio data.
- ytitle position was shifted twice when axisOffset was used. Thanks, James!
- untested branch in newRange when min>max, which is new code. It now swaps the values as indicated in the documentation.
- rank 2 spectrograms which also had a BUNDLE_1 was treated as a bundle, which is the case for datasets just to label channels.
- Corrections to completions for IDLSave source and for its automatically-generated GUI control.
- Spectrogram binAverage and nearestNeighbor modes will use rank 0 BIN_PLUS and other codes to do a better job of establishing cadence.
- 2501:Corrections to CDF editor panel and completions.
- 2501:CDF with X= would show the wrong label for X.
- IDLSave X= and Y= parameters properly match the xunits parameter.
- IDLSave files support unsigned longs, as long as they don't use the high bit.
- 2506: recent change to CDAWeb to allow multiple variable selections didn't consider non-virtual variables. Thanks, Dante!
- 0048: Finally FFTPower translation is handled properly, where a second bug associated with translation was hiding in plain sight. Thanks, Keith!
Features:
- 801: Expose CdfDataSourceFormat.datasetToArray which is useful in scripts which fill an empty CDF.
- 798: preserve x-axis range when changing operations, only autoranging Y for "|multiply(5)". Thanks, Cindy!
Less recent features:
- DasPlot long titles property and debug bounds.
- HAPI source shows prompt in search dialog.
- reform( ds, nrec, qube ) now copies DEPEND_0 when first dimension length doesn't change
- nearestNeighbor rebinner will use rank 0 BIN_PLUS and BIN_MINUS to set the width. Thanks, Jon N!
- When generating GUIs based on completions, put the "arg_0" completion at the top, since it is important.
- IDLSav supports float and double complex numbers.
- 797: BinaryDataSource URIs can now have control dims=[64,48].
- 797: https://sourceforge.net/p/autoplot/feature-requests/797/BinaryDataSource URIs can now allow simple calculations including * and +, for example rank2=0:48*64.
- IDLSav supports ulongs (type 15), as long as the ulongs don't use the highest bit. Thanks, Cindy!
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)
- PDS4 files (.lblx)
- Excel spread sheets (.xls)
- das2Streams (.d2s or .das2Stream)
- HAPI Servers (vap+hapi:)
- CDAWeb data server (vap+cdaweb:)
- das2servers (vap+das2server:)
- QStreams (.qds) (serialized version of internal model QDataSet)
- Plasma Wave Group das2 Server
- NetCDF files (.nc,.ncml)
- HDF5 files (.h5,.hdf5)
- DODs servers (.dds)
- Cluster Exchange Format files (.cef)
- Fits Format Files (.fits)
- Images (.jpg, .png, .gif)
- Wav audio files (.wav)
autoplot.org is the website containing
more information than this launch page.