MUSE Pipeline Reference Manual
1.0.2
|
Functions | |
muse_rvcorrect_type | muse_rvcorrect_select_type (const char *aTypeString) |
Select type of radial velocity correction to be done from type string. More... | |
cpl_error_code | muse_rvcorrect (muse_pixtable *aPixtable, muse_rvcorrect_type aType) |
Correct the wavelengths of all pixels of a given pixel table for radial velocity shift. More... | |
cpl_error_code muse_rvcorrect | ( | muse_pixtable * | aPixtable, |
muse_rvcorrect_type | aType | ||
) |
Correct the wavelengths of all pixels of a given pixel table for radial velocity shift.
aPixtable | the input pixel table to correct for DAR |
aType | type of velocity correction to perform |
return CPL_ERROR_NULL_INPUT | the input pixel table and/or one of its components are NULL |
return CPL_ERROR_ILLEGAL_INPUT | an unknown aType was given |
Definition at line 116 of file muse_rvcorrect.c.
References muse_astro_rvcorr::bary, muse_astro_rvcorr::geo, muse_pixtable::header, muse_astro_rvcorr::helio, muse_astro_rvcorr_compute(), MUSE_HDR_PT_RVCORR, muse_pixtable_get_nrow(), and muse_pixtable::table.
Referenced by muse_postproc_process_exposure().
muse_rvcorrect_type muse_rvcorrect_select_type | ( | const char * | aTypeString | ) |
Select type of radial velocity correction to be done from type string.
aTypeString | type string of velocity correction to perform |
set CPL_ERROR_NULL_INPUT, return MUSE_RVCORRECT_UNKNOWN | aTypeString is NULL |
set CPL_ERROR_ILLEGAL_INPUT, return MUSE_RVCORRECT_UNKNOWN | an unknown aType was given |
Definition at line 73 of file muse_rvcorrect.c.