Autoplot Application (#{tag})
New HAPI data source shows how Autoplot-based HAPI Data Server allows Raspberry PI to push data into the server.
Autoplot allows plotting of data from many data sources, including remote CDF files and OpenDAP 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 v2021a branch. This is an update to the production version containing bugfixes and minor new features.
Java 8 is now required.
Run with 4GB of memory (64-bit Java only): autoplot_4GB.jnlp
Single-jar version, autoplot.jar, can be run without network access and from the command line.
Mac DMG Release is available.
Bugfixes (2021-02-20 r25555):
- Jython completions don't show (Object,Object) version of command that takes (QDataSet,QDataSet).
- 1816: bundle subset propagates bundle properties.
- 1816: tweak string representation of a QDataSet for bundles.
- 1816: allow bundle to have times for column 0 and DEPEND_0, and not format the column twice to an ASCII file.
Older Bugfixes (2021-02-06 r25519):
- Script editor USAGES should be green, not yellow, so that yellow can be used for warnings.
- Jython positional parameters were in the wrong location, where arg_1 is the first argument, not arg_0.
- correction to ASCII file parsing, where minor bugfix broke things for more common use.
- clarify security warning that the scientist has run a particular script version already.
- fix old off-by-one errors in DasAxis and DasPlot codes, producing a cleaner output.
- ASCII files where header is parsed as data would cause noise as incorrect error was printed.
- clarify documentation for synchronizeNN that dss must each have monotonic timetags.
- rte 472115488: NetCDF editor panel had a path where positional parameter could end up null, causing RTE. Thanks, Shing!
- Run Batch "Load From File" action uses open dialog, not save dialog.
- "slices" filter GUI would reset improperly when the string was edited, causing flickering and occasional failure. Thanks, Shing!
- correction to support for CDF file psp_fld_l2_mag_RTN_1min[:,0];psp_fld_l2_mag_RTN_1min[:,1];psp_fld_l2_mag_RTN_1min[:,2], where slice is not implemented. Thanks, Jon N!
Features:
- 729: initial support for PDS4 data using pds4-jparser.
- Autoplot-based HAPI server has experimental support for packet ingest.
- add averager for range in y.
Less recent features:
- add sortInTime function which sorts the data based on DEPEND_0.
- 737: VALID_MAX is used to hint when result of where is used on the wrong array.
- 737: issue warning when real numbers are used to index an array. Thanks, Sadie!
- 737: introduce static analysis of scripts.
- OppositeAxisVisible property requests that axes be drawn on both sides of the plot. Thanks, Bill!
- Orbit plot tickStyle control allows ticks to be drawn on both sides of line. Thanks, Bill!
- Units.nominal() introduced to avoid explicit use of EnumerationUnits: print Units.nominal().createDatum('Chicago')
- rfe681: handle 404 when creating filesystem where filesystem does not exist. 404 will return an error immediately, while 403 is allowed, assuming there will be no listing requested.
- das2 DasAxis and DasPlot have new opaqueBackground property, to study handling of label collisions.
- new whereSequence command quickly finds sequences occurring in rank 1 datasets, for use with file magic numbers.
- SpaseDataSource refactored to XMLDataSource delegate, to make way for improved PDS support.
- BufferDataSet now has AsciiDataSet, for numbers encoded within binary source using ASCII, useful with PDS data.
- rank0 labelsDataSet command should be used where old code would use dataset('Chicago'), which was allowed briefly.
- Run Batch now keeps track of the last file location (preference) with "Load From File" action, speeding up repeated runs.
- add rank 4 link command.
Known issues:
- see Source Forge
- Bugs often have a four-digit ID and can be reviewed with https://sourceforge.net/p/autoplot/bugs/<ID>/.
- Features typically have a three-digit ID and can be reviewed with https://sourceforge.net/p/autoplot/feature-requests/<ID>/.
This completes the feature set for the new production branch. No major features will be added before branching this version.
A production branch will be started in a couple of weeks, and the "Start Autoplot" link at the top of
autoplot.org will run this version.
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)
- Excel spread sheets (.xls)
- das2Streams (.d2s or .das2Stream)
- ViRBO's TSDS server
- CDAWeb data server (vap+cdaweb:)
- das2servers (vap+das2server:)
- QStreams (.qds), QDataSet on a das2Stream
- Plasma Wave Group das2 Server
- NetCDF files (.nc,.ncml)
- HDF5 files (.h5,.hdf5)
- DODs servers (.dds)
- Cluster Exchange Format files (.cef)
- Fits Format Files
- Images (.jpg, .png, .gif)
- Wav audio files (.wav)
This is not complete, and limitations include:
- Quantities of rank 3 dimensionality (e.g. flux(Time,Energy,pitch) are plotted by slicing.
- Quantities of rank 4 dimensionality (e.g. flux(Time,Energy,azimuth,sector) are plotted by slicing twice.
autoplot.org is the wiki website, and contains
more information than this launch page.