48#define DEG2RAD .017453292519943296
49#define RAD2DEG 57.295779513082321
int dealias_pvol_by_quantity(PolarVolume_t *inobj, const char *quantity, double emax)
Function for dealiasing polar volume data for the specified parameter.
Definition dealias.c:526
int dealiased(PolarScan_t *scan)
Determines whether a scan is dealiased or not and performs dealiasing of the VRAD parameter.
Definition dealias.c:72
int dealiased_by_quantity(PolarScan_t *scan, const char *quantity)
Determines whether a scan is dealiased or not.
Definition dealias.c:48
int dealias_scan_by_quantity(PolarScan_t *inobj, const char *quantity, double emax)
Function for dealiasing polar scan data for the specified parameter.
Definition dealias.c:309
double max_vector(double *a, int n)
Returns the maximum of a vector.
Definition dealias.c:29
int dealias_pvol(PolarVolume_t *inobj)
Function for dealiasing polar volume data for the VRAD parameter.
Definition dealias.c:544
double min_vector(double *a, int n)
Returns the minimum of a vector.
Definition dealias.c:39
int dealias_scan(PolarScan_t *inobj)
Function for dealiasing polar scan data for the VRAD parameter.
Definition dealias.c:522
PolarScanParam_t * create_dealiased_parameter(PolarScan_t *scan, const char *quantity, const char *newquantity)
Creates a dealiased parameter from the scan / quantity.
Definition dealias.c:76
Defines the functions available when working with polar scans.
Defines the functions available when working with one parameter in a polar scan.
Defines the functions available when working with polar volumes.
Allocation routines for keeping track on memory.
Used for keeping track on attributes.
Defines the functions for debugging rave.
Generic implementation of an object that is used within rave.
Type definitions for RAVE.
Utilities for translating between different units and other useful functions.
Represents one param in a scan.
Definition polarscanparam.c:41
Represents one scan in a volume.
Definition polarscan.c:47
Represents a volume.
Definition polarvolume.c:51