Autoplot Application (20240912b)
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.
exe: a self-contained installer for Windows computers.
Built with Install4J multi-platform installer builder and
deb and
rpm available as well. Thanks, Install4J!
Autoplot is used to stress and display performance of development version of CDAWeb HAPI server
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 one uniform data model. Data are
then displayed by determining the rendering method and axis ranges to provide a useful display with interactive axes and
mouse actions. The data can then be further processed with other operations like smooth and FFT, and Jython scripting
provides a capable programming environment.
This is the Autoplot v2024a branch. This is an update to the production version containing bugfixes and minor new features.
Java 8 is required.
To run on 32-bit systems, use the single-jar release and a 32-bit version of Java.
Bugfixes (2024-09-12 r27754):
- 111: Check for explicit cadence in SeriesRenderer.
- 2615: Correction to completions label, where extra strings were mistakenly included in label.
- filenameProvidesContext logs at INFO (not FINE) when the time (DEPEND_0) units are not convertible to seconds.
Older Bugfixes (2024-09-07 r27750):
- 2615: improvements to labels in PDS3 labels, where the variable name is shown as well as the description.
- format to IDLSav could create file with two variables having the same name, which is absurd.
- improve error message when IDLSave is bigger than 2GB. (Larger file support is coming!)
- bugfix: code assumed that temporary name would have one @ symbol, so recent change to remove @ when no arguments are used caused runtime error.
- add reset=F to documentation for plot command, which will skip the autoranging.
- A CDAWeb "master" file for FA_ESA_L2_EEB which corrects flipped DEPEND_1 and DEPEND_2 wasn't properly supported.
- Correct/Clarify message when DEPEND_1 length doesn't match the data's length.
- Increase CDAWeb timeout to support FA_ESA_L2_EEB.
- rte_2101508600: CDF virtual variable function arr_slice on dim 1 was mistakenly left out. Thanks, nkarna!
- 110: Tweak logic for autohistogram code for a case where two overlapping peaks prevented the identification of the cadence. Thanks, Sadie!
- 109: Tighten checks so that dataset('2 20 300 2000') is not interpreted as a valid date.
- 2611: Include dom, list, and len in short list of safe names to use in scripts when generating a GUI. Thanks, Kristoff!
- 2610: format bundle to CSV could fail when timetags were DEPEND_0. Thanks, Sadie!
Features:
- 832: add outputFile command line switch which will write the loaded vap or URI to an output pdf or png file.
Less recent features:
- Axis objects can now have the tickValues='none', useful for when the values don't matter in a figure.
- EventsRenderer has new rotate control which prints the event label vertically.
- DasAnnotation has new padding and lineThick controls.
- Font size controls for vertical and horizontal slice. Thanks, Connor!
- downloadResourceAsTempFile no longer adds "@" to filename when there are no parameters.
- Das2 TimeUtil now has rangeContaining, which will calculate the hour containing data point or hours containing an interval.
- IDL/Matlab/Python interface provides direct access to loaded QDataSet, to support simpler Python interface.
- 805: Finish off file parameters in scripts.
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.