Update notes: eDEx 1.2.6 ------------ Updated for new MySQL version. Fixed build errors from 1.2.5 eDEx 1.2.5 ------------ Changed database user Add GAP observation file data rate Changed target host to edex.phys.ucalgary.ca eDEx 1.2.4 ------------ Changed database user IRM skin current product SEI products Update for java 9 Update SWT libraries Add GAP observation file data rate Planned experiment tag search eDEx 1.2.3 ------------ Added CERTO products. eDEx 1.2.2 ------------ Added ability to load previous Fetch Query. Added ability to save search results without submission to server. Added GAP products. Updated SWT Libraries. eDEx 1.2.1 ------------- Updated to return both RRIQL products for sweep data. eDEx 1.2.0 ------------- Updated GUI to better respond to scaling and resizing better. eDEx 1.1.2 ------------- Bug fix related to brackets in custom queries. Bug fix related to discrete data fields with a ' ' in the name. eDEx 1.1.1 ------------- Update Query bug fixes. eDEx 1.1.0 ------------- This version includes three major new features and a number of bugs and fixes "under the hood". * RRI Data product * The primary RRI data product has been changed from CDF files to HDF5 files. * Target files * Target files may be defined in a text file. See "Default Targets.txt" for example data. Lines which start with # are ignored. Targets should be defined with the following fields, separated by at least one space: one_word_name minLat maxLat minLong maxLong OR one_word_name minLat maxLat minLong maxLong minAlt maxAlt Target files may be loaded using the "Load Target File" button or as many files as desired may be defined on the command line. java -jar eDEx.jar -t "path\to\TargetFile.txt" "\path\to\TargetFile2.txt" * Update Constraint * Selecting a defined constraint will highlight the query input fields with the defined constraint. Changing the fields and using the "Update Constraint" button will replace the constraint with the new values.