# AUTHOR: S. Zibetti # SOURCE: QC # DATE: 2016-02-23 # VERSION: 1.0 # COLAPRV: S. Zibetti # PUBAPRV: None # COLUMN1 : CALIFAID , int , , CALIFA ID # COLUMN2 : NAME , string , , The name of the galaxy # COLUMN3 : FLAG_OBS_SKYMAG, short, , Flag for critical sky surface brightness # COLUMN4 : FLAG_OBS_EXT, short, , Flag for critical atmospheric extinction # COLUMN5 : FLAG_OBS_AM, short, , Flag for critical airmass # COLUMN6 : FLAG_RED_STRAYLIGHT, short, , Flag for critical straylight # COLUMN7 : FLAG_RED_DISP, short, , Flag for critical spectral resolution # COLUMN8 : FLAG_RED_CDISP, short, , Flag for critical cross-dispersion # COLUMN9 : FLAG_RED_SKYLINES, short, , Flag for critical sky subtraction of 4358 # COLUMN10: FLAG_RED_LIMSB, short, , Flag for critical limiting surface brightness sensitivity # COLUMN11: FLAG_RED_ERRSPEC, short, , Flag for abnormal error datacube # COLUMN12: FLAG_CAL_SPECPHOTO, short, , Flag for critical spectrophotometric quality from integrated spectrum # COLUMN13: FLAG_CAL_WL, short, , Flag for critical wavelength calibration stability # COLUMN14: FLAG_CAL_IMGQUAL, short, , Flag for critical reconstructed image quality # COLUMN15: FLAG_CAL_SPECQUAL, short, , Flag for critical integrated spectrum quality # COLUMN16: FLAG_CAL_FLATSDSS, short, , Flag for flat-fielding relative to SDSS; -1 if not applied # COLUMN17: FLAG_CAL_REGISTRATION, short, , Flag for 2D registration relative to SDSS; -1 if not applied # COLUMN18: FLAG_RELEASE, short, , 1: include in DR3; 0: do not include in DR3 # COLUMN19: NOTES, string, , notes Flag definitions: -1 = undefined 0 = OK 1 = WARNING 2 = BAD - Observing conditions: * FLAG_OBS_SKYMAG: Sky brightness * Warning: OBS_SKYMAG_MEAN <19.5 OR OBS_SKYMAG_RMS>0.1 * Bad: never * FLAG_OBS_EXT: Atmospheric Extinction * Warning: OBS_EXT_MEAN >0.3 OR OBS_EXT_MAX>0.35 OR OBS_EXT_RMS>0.1 * Bad: never * FLAG_OBS_AM: Airmass * Warning: OBS_AM_MEAN>2.0 OR OBS_AM_MAX>2.5 OR OBS_AM_RMS>0.15 * Bad: never - Instrument/reduction: * FLAG_RED_STRAYLIGHT: Straylight * Warning: RED_MEANSTRAYLIGHT_MAX >50 OR RED_MAXSTRAYLIGHT_MAX >75 OR RED_RMSSTRAYLIGHT_MAX>15 * Bad: RED_MEANSTRAYLIGHT_MAX >100 OR RED_MAXSTRAYLIGHT_MAX >150 OR RED_RMSSTRAYLIGHT_MAX >30 * FLAG_RED_DISP: Spectral Dispersion FWHM * Warning: RED_DISP_MEAN >5.5 OR RED_DISP_MAX >10 OR RED_DISP_RMS>0.5 * Bad: RED_DISP_MEAN >10 * FLAG_RED_CDISP: Cross-dispersion FWHM * Warning: RED_CDISP_MEAN >3 OR RED_CDISP_MAX >=4 OR RED_CDISP_RMS>0.25 * Bad: never * FLAG_RED_SKYLINES: Skyline residuals after sky subtraction * Warning: RED_RES5577_MIN< -0.1 OR RED_RES5577_MAX>0.1 OR RED_RES5577_RMS>1 * Bad: never * FLAG_RED_LIMSB: Limiting surface brightness * Warning: RED_LIMSB <23.0 AB_mag arcsec^-2 * Bad: RED_LIMSB <22.50 AB_mag arcsec^-2 * FLAG_RED_ERRSPEC: Error datacube * Warning: RED_FRAC_BIGERR > 0.4 * Bad: RED_FRAC_BIGERR > 0.6 - Spectrophotometry: * FLAG_CAL_SPECPHOTO: One flag combining flux ratio in g and r and visual checks on the SED * Warning: CAL_QFLUX_G > 0.06dex OR CAL_QFLUX_G < -0.06dex OR CAL_QFLUX_R > 0.06dex OR CAL_QFLUX_R < -0.06dex OR CAL_QFLUX_RMS >0.1 OR any warning from the F_S_SHAPE or F_S_PHOT_* flags in the QCVC * Bad: CAL_QFLUX_G > 0.097dex OR CAL_QFLUX_G < -0.097dex OR CAL_QFLUX_R > 0.097dex OR CAL_QFLUX_R < -0.097dex OR CAL_QFLUX_RMS >0.2 OR any "bad" from the F_S_SHAPE or F_S_PHOT_SDSS_G or F_S_PHOT_SDSS_R flags in the QCVC - Wavelength calibration: * FLAG_CAL_WL * Warning: CAL_RMSVELMEAN > 2 * Bad: CAL_RMSVELMEAN > 5 - Image reconstruction and registration: * FLAG_CAL_IMGQUAL: visual checks on the reconstructed V-band image * FLAG_CAL_REGISTRATION: visual checks on the registration diagnostic plots (chi^2 surfaces); -1 if registration based on nominal telescope offsets rather than on comparison with SDSS imaging - Integrated spectrum in 30"-aperture * FLAG_CAL_SPECQUAL: visual checks on the integrated spectrum for anomalous shapes and bumps, drops, anomalously low SNR etc. - "flat fielding" relative to the SDSS: * FLAG_CAL_FLATSDSS: visual checks on the response function used to match the cube to the SDSS photometry, combined flag on 2D reconstruted image and 30"-integrated spectrum; -1 if "flat fielding" not applied