Autoplot Application (#{tag})
USER_PROPERTIES are used to convey custom metadata from data loading to plot, as demonstrated in this script and this vap.
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-04-17 r25709):
- start to correct Java 7 complaints in QDataSet.
Older Bugfixes (2021-03-25 r25652):
- 2332: copy over the data when copying a DOM (.vap), so that 'vap+internal:' data is copied as well.
- 2102: fix layout would allocate space even when "displayTitle" is false.
- 2329: default button for True/False param is "1" not "True"
- 2330: under-implementation of rfe670 rank3 depend2 in slice0.
- SeriesRenderer, when in reduce-data mode, now reduces colors as well, culling a dot which is later covered by another. Before data would suddenly turn black.
- James caught place where rarely-used code would have been stuck in endless loop. Thanks James!
- correction to export of qstream, where format is "%.2f", causing runtime error because there was no field width.
- tooltip to evaluate Jython expression properly html-izes output, replacing newlines with <br>.
- HAPI 2.0 JSON no-data response is supported.
- Grabbing ctrl+C or cmd+C on Mac is difficult, so just make "C" trigger copy crosshair coordinates to clipboard.
Features:
- Jython to Java converter improvements.
- 739: DasCore moved to GitHub, along with QDataSet
Less recent features:
- RecordIterator supports rank 3 depend 2, to support demo data set in HapiServerDemo.
- .batch files for the run batch tool support %{PWD} in script reference, to improve portability.
- add new eventsComplement which returns the intervals which are not in the input.
- tickValues can now be *10/2,3,4,5,6,7,8,9 or *100 for log axes. Thanks, Ali!
- Revisit the "Run Batch" dialog, and keep track of stdout for each run.
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.