muse_sky_lsf(7) Compute the LSF

SYNOPSIS

esorex muse_sky_lsf [OPTIONS] FILE.sof

DESCRIPTION

Compute the LSF model of the slices from the response to a lines spectrum (ARC lamp).

OPTIONS

--lambdamin <float>
Cut off the data below this wavelength after loading the pixel table(s). (float; default: 4000.0). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.lambdamin [default = 4000.0].
--lambdamax <float>
Cut off the data above this wavelength after loading the pixel table(s). (float; default: 10000.0). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.lambdamax [default = 10000.0].
--max_iterations <long>
Maximum number of minimization steps for the slice parameter fit. If set to zero, the slice parameter fit is omitted at all and the first guess is used. Note that this number is meant per degree of freedom, so the total number is 14 times higher. (long; default: 20). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.max_iterations [default = 20].
--store_subtracted <bool>
Output the pixel table after the LSF subtraction. (bool; default: False). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.store_subtracted [default = False].
--orig <str>
If specified, write an additional column containing the original data to the pixel table. (str; default: ''). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.orig [default = ].
--slice_fit_offset <bool>
Use wavelength offset as slice dependent fit parameter. (bool; default: True). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.slice_fit_offset [default = True].
--slice_fit_refraction <bool>
Use the refraction index as slice dependent fit parameter. (bool; default: False). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.slice_fit_refraction [default = False].
--slice_fit_slit_width <bool>
Use the slit width as fit parameter. (bool; default: True). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.slice_fit_slit_width [default = True].
--slice_fit_bin_width <bool>
Use the bin width as fit parameter. (bool; default: True). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.slice_fit_bin_width [default = True].
--slice_fit_lsf_width <long>
Polynomial order for the LSF width fit parameter. Use -1 to not fit the LSF width. (long; default: 1). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.slice_fit_lsf_width [default = 1].
--slice_fit_h3 <long>
Polynomial order for the H3 fit parameter. Use -1 to not fit H3. (long; default: 0). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.slice_fit_h3 [default = 0].
--slice_fit_h4 <long>
Polynomial order for the H4 fit parameter. Use -1 to not fit H4. (long; default: 1). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.slice_fit_h4 [default = 1].
--slice_fit_h5 <long>
Polynomial order for the H5 fit parameter. Use -1 to not fit H5. (long; default: 0). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.slice_fit_h5 [default = 0].
--slice_fit_h6 <long>
Polynomial order for the H6 fit parameter. Use -1 to not fit H6. (long; default: 1). The full name of this option for the EsoRex configuration file is muse.muse_sky_lsf.slice_fit_h6 [default = 1].

Note that it is possible to create a configuration file containing these options, along with suitable default values. Please refer to the details provided by the 'esorex --help' command.

VERSION

muse_sky_lsf 0.18.5

AUTHOR

Ole Streicher <[email protected]>

BUG REPORTS

Please report any problems to [email protected]. Alternatively, you may send a report to the ESO User Support Department <[email protected]>.

LICENSE

This file is part of the MUSE Instrument Pipeline Copyright (C) 2005, 2014 European Southern Observatory

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA