aodn / imos-toolbox

Graphical tool for QC'ing and NetCDF'ing oceanographic datasets
GNU General Public License v3.0
46 stars 31 forks source link

Enable option to select if plots are created at export #637

Closed BecCowley closed 4 years ago

BecCowley commented 4 years ago

Export NetCDF option creates plots of the data. Can we have the option to not create the plots on export? They take some time to make.

petejan commented 4 years ago

You can change this in the toolboxProperties.txt

% visual QC plots export properties
visualQC.export = false
visualQC.fastScatter = false
BecCowley commented 4 years ago

@petejan, thanks!