Autoplot Application (20240831a)
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!
New tickValues=none control allows axis to be labeled but with no ticks showing. Green borders are on for debugging.
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-08-27 r27740):
- 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!
Older Bugfixes (2024-08-06 r27703):
- 2606: improvements to RunBatch, including update link to documentation, and four-parameter examples.
- 2605: CDF reader warns when non-gzip compression is used, which is not supported by the Java-based reader.
- 2604: properly propagate labels for components from HAPI server. Thanks, Bob!
- 2603: properly autorange in Y when three components each have small variance, so the additional 10% is not seen. Thanks, Bob!
- 2600: PDS3 support rank4 data, to the extent supported by the PDS library. (More changes coming!)
- 2600: PDS3 support datatype "UNSIGNED_INTEGER" with 1 byte.
- 2600: PDS3 ROW_PREFIX_BYTES and ROW_SUFFIX_BYTES corrected, other bugs shown plotting https://pds-ppi.igpp.ucla.edu/data/CO-V_E_J_S_SS-RPWS-2-REFDR-WBRFULL-V1.0/DATA/RPWS_WIDEBAND_FULL/T19990XX/T1999003/T1999003_01_10KHZ2_WBRFR.LBL?WBR_SAMPLE
- 2599: PDS3 LABEL directory must be supported.
- Use a clear error message when colon is used in file name in formatDataSet on Windows.
- guessCadence branch where runtime error resulting from single-element dataset is handled properly.
- 2518: Study mechanism to avoid unnecessary loading of images which are no longer visible during scrolling in PNG Walk Tool
- 2528: Github filesystem listing result would have repeated items.
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.
Less recent features:
- add completions for filePollUpdates, an old but hidden feature which will be useful on Tracers.
- HAPI dialog has filter for parameter names, to support SSCWeb and CDF files with many parameters. Thanks, Sadie!
- 829: Script editor dialog for setScriptDescription
- TestRunScripts.java introduced to run a series of scripts reporting any exceptions.
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.