gonexus

package
v0.7.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HDF5Data

type HDF5Data struct {
	Data  []float64
	Shape []int
	Rank  int
	Size  int
}

HDF5Data represents HDF5 data

func ReadHDF5

func ReadHDF5(filename, dataset string) (*HDF5Data, error)

ReadHDF5 function reads a given dataset from a file path and returns medata (as a map), data array (as floats64) and error

type HDF5MetaData

type HDF5MetaData struct {
	Name  string
	DType string
	Shape []int
	Size  int64
}

HDF5MetaData represents content of single dataset within HDF5 file

func Content

func Content(fileName string) ([]HDF5MetaData, error)

Content provides content of the given HDF5 file and return list of HDF5MetaData structs

Directories

Path Synopsis
integration
gotest command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL