use of loci.formats.in.ND2Handler in project bioformats by openmicroscopy.
the class ND2HandlerTest method setUp.
@BeforeMethod
public void setUp() {
coreList = new ArrayList<CoreMetadata>();
coreList.add(new CoreMetadata());
handler = new ND2Handler(coreList, 1);
}
Aggregations