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)
The code for handling JSON-Headed ASCII (Rich ASCII) is updated to handle slight changes in the spec.
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 v2022a 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 (2022-08-13 r26726):
- 2471: Firebird JSON headed ASCII contained invalid reference and couldn't be used, make more permissive to keep what is correct.
- Delay initialization of CDAWeb database if we already know the dataset and parameter, since it takes 20-30 seconds to initialize.
- 32: Das2 waitUntilIdle loop wouldn't properly block when ephemeris was loading, causing glitches in automated testing and PNG Walks.
- bundle from HAPI exported to CDF would fail because of careless check of dataset type.
- 2470: Rich ASCII (JSON headed ASCII) detects ISO8601 automatically, to match SpacePy.
- 28: Corrections to DataPointRecorder, which sorted numbers alphabetically, not numerically.
- Improved support for decimal year. Thanks, Bill!
- fast branch added for reduceMean of ds[N,2], avoiding use of slow iterator for frequently-occurring operation.
Older Bugfixes (2022-06-29 r26708):
- 2467: old kludge which assumed CDF DEPEND with 2 records of min and max prevented use of a PSP dataset. Thanks, Sadie!
- 2449: other cases where append fails because timetags are different backing. Thanks, Sadie!
- check to see if findex failure is due to non-repeating or decreasing and report more precise error.
- 2464: completions for /tmp/convert/*.dat?column= produced runtime error because of old miscalculation.
- 2459: command-line autoplot with --script couldn't pass arguments to script because of unnecessary quotes.
- 2465: Interval Average of PSP/EPILo data showed that rank 2 time-varying DEPEND_1 was not handled property in some rank-reducing routines. Thanks, Jon N!
- 2462: dataset('2021-02-02') returns a rank 0 dataset instant, not rank 1 range.
- 2463: detect where erg_hep_l2_omniflux has energy[2,n] to represent bins. Thanks, Allison!
- 2456: corrections to fix Run Batch when colorbar is changed and overlays used. Thanks, Sadie!
- filenameProvidesContext checks to see if the hours offset really looks like it is hours. Thanks, Sadie!
- getProperty('os.family') is returning null on some platforms.
- URI vap+orbit:rbspa-pp&timerange=tr would be mangled in the editor if the timerange contained colons.
- Annotation had code which assumed the x axis units were not time location units.
- lblx extention triggered PDS source, but parts within the source were still checking for a .xml extension.
- 2456: progress bar left hanging after runtime error because RunLaterListener runtime error would block later listeners.
- 2455: misuse of iterator in Jython setItem sloppiness would result in hang. Thanks, Bill!
Features:
- Preserve string array properties in JSON headed ascii, and preserve unrecognized properties in USER_PROPERTIES.
- add mime type for PDS lblx files.
- Add withinSet function which returns one where the data is within a set of values.
Less recent features:
- 784 QDataSet AVERAGE_TYPE metadata introduced and used in interpolate.
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.