#include <stdio.h>
#include "l12_proto.h"
#include "smi_climatology.h"
#include "read_pixel_anc_file.h"
#include <libnav.h>
#include <xcal.h>
#include <smile.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <sys/time.h>
Go to the source code of this file.
|
unsigned long int | random_seed () |
|
float | make_noise (float sigma) |
|
float | noise_model_hmodisa (float lt, int32_t iw, float snr_mult) |
|
float | noise_model_swf (float lt, int32_t iw, float snr_mult) |
|
float | get_Lt_noise (float lt, int32_t iw, int32_t sensorID, float snr_fac) |
|
float | get_anc_noise (float anc_unc, float anc_data, float inp_factor, char anc_name[20]) |
|
int | loadl1 (filehandle *l1file, l1str *l1rec) |
|
◆ get_anc_noise()
float get_anc_noise |
( |
float |
anc_unc, |
|
|
float |
anc_data, |
|
|
float |
inp_factor, |
|
|
char |
anc_name[20] |
|
) |
| |
◆ get_Lt_noise()
float get_Lt_noise |
( |
float |
lt, |
|
|
int32_t |
iw, |
|
|
int32_t |
sensorID, |
|
|
float |
snr_fac |
|
) |
| |
◆ loadl1()
int loadl1 |
( |
filehandle * |
l1file, |
|
|
l1str * |
l1rec |
|
) |
| |
◆ make_noise()
float make_noise |
( |
float |
sigma | ) |
|
◆ noise_model_hmodisa()
float noise_model_hmodisa |
( |
float |
lt, |
|
|
int32_t |
iw, |
|
|
float |
snr_mult |
|
) |
| |
◆ noise_model_swf()
float noise_model_swf |
( |
float |
lt, |
|
|
int32_t |
iw, |
|
|
float |
snr_mult |
|
) |
| |
◆ random_seed()
unsigned long int random_seed |
( |
| ) |
|