tasksPerThread = tasksPerThread > 0 ? tasksPerThread : ParallelRenderer.RENDER_THREAD_LOAD;
OptionDataset.SYNTHETIC = synPoints > 0 ? OptionDataset.syntheticPoints(synPoints) : OptionDataset.SYNTHETIC;
OptionDataset source;
try {
source = (OptionDataset) OptionDataset.class.getField(config).get(null);
} catch (NoSuchFieldException | NullPointerException | SecurityException e) {
throw new IllegalArgumentException("Could not find -config indicated: " + config);
}