|
libdsproc3
2.0
|
Dataset Filtering Functions. More...
Go to the source code of this file.
Functions | |
| void | dsproc_disable_nan_filter_warnings (void) |
| Disable the warning messages from the NaN/Inf Filter. | |
| int | dsproc_filter_var_nans (CDSVar *var) |
| Replace NaN and Inf values in a variable with missing values. | |
| int | dsproc_filter_dataset_nans (CDSGroup *dataset, int warn) |
| Replace NaN and Inf values in a dataset with missing values. | |
| void | dsproc_set_overlap_filtering_mode (int mode) |
| Filter overlapping data records. | |
Variables | |
| DSProc * | _DSProc |
| Internal DSProc structure. | |
| int | gDisableNanFilterWarnings = 0 |
| Flag used to disable the NaN filtering warnings. | |
| int | gFilterOverlaps = 0 |
| Flag used to allow overlapping records to be filtered. | |
Dataset Filtering Functions.
Definition in file dsproc_dataset_filters.c.
| int gDisableNanFilterWarnings = 0 |
Flag used to disable the NaN filtering warnings.
Definition at line 44 of file dsproc_dataset_filters.c.
| int gFilterOverlaps = 0 |
Flag used to allow overlapping records to be filtered.
Definition at line 47 of file dsproc_dataset_filters.c.