ocssw
V2022
|
read_write.c
Go to the documentation of this file.
33 fprintf(stderr, "Cannot read line %d to %d from SDS %s\n", startline, startline + buflines - 1, sds_name);
75 int write_sds(int32 sd_id, char *SDSname, void *data, int startline, int buflines, int Nl, int Np, int32 numtype, void *fillvalue, float64 scale_factor, char verbose, char gzip) {
116 if (SDwritedata(sds_id, start, NULL, edges, (VOIDP)((char *)data + k * Np * sizeoftype)) == -1) {
117 fprintf(stderr,"Cannot write line %d to %d in SDS %s\n",start[0], start[0] + edges[0] - 1, SDSname);
int read_sds_block(int32 sds_id, int startline, int buflines, void *dataP)
Definition: read_write.c:19
int write_sds(int32 sd_id, char *SDSname, void *data, int startline, int buflines, int Nl, int Np, int32 numtype, void *fillvalue, float64 scale_factor, char verbose, char gzip)
Definition: read_write.c:75
HDF4 data type of the output SDS Default is DFNT_FLOAT32 Common types used DFNT_INT16
Definition: HOWTO_Add_a_product.txt:67
no change in intended resolving MODur00064 Corrected handling of bad ephemeris attitude data
Definition: HISTORY.txt:356
Extra metadata that will be written to the HDF4 file l2prod rank
Definition: HOWTO_Add_a_product.txt:80
HDF4 data type of the output SDS Default is DFNT_FLOAT32 Common types used DFNT_FLOAT32
Definition: HOWTO_Add_a_product.txt:67