.TH VMIMSTANDARD "7" "3.2.3" "vmimstandard" "vimos recipes" .SH NAME vmimstandard \- Reduce an imaging standard star exposure. .SH SYNOPSIS esorex .B vmimstandard [OPTIONS] FILE.sof .SH DESCRIPTION This recipe is used to determine the instrumental magnitude of the stars matching the entries of a photometric catalog. The same procedure applied by the recipe vmimobsstare is used to reduce the standard field image. SExtractor v2.1.6 is used for the source detection task. .PP Input files: DO category: Type: Explanation: Required: IMG_STANDARD Raw Standard stars image Y MASTER_BIAS Calib Master bias Y MASTER_DARK Calib Master dark . .PP IMG_MASTER_SKY_FLAT Calib Master sky flat Y PHOTOMETRIC_CATALOG Calib Photometric catalog Y PHOTOMETRIC_TABLE Calib Photometric table Y CCD_TABLE Calib Bad pixel table . .PP Output files: DO category: Data type: Explanation: IMG_STAR_MATCH_TABLE FITS table List of found standard stars IMG_STANDARD_REDUCED FITS image Reduced scientific exposure IMG_GALAXY_TABLE FITS table List of detected objects The galaxy table is the output of SExtractor converted into FITS format. The star match table is the list of identified standard stars, with their positions on sky and CCD and their instrumental and catalog magnitudes. .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\-\-CleanBadPixel\fR \fI\fR Bad pixel correction on reduced science image. (bool; default: False). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.badpixel.clean\fR [default = \fIFalse\fR]. .TP \fB\-\-CleanCosmic\fR \fI\fR Cosmic ray removal from input science image. (bool; default: True). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.cosmics.clean\fR [default = \fITrue\fR]. .TP \fB\-\-CosmicsThreshold\fR \fI\fR Threshold for cosmic ray candidate selection. (float; default: 4.0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.cosmics.threshold\fR [default = \fI4.0\fR]. .TP \fB\-\-CosmicsRatio\fR \fI\fR Ratio for discrimination of objects and cosmics. (float; default: 2.0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.cosmics.ratio\fR [default = \fI2.0\fR]. .TP \fB\-\-MagLimit\fR \fI\fR Magnitude upper limit for selection of detected objects. (float; default: 100.0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.matching.magnitude.limit\fR [default = \fI100.0\fR]. .TP \fB\-\-StarIndex\fR \fI\fR Stellarity index used to select stars in the image. (float; default: 0.01). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.matching.stellarity\fR [default = \fI0.01\fR]. .TP \fB\-\-MinStars\fR \fI\fR Minimum number of stars required. (int; default: 3). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.matching.stars\fR [default = \fI3\fR]. .TP \fB\-\-SearchRadius\fR \fI\fR Aperture used for object identification. (float; default: 5.0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.matching.radius\fR [default = \fI5.0\fR]. .TP \fB\-\-MagInitial\fR \fI\fR Magnitude tolerance for initial selection of matching stars. (float; default: 2.5). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.matching.magnitude.initial\fR [default = \fI2.5\fR]. .TP \fB\-\-MagFinal\fR \fI\fR Magnitude tolerance for final selection of matching stars. (float; default: 1.5). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.matching.magnitude.final\fR [default = \fI1.5\fR]. .TP \fB\-\-KSigmaClip\fR \fI\fR Sigma clipping factor used when matching stars. (float; default: 2.0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.matching.ksigma\fR [default = \fI2.0\fR]. .TP \fB\-\-TemperatureCheck\fR \fI\fR Check beam temperature when updating the world coordinate system. (bool; default: True). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.temperature.check\fR [default = \fITrue\fR]. .TP \fB\-\-TemperatureTolerance\fR \fI\fR Maximum allowed difference between beam and ambient temperature. (float; default: 3.0). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.temperature.tolerance\fR [default = \fI3.0\fR]. .TP \fB\-\-RemoteCatalog\fR \fI\fR Enable online access to a catalog server. (Not yet implemented!) (bool; default: False). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.matching.catalog.remote\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\-\-ReduceAnyFrame\fR \fI\fR Reduce any frame. (bool; default: True). The full name of this option for the EsoRex configuration file is \fBvimos.Parameters.reduceall\fR [default = \fITrue\fR]. .TP \fB\-\-SExtractor.AnalysisThresh\fR \fI\fR Surface brightness threshold for FWHM computation. (float; default: 2.5). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.AnalysisThresh\fR [default = \fI2.5\fR]. .TP \fB\-\-SExtractor.AssocData\fR \fI\fR Column indices for columns to copy to the catalog output. (str; default: \'2,3,4\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.AssocData\fR [default = \fI2,3,4\fR]. .TP \fB\-\-SExtractor.AssocName\fR \fI\fR Name of the ASSOC file. (str; default: \'sky.list\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.AssocName\fR [default = \fIsky.list\fR]. .TP \fB\-\-SExtractor.AssocParams\fR \fI\fR Column indices in the ASSOC file to use as coordinates and weight for cross\-matching. (str; default: \'2,3,4\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.AssocParams\fR [default = \fI2,3,4\fR]. .TP \fB\-\-SExtractor.AssocRadius\fR \fI\fR Search radius for ASSOC. (float; default: 2.0). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.AssocRadius\fR [default = \fI2.0\fR]. .TP \fB\-\-SExtractor.AssocSelecType\fR \fI\fR Output selector for detected sources. (str; default: \'MATCHED\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.AssocSelecType\fR [default = \fIMATCHED\fR]. .TP \fB\-\-SExtractor.AssocType\fR \fI\fR Method for cross\-matching. (str; default: \'MAG_SUM\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.AssocType\fR [default = \fIMAG_SUM\fR]. .TP \fB\-\-SExtractor.BackFilterSize\fR \fI\fR Size (in background meshes) of the background filtering mask. (int; default: 3). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.BackFilterSize\fR [default = \fI3\fR]. .TP \fB\-\-SExtractor.BackPhotoThick\fR \fI\fR Thickness of the background LOCAL annulus. (int; default: 24). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.BackPhotoThick\fR [default = \fI24\fR]. .TP \fB\-\-SExtractor.BackPhotoType\fR \fI\fR Select background for magnitude computation. (str; default: \'GLOBAL\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.BackPhotoType\fR [default = \fIGLOBAL\fR]. .TP \fB\-\-SExtractor.BackSize\fR \fI\fR Size of a background mesh. (int; default: 64). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.BackSize\fR [default = \fI64\fR]. .TP \fB\-\-SExtractor.BackValue\fR \fI\fR Constant to subtract from the images for MANUAL background subtraction. (float; default: 0.0). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.BackValue\fR [default = \fI0.0\fR]. .TP \fB\-\-SExtractor.CatalogType\fR \fI\fR Select output catalog format (only ASCII_HEAD is supported). (str; default: \'ASCII_HEAD\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.CatalogType\fR [default = \fIASCII_HEAD\fR]. .TP \fB\-\-SExtractor.CheckImageName\fR \fI\fR Check image file name. (str; default: \'check.fits\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.CheckImageName\fR [default = \fIcheck.fits\fR]. .TP \fB\-\-SExtractor.CheckImageType\fR \fI\fR Select information to put in the `check image\'. (str; default: \'NONE\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.CheckImageType\fR [default = \fINONE\fR]. .TP \fB\-\-SExtractor.Clean\fR \fI\fR If `Y\', clean catalog before writing. (str; default: \'Y\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.Clean\fR [default = \fIY\fR]. .TP \fB\-\-SExtractor.CleanParam\fR \fI\fR Cleaning efficiency. (float; default: 1.0). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.CleanParam\fR [default = \fI1.0\fR]. .TP \fB\-\-SExtractor.DeblendMinCont\fR \fI\fR Minimum contrast for deblending. (float; default: 0.005). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.DeblendMinCont\fR [default = \fI0.005\fR]. .TP \fB\-\-SExtractor.DeblendNthresh\fR \fI\fR Number of deblending sub\-thresholds. (int; default: 32). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.DeblendNthresh\fR [default = \fI32\fR]. .TP \fB\-\-SExtractor.DetectMinArea\fR \fI\fR Minimum number of pixels above threshold triggering detection. (int; default: 5). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.DetectMinArea\fR [default = \fI5\fR]. .TP \fB\-\-SExtractor.DetectThresh\fR \fI\fR Detection threshold (relative to background RMS). (float; default: 2.0). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.DetectThresh\fR [default = \fI2.0\fR]. .TP \fB\-\-SExtractor.DetectType\fR \fI\fR Device type the image originates from. (str; default: \'CCD\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.DetectType\fR [default = \fICCD\fR]. .TP \fB\-\-SExtractor.Filter\fR \fI\fR If `Y\', filter data before extraction. (str; default: \'N\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.Filter\fR [default = \fIN\fR]. .TP \fB\-\-SExtractor.FilterName\fR \fI\fR Name of the file containing the filter definition. (str; default: \'/usr/share/esopipes/vimos\-3.2.3/config/vimos.conv\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.FilterName\fR [default = \fI/usr/share/esopipes/vimos\-3.2.3/config/vimos.conv\fR]. .TP \fB\-\-SExtractor.FilterThresh\fR \fI\fR Lower, upper threshold (in background sigmas) for filtering (retina\- filtering only). (str; default: \'\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.FilterThresh\fR [default = \fI\fR]. .TP \fB\-\-SExtractor.FlagImage\fR \fI\fR Flag image file name. (str; default: \'flag.fits\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.FlagImage\fR [default = \fIflag.fits\fR]. .TP \fB\-\-SExtractor.FlagType\fR \fI\fR Flag combination method. (str; default: \'OR\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.FlagType\fR [default = \fIOR\fR]. .TP \fB\-\-SExtractor.InterpMaxXlag\fR \fI\fR Maximum X gap allowed in interpolation. (int; default: 16). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.InterpMaxXlag\fR [default = \fI16\fR]. .TP \fB\-\-SExtractor.InterpMaxYlag\fR \fI\fR Maximum Y gap allowed in interpolation. (int; default: 16). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.InterpMaxYlag\fR [default = \fI16\fR]. .TP \fB\-\-SExtractor.InterpType\fR \fI\fR Interpolation method. (str; default: \'ALL\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.InterpType\fR [default = \fIALL\fR]. .TP \fB\-\-SExtractor.MagGamma\fR \fI\fR Gamma of emulsion (only used in PHOTO mode). (float; default: 4.0). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.MagGamma\fR [default = \fI4.0\fR]. .TP \fB\-\-SExtractor.MagZeropoint\fR \fI\fR Zero\-point offset to apply to magnitudes. (float; default: 0.0). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.MagZeropoint\fR [default = \fI0.0\fR]. .TP \fB\-\-SExtractor.MaskType\fR \fI\fR Masking of neighbours for photometry. (str; default: \'CORRECT\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.MaskType\fR [default = \fICORRECT\fR]. .TP \fB\-\-SExtractor.MemoryBufSize\fR \fI\fR Number of scan\-lines in the image buffer. (int; default: 1024). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.MemoryBufSize\fR [default = \fI1024\fR]. .TP \fB\-\-SExtractor.MemoryObjStack\fR \fI\fR Maximum number of objects the object stack can contain. (int; default: 2000). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.MemoryObjStack\fR [default = \fI2000\fR]. .TP \fB\-\-SExtractor.MemoryPixStack\fR \fI\fR Maximum number of pixels the pixel stack can contain. (int; default: 100000). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.MemoryPixStack\fR [default = \fI100000\fR]. .TP \fB\-\-SExtractor.PhotApertures\fR \fI\fR Aperture diameters used for MAG_APER. (float; default: 5.0). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.PhotApertures\fR [default = \fI5.0\fR]. .TP \fB\-\-SExtractor.PhotAutoParams\fR \fI\fR MAG_AUTO controls: 1st order moment scaling parameter, minimum Rmin. (str; default: \'2.5,3.5\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.PhotAutoParams\fR [default = \fI2.5,3.5\fR]. .TP \fB\-\-SExtractor.SExtractor\fR \fI\fR Path to the sextractor executable. (str; default: \'/usr/bin/sex\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.SExtractor\fR [default = \fI/usr/bin/sex\fR]. .TP \fB\-\-SExtractor.SaturLevel\fR \fI\fR Pixel values above are considered saturated. (float; default: 60000.0). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.SaturLevel\fR [default = \fI60000.0\fR]. .TP \fB\-\-SExtractor.StarNnwName\fR \fI\fR Name of the neuronal network weights file. (str; default: \'/usr/share/esopipes/vimos\-3.2.3/config/vimos.nnw\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.StarNnwName\fR [default = \fI/usr/share/esopipes/vimos\-3.2.3/config/vimos.nnw\fR]. .TP \fB\-\-SExtractor.Timeout\fR \fI\fR Time after which sextractor will be aborted. (float; default: 300.0). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.Timeout\fR [default = \fI300.0\fR]. .TP \fB\-\-SExtractor.VerboseType\fR \fI\fR Selects verbosity level. (str; default: \'QUIET\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.VerboseType\fR [default = \fIQUIET\fR]. .TP \fB\-\-SExtractor.WeightType\fR \fI\fR Selects the weighting scheme. (str; default: \'NONE\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.WeightType\fR [default = \fINONE\fR]. .TP \fB\-\-SExtractor.Window\fR \fI\fR Frame window used in SExtractor detection. (str; default: \'100,100,1948,2340\'). The full name of this option for the EsoRex configuration file is \fBvimos.SExtractor.Window\fR [default = \fI100,100,1948,2340\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 \fBhttps://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 \fBhttps://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 vmmoscalib (7), .IR vmmoscombine (7), .IR vmmosobsjitter (7), .IR vmmosobsstare (7), .IR vmmosscience (7), .IR vmmosstandard (7), .IR vmspcaldisp (7), .IR vmspflat (7), .IR vmspphot (7) .SH VERSION vmimstandard 3.2.3 .SH AUTHOR ESO VIMOS Pipeline Team and VIMOS Consortium .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 currently part of the VIMOS Instrument Pipeline Copyright (C) 2002\-2011 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