CollectorSphere
177178179180181182183184185186187
} if (samplesPerTask <= 0) { samplesPerTask = samplesPerMeasurement; } if (incidentCollector == null) { incidentCollector = new SpectrophotometerCollectorSphere(); } if (exitantCollector == null) { exitantCollector = new SpectrophotometerCollectorSphere(); } }