Functions | |
| void | ngciracqH4RGRefStDev (float *res, double *Sq2, float *s, int n, int size) |
| void | ngciracqH4RGRefSumSquare (float *data, double *sum, int size, int init) |
| void | ngciracqH4RGRefSum2Square (float *data1, float *data2, double *sum, int size, int init) |
| void | ngciracqH4RGRefSum21Square (float *data, float *dataStore, double *sum, int size, int nx2, int init) |
| void | ngciracqH4RGRefSub (float *data, float *sum, int size, int sub, int init) |
| void | ngciracqH4RGRefAdd (float *data, float *sum, float *tmp, int size, int init) |
| void | ngciracqH4RGRefAdd2 (float *data1, float *data2, float *sum, float *tmp, int size, int init) |
| void | ngciracqH4RGRefAdd21 (float *data, float *dataStore, float *sum, float *tmp, int size, int nx2, int init) |
| void | ngciracqH4RGRefAdd4 (float *data, double *sum1, double *sum2, int *nSat, int size, int sampCnt, int satLevel, int init) |
| void | ngciracqH4RGRefPixCorr (float *dataRef, ngcpp_t *data, int nx, int ny) |
| void | ngciracqH4RGRefPixCorr21 (float *dataRef, ngcpp_t *data, int nx, int ny) |
| void | ngciracqH4RGRefPixCorr32 (float *dataRef, int *data, int nx, int ny) |
| void | ngciracqH4RGRefPixCorrFloat (float *dataRef, float *data, int nx, int ny) |
| float | ngciracqH4RGRefValue (float *r) |
Variables | |
| int | ngciracqH4RGRefPix = 0 |
| int | ngciracqH4RGOffPix = 0 |
| void ngciracqH4RGRefAdd | ( | float * | data, |
| float * | sum, | ||
| float * | tmp, | ||
| int | size, | ||
| int | init ) |
Add frame (reference pixels)
| void ngciracqH4RGRefAdd2 | ( | float * | data1, |
| float * | data2, | ||
| float * | sum, | ||
| float * | tmp, | ||
| int | size, | ||
| int | init ) |
Add frame (Reset-Read-Read, reference pixels)
| void ngciracqH4RGRefAdd21 | ( | float * | data, |
| float * | dataStore, | ||
| float * | sum, | ||
| float * | tmp, | ||
| int | size, | ||
| int | nx2, | ||
| int | init ) |
Add frame (Read-Reset-Read, reference pixels)
| void ngciracqH4RGRefAdd4 | ( | float * | data, |
| double * | sum1, | ||
| double * | sum2, | ||
| int * | nSat, | ||
| int | size, | ||
| int | sampCnt, | ||
| int | satLevel, | ||
| int | init ) |
Compute sums for least square fit (reference pixels)
| void ngciracqH4RGRefPixCorr | ( | float * | dataRef, |
| ngcpp_t * | data, | ||
| int | nx, | ||
| int | ny ) |
Apply reference pixels
| void ngciracqH4RGRefPixCorr21 | ( | float * | dataRef, |
| ngcpp_t * | data, | ||
| int | nx, | ||
| int | ny ) |
Apply reference pixels (Read-Reset-Read)
| void ngciracqH4RGRefPixCorr32 | ( | float * | dataRef, |
| int * | data, | ||
| int | nx, | ||
| int | ny ) |
Apply reference pixels (32-bit integer data)
| void ngciracqH4RGRefPixCorrFloat | ( | float * | dataRef, |
| float * | data, | ||
| int | nx, | ||
| int | ny ) |
Apply reference pixels (32-bit floating point data)
| void ngciracqH4RGRefStDev | ( | float * | res, |
| double * | Sq2, | ||
| float * | s, | ||
| int | n, | ||
| int | size ) |
Compute standard deviation frame (reference pixels)
| void ngciracqH4RGRefSub | ( | float * | data, |
| float * | sum, | ||
| int | size, | ||
| int | sub, | ||
| int | init ) |
Subtract frame (reference pixels)
| void ngciracqH4RGRefSum21Square | ( | float * | data, |
| float * | dataStore, | ||
| double * | sum, | ||
| int | size, | ||
| int | nx2, | ||
| int | init ) |
Compute sum of squares (Read-Reset-Read, reference pixels)
| void ngciracqH4RGRefSum2Square | ( | float * | data1, |
| float * | data2, | ||
| double * | sum, | ||
| int | size, | ||
| int | init ) |
Compute sum of squares (Reset-Read-Read, reference pixels)
| void ngciracqH4RGRefSumSquare | ( | float * | data, |
| double * | sum, | ||
| int | size, | ||
| int | init ) |
Compute sum of squares (reference pixels)
| float ngciracqH4RGRefValue | ( | float * | r | ) |
Compute reference value
| int ngciracqH4RGOffPix = 0 |
offset pixels algorithm
| int ngciracqH4RGRefPix = 0 |
reference pixels algorithm