|
High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
|
Common functions. More...

Functions | |
| double | fraction (double x, double y, double r_out) |
| Fraction of pixel bounded. | |
| void | dchole (double a[IMNUM+1][IMNUM+1], double b[IMNUM+1], cpl_size n) |
| Cholesky decomposition of definite symmetric matrix to solve Ax = b. | |
Common functions.
| void dchole | ( | double | a[IMNUM+1][IMNUM+1], |
| double | b[IMNUM+1], | ||
| cpl_size | n | ||
| ) |
Cholesky decomposition of definite symmetric matrix to solve Ax = b.
| a | . |
| b | . |
| n | . |
Description: Cholesky decomposition of definite symmetric matrix to solve Ax = b
| double fraction | ( | double | x, |
| double | y, | ||
| double | r_out | ||
| ) |
Fraction of pixel bounded.
| x | X Cordinate relative to center |
| y | Y Cordinate relative to center |
| r_out |
Description: Returns fraction of pixel bounded by 0 - r_out x,y coordinates relative to centre. Uses linear approximation ok if pixel located >>1 away from centre.