Go to the source code of this file.
Functions |
| void | locate (double xx[], int n, double x, int *j) |
| SIGSIM_API int | Stellar_Irradiance (METIN *met, double alt, double half_FOV) |
| int | Single_Star_Irradiance (long star_index, double *x, double *y, double *irradiance, METIN *met, double alt, double half_FOV) |
| SIGSIM_API int | Single_Star_Position (long star_index, VECTOR *seu_position, double *temperature, double *attenuation, METIN *met, double alt) |
Function Documentation
| void locate |
( |
double |
xx[], |
|
|
int |
n, |
|
|
double |
x, |
|
|
int * |
j |
|
) |
| |
| int Single_Star_Irradiance |
( |
long |
star_index, |
|
|
double * |
x, |
|
|
double * |
y, |
|
|
double * |
irradiance, |
|
|
METIN * |
met, |
|
|
double |
alt, |
|
|
double |
half_FOV |
|
) |
| |
| SIGSIM_API int Single_Star_Position |
( |
long |
star_index, |
|
|
VECTOR * |
seu_position, |
|
|
double * |
temperature, |
|
|
double * |
attenuation, |
|
|
METIN * |
met, |
|
|
double |
alt |
|
) |
| |