10.11.2012 Views

Reference Manual of the nadc-tools API and Libraries - SRON

Reference Manual of the nadc-tools API and Libraries - SRON

Reference Manual of the nadc-tools API and Libraries - SRON

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2.22.2 NADC CRE H5 EArray uint8<br />

Identifier NADC CRE H5 EArray uint8<br />

Purpose create HDF5 dataset, X-dimension fixed, Y-dimension extensible<br />

Usage NADC CRE H5 EArray uint8( locID, arrName, xdim, compression,<br />

buffer );<br />

Input hid t locID : HDF5 identifier <strong>of</strong> file or group<br />

char *arrName : name <strong>of</strong> dataset<br />

hsize t xdim : size if first an fasted varying dimension<br />

int compression : compression level (0 = no compression)<br />

unsigned char *buffer : data to write<br />

Returns Nothing, error status passed by global variable “<strong>nadc</strong> stat”<br />

Comment None<br />

2.22.3 NADC CRE H5 EArray uint16<br />

Identifier NADC CRE H5 EArray uint16<br />

Purpose create HDF5 dataset, X-dimension fixed, Y-dimension extensible<br />

Usage NADC CRE H5 EArray uint16( locID, arrName, xdim, compression,<br />

buffer );<br />

Input hid t locID : HDF5 identifier <strong>of</strong> file or group<br />

char *arrName : name <strong>of</strong> dataset<br />

hsize t xdim : size if first an fasted varying dimension<br />

int compression : compression level (0 = no compression)<br />

unsigned short *buffer : data to write<br />

Returns Nothing, error status passed by global variable “<strong>nadc</strong> stat”<br />

Comment None<br />

2.22.4 NADC CRE H5 EArray int32<br />

Identifier NADC CRE H5 EArray int32<br />

Purpose create HDF5 dataset, X-dimension fixed, Y-dimension extensible<br />

Usage NADC CRE H5 EArray int32( locID, arrName, xdim, compression,<br />

buffer );<br />

Input hid t locID : HDF5 identifier <strong>of</strong> file or group<br />

char *arrName : name <strong>of</strong> dataset<br />

hsize t xdim : size if first an fasted varying dimension<br />

int compression : compression level (0 = no compression)<br />

int *buffer : data to write<br />

Returns Nothing, error status passed by global variable “<strong>nadc</strong> stat”<br />

Comment None<br />

40

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!