Autoplot Application (20241023a)
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 are available as well. Thanks, Install4J!
Small script reports the number of datasets in a HAPI server, and the Run Batch Tool runs the script on a list of HAPI servers.
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-10-21 r27827):
- Mash-up tool now has 3-argument add function for readability, expression area is larger now.
- 2625: improve feedback when getDataSet arguments cannot be used.
- 112: Slowness with https://github.com/autoplot/dev/blob/master/bugs/sf/2619/demo2619.jy, caused by excessive dataset metadata handling.
- 2619: PWD is now set when loading remote .vap files with AutoplotServlet.
- 2631: include examples in timerange droplist for scripts.
- 2615: check that the appended name isn't irrelevant to the completion.
- NullPointerException in CSV format fixed. Add format GUI for CSV output. Thanks, Sadie!
- Rename ScriptPanelSupport to AppScriptPanelSupport so that it doesn't get confused with ScriptPanelSupport within JythonSupport.
- 2626: cancel close because of unsaved script edit when second AutoplotUI is running. Thanks, Sadie!
- allow https://cottagesystems.com/jenkins/job/autoplot-javadoc/lastSuccessfulBuild/artifact/doc/ to be used for pop-up documentation in script editor.
- add "append" checkbox to IDLSave format editor panel, so that the feature is not hidden.
- 2628: properly calculate the number of bytes per item in integer arrays.
Older Bugfixes (2024-10-04 r27790):
- 114: handle where target timetags are bins as in events dataset. Thanks, Sadie!
- Add support for CDF files produced by SpacePy on Mac ARM, which produces CDFs with ARM_LITTLE_ENDIAN data. Thanks Masafumi!
- 2391: slow loop used in Jython __setitem__ because BUNDLE_1 was used but units do not change, introduce DataSetUtil.oneUnit.
- 2337: issues with screenshots tool and filter by QC in PNG Walk Tool.
- 2622: collect screenshots to PngWalkTool fails.
- 1359: logic for scan vs step favors step if the two are similar ranges.
- 112: applyIndex function was very slow because of useless and excessive metadata handling.
- 112: applyIndex would leave fail to propagate metadata for TT2000 times, leaving doubles.
- kludge to support https://space.physics.uiowa.edu/juno/team/juno-waves-electron-density/browse_jupiter/$x_orbit_$x/wav_$xT00-00-00_e-dens-j_v1.0.png, where user@ is added.
- 111:Use explicit cadence, if available, in SeriesRenderer. Thanks, Bill!
- check for "set" method (no property name), which would result in a runtime error in Jython completions.
- 2598: torn off canvas didn't reset the windowExtraHeight and windowExtraWidth.
- 2582: add correct completions for getDataSet and dataset commands in Jython.
- 2616: html version of PNG Walk tool shouldn't contain missing images.
- 2598: don't keep track of negative margins, which are clearly a transitional state.
- 111: Check for explicit cadence in SeriesRenderer.
- 2615: Correction to completions label, where extra strings were mistakenly included in label.
- filenameProvidesContext logs at INFO (not FINE) when the time (DEPEND_0) units are not convertible to seconds.
Features:
- improve label propogation through pow(ds,2) and sqrt.
- Allow Jython addToSearchPath to use files outside of HTTP FileSystem, including Github releases.
- 818: support 1-byte integers in PDS3 files, MAC_REAL, and MISSING keywords.
Less recent features:
- Jython string completions on any string starting with "https://..." etc.
- Support vap+bin:...?type=ascii5&units=nominal so that ASCII strings within binary files can be extracted.
- eventsBar has new gantt2 mode which is available in scripts.
- PDS3/PDS4 label metadata is shown in metadata tab.
- 832: add outputFile command line switch which will write the loaded vap or URI to an output pdf or png file.
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.