File tree Expand file tree Collapse file tree
src/main/java/org/hdf5javalib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ private void run() {
5454 try {
5555 // List all .h5 files in HDF5Examples resources directory
5656 // ATL03_20250302235544_11742607_006_01
57- Path dirPath = Paths .get (Objects .requireNonNull (HDF5Debug .class .getClassLoader ().getResource ("HDF5Examples/h5ex_g_compact2.h5" )).toURI ());
58- // Path dirPath = Paths.get("c:/users/karln/Downloads/ATL03_20250302235544_11742607_006_01.h5");
57+ // Path dirPath = Paths.get(Objects.requireNonNull(HDF5Debug.class.getClassLoader().getResource("HDF5Examples/h5ex_g_compact2.h5")).toURI());
58+ Path dirPath = Paths .get ("c:/users/karln/Downloads/ATL03_20250302235544_11742607_006_01.h5" );
5959 processFile (dirPath );
6060 } catch (Exception e ) {
6161 throw new IllegalStateException (e );
Original file line number Diff line number Diff line change 33import org .hdf5javalib .dataclass .HdfFixedPoint ;
44import org .hdf5javalib .datatype .FixedPointDatatype ;
55import org .hdf5javalib .hdfjava .HdfDataFile ;
6- import org .hdf5javalib .hdfjava .HdfFileReader ;
76import org .hdf5javalib .utils .HdfDisplayUtils ;
87
98import java .io .IOException ;
@@ -230,7 +229,7 @@ public int getGroupInternalNodeK() {
230229 return groupInternalNodeK ;
231230 }
232231
233- public HdfFixedPoint getRootGroupObjectHeaderAddresss () {
232+ public HdfFixedPoint getRootGroupObjectHeaderAddress () {
234233 return rootGroupObjectHeaderAddress ;
235234 }
236235
You can’t perform that action at this time.
0 commit comments