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.
exe: a self-contained installer for Windows computers.
Built with Install4J multi-platform installer builder and
deb and
rpm available as well. Thanks, Install4J!
Flat Look and Feel used on Linux, screenshots tool adds a border.
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-02-03 r27537):
- rank 0 data sent into Slice Filter Editor Panel would cause runtime error.
- correction to label in Run Batch post-run popup menu.
- 2576: hopefully fix "Expected DSF to be non-null" message when focus is blurred.
- remove kernalCode spectrogram rebin mode, which shouldn't have been exposed.
- slices on single-screen machines always jumped to pixel coordinates 0,0.
- mkdir function is in a synchronized block, so that multi-thread batch processing don't step on each other's toes.
Older Bugfixes (2024-01-20 r27509):
- WritableJoinDataSet copy failed when child was also JoinDataSet.
- 94: Support offline mode with GitHubFileSystem
- rfe811: "Break into stack of plots" action would hang because of mishandling of locks. Thanks, Darrelle!
- PDS3 looks for both INVALID_CONSTANT and MISSING CONSTANT.
- 2554: tweaks to the Run Batch GUI, and improvements to feedback, results file for multi-thread runs.
- corrections to pending results file in Run Batch Tool.
- Exceptions occurring during Mashup tool loading variables now correctly throw Java exception (FileNotFound), not PyException.
- HAPI time ranges requested with millisecond precision, after we noticed truncating milliseconds would cause requests from https://vires.services/hapi to fail because of startDate.
- HAPI data requests with "Time" as the first parameter should always load the time, regardless of its name.
- binAverageBundle checks for dimensionless and degrees, don't do sloppy logic which assumes degrees were intended, since radians are often represented as dimensionless.
- binAverageBundle mishandled ylog bins, adding the linear half-bin not the log half-bin, causing out of bounds.
- Corrections to Das2Server parameters GUI, thanks Chris!
- RunBatch had code which assumed min and max values were both the same type (not 0,4.5).
- fftPower had branch which assumed xtags had units.
- suppress useless "not supported: block" message on stderr.
- Always use edit annotation, even for new annotations.
- Updates to the edit annotation dialog, including anchorType="plot".
Features:
- screenshots tool puts gray border around things, since some Linux GUIs don't have crisp edges.
- update das2 spectrogram icons.
- invalid(ds) function added equivalent to valid(ds).eq(0).
- 818: Support for high-rank (multi-index) data PDS3 tables with CONTAINERS.
- 818: Support for PDS3 spreadsheets.
Less recent features:
- rfe521: introduce aggregation control addDim=T which will force it to aggregation to a dimension, so rank 1 can be added for each day and viewed as spectrogram. Thanks, Jean-Marc!
- metadata tab shows data with Units.rgbValue as named color if possible.
- 819: add polyMesh QDataSet schema, to finish off the things QDataSet was intended to model.
- support for fixed-length fields in ASCII format, including delim=NONE. Allow comment to be specified.
- 818: Initial support for PDS3 labels.
- 817: Power Spectral Density and other functions.
- Click on canvas corner to blur focus.
- Write to pngwalk file will add quality control to the save directory, if it is enabled.
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.