}
public void test2() throws InvalidRangeException, IOException {
//H5header.setDebugFlags( new ucar.nc2.util.DebugFlagsImpl("H5header/header"));
NetcdfFile ncfile = TestH5.openH5("npoess/ExampleFiles/AVAFO_NPP_d2003125_t10109_e101038_b9_c2005829155458_devl_Tst.h5");
Variable dset = ncfile.findVariable("Data_Products/VIIRS-AF-EDR/VIIRS-AF-EDR_Gran_0");
Array data = dset.read();
NCdump.printArray(data, "data", System.out, null);
}
public void test3() throws InvalidRangeException, IOException {