|
ocssw
V2022
|
#include <stdint.h>
Include dependency graph for uncertainty.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | uncertainty_struct |
Functions | |
| int | alloc_uncertainty (int32_t nbands, int32_t nbands_ac, int32_t npix, uncertainty_t *uncertainty) |
| int | cp_uncertainty (uncertainty_t *oldrec, uncertainty_t *newrec, int32_t ip) |
| void | init_uncertainty (uncertainty_t *uncertainty, int ifscan) |
| void | free_uncertainty (uncertainty_t *uncertainty) |
Function Documentation
◆ alloc_uncertainty()
| int alloc_uncertainty | ( | int32_t | nbands, |
| int32_t | nbands_ac, | ||
| int32_t | npix, | ||
| uncertainty_t * | uncertainty | ||
| ) |
Definition at line 21 of file uncertainty.c.
◆ cp_uncertainty()
| int cp_uncertainty | ( | uncertainty_t * | oldrec, |
| uncertainty_t * | newrec, | ||
| int32_t | ip | ||
| ) |
Definition at line 140 of file uncertainty.c.
◆ free_uncertainty()
| void free_uncertainty | ( | uncertainty_t * | uncertainty | ) |
Definition at line 270 of file uncertainty.c.
◆ init_uncertainty()
| void init_uncertainty | ( | uncertainty_t * | uncertainty, |
| int | ifscan | ||
| ) |
Definition at line 177 of file uncertainty.c.


