ocssw
V2022
|
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <math.h>
#include <string.h>
#include <fcntl.h>
Include dependency graph for ancil.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | annotation |
Macros | |
#define | DBG 1 |
#define | ERROR 1 |
#define | FAILURE 5 |
#define | ISFIRST 1 |
#define | NOTFIRST 0 |
#define | LAST 999 |
#define | SUCCESS 0 |
#define | OK 0 |
#define | LISTSIZE 1000 |
#define | MAXLABLEN 200 |
#define | MAXDESCLEN 1000 |
#define | MAXNAMELNG 255 |
#define | GEOMNAME "Equal-Angle SDS" |
#define | GEOMCLASS "Geometry" |
#define | GEOMSIZE ((2*sizeof(int32_t))+(6*sizeof(float))) |
#define | AVGVGRPNAME "Average" /* inner HDF Average Vgroup name */ |
#define | STDVGRPNAME "Std. Deviation" /* inner HDF Std. Dev. Vgroup name */ |
#define | OBSVGRPNAME "No. of Obs." /* inner HDF No. Obs. Vgroup name */ |
#define | UNKNOWN 0 |
#define | NW 1 |
#define | NORTH 2 |
#define | NE 3 |
#define | WEST 4 |
#define | CENTER 5 |
#define | EAST 6 |
#define | SW 7 |
#define | SOUTH 8 |
#define | SE 9 |
Functions | |
void | resize_oz (short *, int, int, int, int, short *) |
Macro Definition Documentation
◆ AVGVGRPNAME
#define AVGVGRPNAME "Average" /* inner HDF Average Vgroup name */ |
◆ CENTER
◆ DBG
◆ EAST
◆ ERROR
◆ FAILURE
◆ GEOMCLASS
◆ GEOMNAME
◆ GEOMSIZE
◆ ISFIRST
◆ LAST
◆ LISTSIZE
◆ MAXDESCLEN
◆ MAXLABLEN
◆ MAXNAMELNG
◆ NE
◆ NORTH
◆ NOTFIRST
◆ NW
◆ OBSVGRPNAME
◆ OK
◆ SE
◆ SOUTH
◆ STDVGRPNAME
#define STDVGRPNAME "Std. Deviation" /* inner HDF Std. Dev. Vgroup name */ |
◆ SUCCESS
◆ SW
◆ UNKNOWN
◆ WEST
Function Documentation
◆ resize_oz()
void resize_oz | ( | short * | , |
int | , | ||
int | , | ||
int | , | ||
int | , | ||
short * | |||
) |
Definition at line 1 of file resize_oz.c.