update to gradle

This commit is contained in:
2020-10-12 12:58:52 +02:00
parent 92f51b5905
commit 58407a97af
6 changed files with 160 additions and 73 deletions

View File

@@ -29,7 +29,7 @@ public class HDF5Reader implements PlugIn {
public static void main(String[] args){
HDF5Reader r = new HDF5Reader();
// r.run("");
r.open("",false, "/Users/ebner/Desktop/A8_d_400N030_.h5", "/exchange/data", true);
r.open("",false, "/Users/ebner/Desktop/pollen.h5", "/t0/channel0", true);
}
public void run(String arg) {