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. This is unsigned and still being tested.
exe: a self-contained installer for Windows computers. (Production release is signed properly)
Built with Install4J multi-platform installer builder and deb and rpm available as well. Thanks, Install4J!
Fun display of Juno data.
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 v2023a 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 (2023-05-16 r27044):
- tweak the message where FFTPower complains because it doesn't have the timetags.
- HAPI specialized code for gzip is removed. They way I was doing this by hand broke the progress feedback, and Java can do this itsself if it wants.
- 2519: CSV ASCII files can contain empty last column for comments.
- Annotation plotId property can be reset to "".
- limit warnings about irregular timetags with FFTPower.
- 2221: Ivar pointed out where a warning for LBL_PTR_1 length was incorrect.
- 51: Corrections to LogLin ticks labeling.
Older Bugfixes (2023-04-18 r27028):
- 51: New logic for log ticks considers axis height.
- 58: 255-step colorbars would load improperly, slightly shifting the colors.
- 2517: new code preserving x-axis broke need-to-change-renderer check.
- 2516: poor error message when adding dimensionless number to time location in Jython.
- vap+hapi:https://jfaden.net/HapiServerDemo/hapi?id=icwc¶meters=Conditions&timerange=2023-04-03 failed to load because of recent change looking for events lists.
Features:
- 803: more symbols included in "misc" tab of granny string editor, and dialog for picking any html entity added.
- Orbit number definitions now come from https://github.com/das-developers/das2meta/tree/main/orbits.
Less recent features:
- 802: PNGWalk "write to csv" action exports quality control information.
- 57: new modulo red_cyan_blue_yellow_red colorbar, blue_white_orange, and blue_green_white_yellow_red.
- makeColorTable supports Units.rgbColor.
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.