Autoplot Application (#{tag})
FFTPower with slide>0 now combines two adjacent records so there are not breaks in the spectrum.
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 v2020a branch. This is an update to the production version containing bugfixes and minor new features.
Java 7 is now required. Java 8 will be required sometime soon.
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 (2020-02-28 r24646):
- applyIndex function was preserving cadence, when it shouldn't.
- 2252: FFTPower with slide option can span records.
- 2251: handle strange bug where GitLabs us suddenly adding a /-/ to URLs
- 2249: copy plot, insert plotElements doesn't reset style and symbol size. Thanks, Jon N!
- 2249: copy plot, insert plotElements from clipboard would result in NullPointerException. Thanks, Jon N!
- 2250: .pngwalk file with spaces, which happens when Windows downloads files in the browser, are properly supported. Thanks, Chris!
- 2248: Jython script could not contain a space in the name of the resource URI when Jython Extensions were used, as with .sps files. Thanks, Shing!
- Jython addTab now checks to see if the added component has embedded scrollpanes (in split pane, for example) before adding a scrollpane automatically.
- rfe704: corrections to GUI generation. Thanks, kh6sky!
Older Bugfixes:
- 2245: HAPI issues with UCLA PDS-PPI server, like excessive and unnecessary escaping of URLs.
- 2243: vertical slice of spectrogram created by list of X,Y,Z triples works now. Plot command accepts rank 0 data.
- 1687: as symbols are imported, add them to the list of variableNames in code that simplifies Jython.
- correct code counting () and {}, to support turning Matisse GUI builder code into Jython. See this.
- 2240: ftp servers can now use alternate ports, supporting ad-hoc servers on phones.
- rfe704: add script to tools uses setScriptLabel and setScriptTitle for menu label.
- Colors are encoded in vaps as "#040404 (Dark Gray)", to improve readability of .vap files.
- 2239: Time Range Tool's NRT tab clean up, use DasAxis to show new setting.
- improve feedback for truncated CDF file.
- 1801: applyUnaryOp performance improved for rank 1 data.
- 2235: atan2 documentation tweak
- getApplication().getScriptPanel() would return the editor, not the entire panel. Codes should use getApplication().getScriptEditor() for this.
- bugfix:autoplot --script=https://github.com/.../extractReferences.jy didn't work because it would load the html from GitHub directly, not via GitHubFileSystem.
- clean up of old code which allowed loading URIs found in .vap file.
- 2114: Support vector array in NetCDF file using CDAWeb metadata. Thanks, Andres!
- bugfix parse of |cleanData(11)
- 2241: rfe 1978078909: check for null selection in CDFEditorPanel, and review use of all JTrees. Thanks, Dan!
- clean up of row change events to fix noise problems on Jenkins server.
- 2241: 064169462: multi-variable selection in CDF editor could lead to NullPointerException. Thanks, pmaf and orufai!
- 242122682: condition where ...cdf?var[:,0] would result in runtime error.
- experiment with Level.CONFIG, to be used to log client use of DasCanvas.
- getCompletions call of CDF would download file, the monitor was used twice.
- editor javadoc location is tolerant of paths missing final /, and generated URLs should not have spaces for new location.
Features:
- 623: new addTopDecoration and addBottomDecoration functions added.
- Decimate of rank 2 BinaryDataSet is efficient, using rfe711.
- RadioJove .sps reader now efficiently handles antenna parameter, using new BufferDataSource stride feature.
- 711: BufferDataSource now has stride parameter to supports datasets where two datasets are interleaved.
- 709: add experimental "Ok Save Next" button to PNGWalk Quality Control code to speed up common workflow.
Less recent features:
- new "Editor Bookmarks" actions allows actions like pull to be added to the editor menu.
- Throw more abstract error when a CDF variable pointer points to a location past the end of the CDF file.
- DasProgressPanel can be a Java/Swing component, so that it can be part of a GUI.
- 1801: speed up binary operations for rank 1-3 operands by avoiding DataSetIterator use, which is known to be slow. (By a factor of 3-4!)
- currentLine function reports the Jython code name and line number of the call, useful for debugging.
- editor scripts don't need special "editor" and "script" symbols, since they can use getApplication().getScriptPanel().
- 360: support Jython "examples":[2,3,4,5] which doesn't require that the value be one of these.
- 672: cleanData allows the number of sigmas to be set.
- 672: add "cleanData" function which removes data three sigmas away from the mean.
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.