Functions | |
| int | irplib_spectrum_find_brightest (const cpl_image *in, int offset, spec_shadows shadows, double min_bright, int orient, double *pos) |
| Finds the brightest spectrum in an image. | |
| int irplib_spectrum_find_brightest | ( | const cpl_image * | in, | |
| int | offset, | |||
| spec_shadows | shadows, | |||
| double | min_bright, | |||
| int | orient, | |||
| double * | pos | |||
| ) |
Finds the brightest spectrum in an image.
| in | spectral image with spectra | |
| offset | the diff. between pos. and neg. spectra | |
| shadows | the spectral shadows | |
| min_bright | min. bright. required for a spectrum | |
| orient | 1 for vertical spec. 0 for horizontal ones | |
| pos | the computed spectrum position (1->npix) |
Definition at line 85 of file irplib_spectrum.c.
References median().
1.5.1