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. (Paused for now, please use single-jar.)
exe: a self-contained installer for Windows computers. (Production releases only)
CDF data variable "I" is used for X values instead of support variable Epoch, and axis is now properly labeled.
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-02-23 r26948):
- 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!
Older Bugfixes (2023-02-21 r26937):
- 0048: FFTPower cadence changes are supported with no translation.
- 0048: correct where new code broke test for cadence change in FFTPower. Thanks, Keith!
- Corrections to directory listings with GitHubFileSystem.
- 2507: bug where ASCII reader would return data in different scheme with headers but no data.
- 0047: anchor type "plot" definition, underscore border type.
- 1696: automatically anchor annotation to canvas when plot is specified.
- fftPower has branch were factor of 4 was used where factor of 2 was appropriate. Thanks, Keith!
- 2506: CDAWeb reader didn't handle multi-variable reads when virtual variables are used. Thanks, Bob!
- corrections to HAPI server associated with non-ASCII unicode characters. Thanks, Bob!
- rfe795corrections to identifyContinuousBlocks. Thanks, Sadie!
- tweak where statistics are run on large datasets, which was causing pause before display. Run large dataset stats in the background.
- 2504: loading a .vap with duplicate IDs results in very weird behavior. Thanks, Bill!
- handle when getParam is called with the same parameter name twice, dialog is now resizable.
- "if(len(r_erg))" was included in simplified Jython script, causing runtime error. Thanks, Sadie!
- 2501: clean up the X and Y parts of the CDF editor dialog, so that only compatible Xs and Ys are offered. don't allow EwEw&X=EwEw, etc.
- rte_1865701214: strange and annoying RTE associated with setting the status bar text. Thanks, Bill!
Features:
- 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!
Less recent features:
- AutoplotDataServer has new usecache=false parameter. Thanks, Bob!
- AutoplotDataServer HAPI info response will set startDate and stopDate when they look reasonable, CDAWeb data source sets these based on all.xml. Thanks, Bob!
- Improvements to the Autoplot servlet, after seeing modern JavaScripts needed corrections to the code.
- 796: improve support for second timerange parameter. Thanks, Sadie!
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.