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.30.4 PYTABLE append array<br />

Identifier PYTABLE append array<br />

Purpose append data to HDF5 dataset, extending <strong>the</strong> dimension ”extdim”<br />

Usage stat = PYTABLE append array( locID, dset name,<br />

extdim, count, buffer );<br />

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

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

int extdim : dimension to extend<br />

int count : number <strong>of</strong> arrays to write<br />

void *buffer : data to write<br />

Returns A negative value is returned on failure.<br />

Comment none<br />

2.30.5 PYTABLE write records<br />

Identifier PYTABLE write records<br />

Purpose Write records to an HDF5 array<br />

Usage stat = PYTABLE write records( locID, dset name, start, step,<br />

count, buffer );<br />

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

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

hsize t *start : index <strong>of</strong> first row to overwrite<br />

hsize t *step :<br />

hsize t *count : number <strong>of</strong> rows to write<br />

void *buffer : data to write<br />

Returns A negative value is returned on failure.<br />

Comment none<br />

2.31 NADC RECEIVEDATE<br />

Identifier NADC RECEIVEDATE<br />

Author R.M. van Hees<br />

Language ANSI C<br />

Purpose obtain modification date from operating system<br />

Usage NADC RECEIVEDATE( flname, receivedate );<br />

Input char *flname : name <strong>of</strong> file<br />

char *receivedate : receive date (UTC)<br />

Returns nothing<br />

Comment None<br />

49

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

Saved successfully!

Ooh no, something went wrong!