.TH VMMOSSTANDARD "7" "3.1.7" "vmmosstandard" "vimos recipes" .SH NAME vmmosstandard \- Reduce a MOS standard star exposure. .SH SYNOPSIS esorex .B vmmosstandard [OPTIONS] FILE.sof .SH DESCRIPTION This recipe is used to calibrate and extract a standard star spectrum obtained in MOS mode, and compare it with a catalog spectrum to obtain the efficiency and the response curves. .PP Input files: DO category: Type: Explanation: Required: MOS_STANDARD Raw Science exposure Y MASTER_BIAS Calib Master bias Y EXTINCT_TABLE Calib Atmospheric extinction Y STD_FLUX_TABLE Calib Standard star fluxes Y MASTER_DARK Calib Master dark . .PP MOS_MASTER_SCREEN_FLAT Calib Normalised flat field . .PP EXTRACT_TABLE Calib Extraction table . .PP GRISM_TABLE Calib Grism table Y CCD_TABLE Calib Bad pixel table . .PP Output files: DO category: Data type: Explanation: MOS_STANDARD_REDUCED FITS image Extracted spectrum MOS_STANDARD_EXTRACTED FITS image Sky subtracted slit spectra MOS_STANDARD_SKY FITS image Sky slit spectra MOS_STANDARD_SKY_EXTRACTED FITS image Extracted sky spectrum OBJECT_TABLE FITS table Objects spectra identification WINDOW_TABLE FITS table Objects positions in slit MOS_SPECPHOT_TABLE FITS table Efficiency and response curves The standard star spectrum is calibrated and extracted as described for the recipe vmmosobsstare. The extracted spectrum is compared to catalog fluxes of the same star to obtain the efficiency curve and the response curve to use for flux calibration. For this comparison the extracted spectrum is converted into electrons/sec/Angstrom. The catalog fluxes, as well as the atmospheric extinction factors, are remapped to the same wavelength bins of the extracted spectrum. After removing the effect of the atmospheric extinction (i.e., correcting the extracted spectrum to airmass zero), the response curve is derived as the ratio between the catalog spectrum and the calibrated spectrum. .PP The efficiency curve is obtained by dividing the extracted spectrum in electrons/sec/Angstrom by the the catalog fluxes converted from erg/cm/cm/s/Angstrom to photons/s/Angstrom (at 100% efficiency each photon would correspond to one electron). .PP For more details, please refer to the VIMOS Pipeline User\'s Guide. .SH OPTIONS .TP \fB\-\-BiasMethod\fR \fI\fR Bias removal method. (str; default: \'Zmaster\'). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.bias.removing.method\fR [default = \fIZmaster\fR]. .TP \fB\-\-SkyMethod\fR \fI\fR Sky level determination method. (str; default: \'Median\'). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.sky.method\fR [default = \fIMedian\fR]. .TP \fB\-\-PolyOrder\fR \fI\fR Degree of polynomial used when the SkyMethod is set to Fit. (long; default: 0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.sky.order\fR [default = \fI0\fR]. .TP \fB\-\-SkyKSigmaLow\fR \fI\fR Low threshold for K\-sigma rejection in sky fitting. (float; default: 3.0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.sky.ksigma.low\fR [default = \fI3.0\fR]. .TP \fB\-\-SkyKSigmaHigh\fR \fI\fR High threshold for K\-sigma rejection in sky fitting. (float; default: 3.0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.sky.ksigma.high\fR [default = \fI3.0\fR]. .TP \fB\-\-Fuzz\fR \fI\fR Extra pixels from expected position of spectrum edge in extraction. (long; default: 5). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.extraction.fuzz\fR [default = \fI5\fR]. .TP \fB\-\-SlitMargin\fR \fI\fR Number of excluded pixels at slit ends in object search or in sky level determination. (long; default: 2). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.detection.exclude\fR [default = \fI2\fR]. .TP \fB\-\-LineWidth\fR \fI\fR Size of spectrum to extract around any skyline. (long; default: 16). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.sky.linewidth\fR [default = \fI16\fR]. .TP \fB\-\-DetectionLevel\fR \fI\fR Object detection level in units of sigma. (float; default: 10.0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.detection.sigma\fR [default = \fI10.0\fR]. .TP \fB\-\-WatershedLevels\fR \fI\fR Number of levels in the watershed method in object detection. (long; default: 32). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.detection.levels\fR [default = \fI32\fR]. .TP \fB\-\-WatershedFraction\fR \fI\fR Flux fraction to use in watershed. (float; default: 0.01). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.detection.fraction\fR [default = \fI0.01\fR]. .TP \fB\-\-MinObjectSize\fR \fI\fR Minimal size for an object candidate to be considered an object. (long; default: 2). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.detection.minsize\fR [default = \fI2\fR]. .TP \fB\-\-MaxObjectSize\fR \fI\fR Maximal size for an object candidate for not trying deblend into sub\- objects. (long; default: 7). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.detection.maxsize\fR [default = \fI7\fR]. .TP \fB\-\-CleanBadPixel\fR \fI\fR Bad pixel correction on MOS science exposure. (bool; default: True). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.badpixel.clean\fR [default = \fITrue\fR]. .TP \fB\-\-HorneExtraction\fR \fI\fR Use 1D Horne extraction. (bool; default: False). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.extraction.optimal\fR [default = \fIFalse\fR]. .TP \fB\-\-ModelSlit\fR \fI\fR Model wavelength solution within each slit. (bool; default: True). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.slit.model\fR [default = \fITrue\fR]. .TP \fB\-\-ModelSlitOrder\fR \fI\fR Order of polynomial for wavelength solution modeling within each slit. (long; default: 0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.slit.order\fR [default = \fI0\fR]. .TP \fB\-\-UseSkylines\fR \fI\fR Use sky lines to refine the wavelength calibration (bool; default: True). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.sky.align\fR [default = \fITrue\fR]. .TP \fB\-\-ResponseOrder\fR \fI\fR Order of the polynomial used to smooth the instrument response curve. (long; default: 5). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.response.order\fR [default = \fI5\fR]. .TP \fB\-\-ReduceAnyFrame\fR \fI\fR Reduce any frame. (bool; default: False). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.reduceall\fR [default = \fIFalse\fR]. .TP \fB\-\-ComputeQC\fR \fI\fR Compute QC1 parameters (bool; default: True). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.quality.enable\fR [default = \fITrue\fR]. .TP \fB\-\-SelectSlit\fR \fI\fR Slit containing the standard star. (long; default: 0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.slit.select\fR [default = \fI0\fR]. .PP 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. .SH SEE ALSO The full documentation for the vimos pipeline can be downloaded as a PDF file using the following URL: .IP .B ftp://ftp.eso.org/pub/dfs/pipelines/vimos/vimos\-pipeline\-manual\-6.9.pdf .PP An overview over the existing ESO pipelines can be found on the web page \fBhttp://www.eso.org/sci/software/pipelines/\fR. .PP Basic documentation about the EsoRex program can be found at the esorex (1) man page. .PP It is possible to call the pipelines from python using the python\-cpl package. See \fBhttp://packages.python.org/python\-cpl/index.html\fR for further information. .PP The other recipes of the vimos pipeline are .IR vmbias (7), .IR vmdark (7), .IR vmdet (7), .IR vmifucalib (7), .IR vmifucombine (7), .IR vmifucombinecube (7), .IR vmifuscience (7), .IR vmifustandard (7), .IR vmimcalphot (7), .IR vmimflatscreen (7), .IR vmimflatsky (7), .IR vmimobsjitter (7), .IR vmimobsstare (7), .IR vmimpreimaging (7), .IR vmimstandard (7), .IR vmmoscalib (7), .IR vmmoscombine (7), .IR vmmosobsjitter (7), .IR vmmosobsstare (7), .IR vmmosscience (7), .IR vmspcaldisp (7), .IR vmspflat (7), .IR vmspphot (7) .SH VERSION vmmosstandard 3.1.7 .SH AUTHOR ESO VIMOS Pipeline Team .SH BUG REPORTS Please report any problems to usd\-help@eso.org. Alternatively, you may send a report to the ESO User Support Department . .SH LICENSE This file is part of the VIMOS Instrument Pipeline Copyright (C) 2002\-2005 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 02110\-1301 USA