Synopsis
int hdf5_read (struct hdfile *f
,
struct image *image
,
int satcorr
);
int hdf5_write (const char *filename
,
const void *data
,
int width
,
int height
,
int type
);
struct hdfile;
void hdfile_close (struct hdfile *f
);
int16_t * hdfile_get_image_binned (struct hdfile *hdfile
,
int binning
,
int16_t *maxp
);
char * hdfile_get_string_value (struct hdfile *f
,
const char *name
);
struct hdfile * hdfile_open (const char *filename
);
char ** hdfile_read_group (struct hdfile *f
,
int *n
,
const char *parent
,
int **p_is_group
,
int **p_is_image
);
int hdfile_set_first_image (struct hdfile *f
,
const char *group
);
int hdfile_set_image (struct hdfile *f
,
const char *path
);
Details
hdf5_read ()
int hdf5_read (struct hdfile *f
,
struct image *image
,
int satcorr
);
hdf5_write ()
int hdf5_write (const char *filename
,
const void *data
,
int width
,
int height
,
int type
);
struct hdfile
struct hdfile;
hdfile_close ()
void hdfile_close (struct hdfile *f
);
hdfile_get_image_binned ()
int16_t * hdfile_get_image_binned (struct hdfile *hdfile
,
int binning
,
int16_t *maxp
);
hdfile_get_string_value ()
char * hdfile_get_string_value (struct hdfile *f
,
const char *name
);
hdfile_open ()
struct hdfile * hdfile_open (const char *filename
);
hdfile_read_group ()
char ** hdfile_read_group (struct hdfile *f
,
int *n
,
const char *parent
,
int **p_is_group
,
int **p_is_image
);
hdfile_set_first_image ()
int hdfile_set_first_image (struct hdfile *f
,
const char *group
);
hdfile_set_image ()
int hdfile_set_image (struct hdfile *f
,
const char *path
);