EventStream es;
if (!real) {
es = new BasicEventStream(new PlainTextByLineDataStream(datafr));
}
else {
es = new RealBasicEventStream(new PlainTextByLineDataStream(datafr));
}
GIS.SMOOTHING_OBSERVATION = SMOOTHING_OBSERVATION;
AbstractModel model;
if (type.equals("maxent")) {