MUSE Pipeline Reference Manual  2.1.1
Data Fields
muse_astro_rvcorr Struct Reference

Structure to store bary-, helio-, and geocentric velocity corrections. More...

#include <muse_astro.h>

Data Fields

double bary
 
double helio
 
double geo
 

Detailed Description

Structure to store bary-, helio-, and geocentric velocity corrections.

Definition at line 43 of file muse_astro.h.

Field Documentation

double muse_astro_rvcorr::bary

barycentric correction

Definition at line 44 of file muse_astro.h.

Referenced by muse_astro_rvcorr_compute(), muse_astro_wavelength_vacuum_to_air(), and muse_rvcorrect().

double muse_astro_rvcorr::geo

geocentric correction

Definition at line 46 of file muse_astro.h.

Referenced by muse_astro_rvcorr_compute(), muse_astro_wavelength_vacuum_to_air(), and muse_rvcorrect().

double muse_astro_rvcorr::helio

heliocentric correction

Definition at line 45 of file muse_astro.h.

Referenced by muse_astro_rvcorr_compute(), muse_astro_wavelength_vacuum_to_air(), and muse_rvcorrect().


The documentation for this struct was generated from the following file: