X-shooter Pipeline Reference Manual 3.8.15
Typedefs | Enumerations | Functions
xsh_spectrum.h File Reference
#include <cpl.h>

Go to the source code of this file.

Typedefs

typedef enum SPEC_SHADOWS spec_shadows
 

Enumerations

enum  SPEC_SHADOWS { TWO_SHADOWS , ONE_SHADOW , NO_SHADOW }
 

Functions

int xsh_spectrum_find_brightest (const cpl_image *, int, spec_shadows, double, int, double *)
 Finds the brightest spectrum in an image.
 
cpl_vector * xsh_spectrum_detect_peaks (const cpl_vector *, int, double, int)
 Detect the brightest features in a spectrum.
 

Typedef Documentation

◆ spec_shadows

typedef enum SPEC_SHADOWS spec_shadows

Enumeration Type Documentation

◆ SPEC_SHADOWS

Enumerator
TWO_SHADOWS 
ONE_SHADOW 
NO_SHADOW 

Definition at line 41 of file xsh_spectrum.h.