Metadata Model

Warning

The text below is flagged to identify cases where files/data are specific to MaNGA or a MaNGA data release. Anything that is not directly tied to the MaNGA-specific execution of the DAP (e.g., the naming convention and directory structure) will be relevant to analysis of non-MaNGA data. If you have questions or find problems, please Submit an issue.

Maskbits

The mask bits for the DAP output files are pulled from last tagged version of IDLUTILS for SDSS-IV. These are distributed with the DAP and located in $MANGADAP_DIR/mangadap/data/sdss.

Note

Some mask bits are informational, not necessarily indicating that the pixel should be ignored. Please read and understand the flags listed below to determine if it’s reasonable for your science case to simply ignore pixels with a non-zero mask value.

Some mask bits are still placeholders. They’re notional bits that are actually never set in the current version of the DAP.

The three bitmask groups for DAP output files are:

These bitmask groups are further described and listed below. For reference, we also list the two DRP bitmask groups that the DAP uses to flag the data it analyzes.

MANGA_DRP3QUAL

The MaNGA DRP uses a single bit to summarize the quality of the data reduction. The DAP class used to handle these bits and the bit values are below.

Class Instantiation: mangadap.util.drpbitmask.DRPQuality3DBitMask

Key

Bit

Description

RETIRED

0

Bit retired from use

BADDEPTH

1

IFU does not reach target depth

SKYSUBBAD

2

Bad sky subtraction in one or more frames

HIGHSCAT

3

High scattered light in one or more frames

BADASTROM

4

Bad astrometry in one or more frames

VARIABLELSF

5

LSF varies signif. between component spectra

BADOMEGA

6

Omega greater than threshhold in one or more sets

BADSET

7

One or more sets are bad

BADFLUX

8

Bad flux calibration

BADPSF

9

PSF estimate may be bad

MANYDEAD

10

Many dead fibers

RETIRED2

11

Bit retired, moved into MASTAR_QUAL instead

BLOWTORCH

12

Blowtorch artifact in one or more frames

SEVEREBT

13

Severe blowtorch artifact

UNUSUAL

14

Cube slightly unusual in some way but good for most science

CRITICAL

30

Critical failure in one or more frames

The DAP essentially only uses the CRITICAL flag and only when constructing the MANGA_DAPQUAL flag value.

MANGA_DRP3PIXMASK

The MaNGA DRP flags the datacube data using a small set of bits that are a consolidation of the bits flagged during the data reduction. The DAP currently uses a single class to handle the bitmasks associated with either the 2D RSS files and the 3D datacubes. Below are the bits for the 3D datacubes:

Class Instantiation: mangadap.util.drpbitmask.DRPFitsBitMask

Key

Bit

Description

NOCOV

0

No coverage in cube

LOWCOV

1

Low coverage depth in cube

DEADFIBER

2

Major contributing fiber is dead

FORESTAR

3

Foreground star

DONOTUSE

10

Do not use this spaxel for science

Warning

Because these flags are issued by the MaNGA data-reduction pipeline, they are specific to analysis of the MaNGA data and are not relevant to non-MaNGA applications.

MANGA_DAPQUAL

There is a single summary maskbit MANGA_DAPQUAL included in the headers of both the MAPS and LOGCUBE files describing the overall quality of the data. The DAP class used to handle these bits and the bit values are below.

Class Instantiation: mangadap.dapfits.DAPQualityBitMask

Key

Bit

Description

FORESTAR

0

There is a FORESTAR region within the data cube.

BADZ

1

NSA redshift does not match derived redshift (placeholder)

LINELESS

2

No emission lines in data cube (placeholder)

PPXFFAIL

3

pPXF failed to fit this object (placeholder)

SINGLEBIN

4

Voronoi binning resulted in all spectra in a single bin

BADGEOM

5

Invalid input geometry; elliptical coordinates and effective radius are meaningless.

DRPCRIT

28

Critical failure in DRP

DAPCRIT

29

Critical failure in DAP

CRITICAL

30

Critical failure in DRP or DAP

Anything with the CRITICAL bit set in MANGA_DAPQUAL should generally not be used for scientific purposes.

MANGA_DAPPIXMASK

MANGA_DAPPIXMASK is the 2D image bitmask used to describe the quality of individual pixel measurements in the DAP MAPS file. The DAP class used to handle these bits and the bit values are below.

Class Instantiation: mangadap.dapfits.DAPMapsBitMask

Key

Bit

Description

NOCOV

0

No coverage in this spaxel (propagated from DRP)

LOWCOV

1

Low coverage in this spaxel (propagated from DRP)

DEADFIBER

2

Major contributing fiber is dead (propagated from DRP)

FORESTAR

3

Foreground star (propagated from DRP)

NOVALUE

4

Spaxel was not included in analysis because it did not meet selection criteria

UNRELIABLE

5

Value is deemed unreliable

MATHERROR

6

Mathematical error in computing value

FITFAILED

7

Fit optimization algorithm failed

NEARBOUND

8

Fitted parameter is at or too near an imposed boundary

NOCORRECTION

9

Appropriate correction for this parameter is not available

MULTICOMP

10

Multi-component velocity features present

DONOTUSE

30

Do not use this spaxel for science

The most important flags are incorporated into the DONOTUSE bit, which indicates that a given pixel should not be used for science.

The NEARBOUND flag

The NEARBOUND flag is used to signify that a returned parameter is likely biased by an imposed boundary on the allowed parameter space. These are specifically relevant to the pPXF kinematics from PPXFFit (stellar) and Sasuke (gas). We use pPXF with a \(\pm 2000\) km/s limit relative to the input guess velocity (set by \(cz\) in SCINPVEL header keyword in the PRIMARY extension and most often identical to the NSA redshift) on the returned velocity and \({\rm d}v/100 < \sigma < 1000\) limit on the velocity dispersion, where \({\rm d}v\) is the size of the MaNGA LOGCUBE wavelength channel (\(\sim 70\) km/s; given by the VSTEP header keyword in the PRIMARY extension). The returned velocity is determined to be NEARBOUND if the “best-fit” value is within 1/100 of the width of the allowed range of either boundary; i.e., NEARBOUND is triggered if the velocity is \(-2000<v<-1980\) or \(1980<v<2000\). For the velocity dispersion, NEARBOUND is triggered by the same criterion but geometrically; i.e., if the velocity dispersion is \(0.69 < \sigma < 0.74\) or \(929.8 < \sigma < 1000\).

The UNRELIABLE flag

The UNRELIABLE flag is not incorporated into the DONOTUSE flag. This flag is tripped based on various judgement calls made by the MaNGA data products committee (DPC) and the pipeline development teams. You are strongly encouraged to understand the implications of this flag on the data and how to properly make the distinction between the DONOTUSE and UNRELIABLE flags for your science application. The definition of the UNRELIABLE flag can change with time, in the hope that we eventually converge to a refined set of criteria that allow users to determine when measurements can be trusted carte blanche and when the data should be treated more skeptically. Only spaxels where analysis has been attempted (with non-zero bin IDs) are flagged as UNRELIABLE if they meet the necessary criteria. Please Submit an issue if you find a set of automated criteria that would be useful to the development team in terms of what you would like to see marked as UNRELIABLE.

Currently, the use of the UNRELIABLE flag is still rather limited. This is not to say that all measurements are reliable, but reflects our hesitance to set (robust) criteria for isolating unreliable measurements, either because we don’t think we’re able or because we haven’t had sufficient time to do so. Below, we list the condition under which UNRELIABLE flags are tripped, and the affected masks in the MAPS file.

Affected mask

Criteria

EMLINE_SFLUX_MASK

If there are any masked pixels in the three passbands (blue, main, red) used to construct the measurement.

EMLINE_SEW_MASK

If there are any masked pixels in the three passbands (blue, main, red) used to construct the measurement.

SPECINDEX_MASK, SPECINDEX_BF_MASK, SPECINDEX_WGT_MASK

If there are any masked pixels in the three passbands (blue, main, red) used to construct the measurement.

MANGA_DAPSPECMASK

MANGA_DAPPIXMASK is the 3D model cube bitmask used to describe the quality of individual spaxel fits in the DAP model data cube file. The DAP class used to handle these bits and the bit values are below.

Class Instantiation: mangadap.dapfits.DAPCubeBitMask

Key

Bit

Description

IGNORED

0

Pixel was ignored because it was flagged as either DONOTUSE or FORESTAR by the DRP, the fraction of valid spectral channels limited the spectral coverage below the set threshold (see FSPECCOV in header), or the S/N estimate of the spectrum was below the binning threshold (see BINMINSN in header).

FORESTAR

1

Pixel ignored because flagged as FORESTAR by the DRP.

FLUXINVALID

2

Pixel ignored because no valid (stacked) flux.

IVARINVALID

3

Pixel ignored because inverse variance invalid.

ARTIFACT

4

Ignored during fitting - designated as containing an artifact.

FITIGNORED

5

Ignored by both the stellar-continuum and emission-line fitting algorithms: S/N below the fitting threshold (see SCMINSN and ELFMINSN in header), outside designated spectral range for fit (see FITWAVE in header), contains an emission-line (for stellar-continuum fitting only), limitations of the spectral range and/or accurate convolution of the template spectra, or rejected during fit iterations.

FITFAILED

6

Stellar-continuum or emission-line fit failed.

ELIGNORED

7

Ignored by the emission-line fit: S/N below the fitting threshold (see ELFMINSN in header) or outside range of any emission-line fitting window.

ELFAILED

8

Emission-line fit failed.

NOMODEL

9

Identifies pixels outside of the fitted spectral range.

Reference Files

Internally, the DAP uses separate bitmasks to flag data resulting from each of its main modules. These bitmasks are written to the module reference files and then consolidated into the bits tabulated above for the main DAP output files (the MAPS and model LOGCUBE files). These bits are listed in the description of each analysis module; e.g., SpatiallyBinnedSpectraBitMask.


DAP Execution Files

The DAP is configured using an input execution plan file created by the user (when the default plan is not used). There are additional intermediary script files created by the DAP to allow for event handling and cluster coordination.

See Execution for more general information about execution of the DAP; the following is for its survey-level execution.

AnalysisPlan file

Warning

Although generic to the DAP, this description of the analysis plan files is specific to the DR17 and earlier version of the DAP. See Analysis Plans for the current format and usage of these files.

For a general description the AnalysisPlan file, see the DAP AnalysisPlan.

File root: $MANGA_SPECTRO_ANALYSIS/$MANGADRP_VER/$MANGADAP_VER/log/[timestamp]

File name: mpl[MPL]_plan.par

In the file template, [timestamp] is the time when the rundap script was executed in the format, e.g., 01Nov2019T16.58.40UTC and [MPL] is the MPL number (e.g., 9). This is a single file that lists the ways in which each DRP LOGCUBE file is to be analyzed for each MPL. This file is created once by the person executing the DAP.

DRPComplete database

Warning

This file is specific to the survey-level execution of the DAP on MaNGA data.

File root: $MANGA_SPECTRO_ANALYSIS/$MANGADRP_VER/$MANGADAP_VER/common

File name: drpcomplete_$MANGADRP_VER.fits

The DRPComplete file is primarily created for the survey-level execution of the DAP. It collates information used to create the input configuration files for each DRP-produced datacube. The DRPComplete database is created/updated at the beginning of each Batch execution using automatically generated scripts.

The DRPComplete database is written to a fits file with a primary extension and a binary-table extension; the table extension has the following columns:

Column

Description

PLATE

The plate number of the observation

IFUDESIGN

The IFU used to observe the target

MODES

Specifies which DRP files are available on disk: (1) CUBE files only; (2) Both CUBE and RSS files.

MANGAID

String representation of the MaNGA ID

OBJRA

Nominal right ascension of the object center

OBJDEC

Nominal declination of the object center

CATID

ID number of the parent catalog

CATINDX

0-based index of the row within that parent catalog with the target information

TRG_VERSION

The version of the parent catalog

TRG_ID

The ID number of the object in the parent catalog.

MANGA_TARGET1

Targeting bits for main survey galaxies

MANGA_TARGET3

Targeting bits for ancillary programs

VEL

Redshift (\(cz\)) of the object used as an initial guess redshift.

VDISP

Characteristic velocity dispersion of the object

ELL

Photometric ellipticity

PA

Photometric position angle

REFF

Effective (half-light) radius

Note

  • The DAP currently only works with the LOG format, and does not search for or analyze the LIN format.

  • OBJRA and OBJDEC are not necessarily located at the center of the IFU field of view. The IFU center coordinates are provided in the DRPall file as IFURA and IFUDEC.

  • The MaNGA ID is defined as [CATID]-[CATINDX]

  • For the main survey galaxies, TRG_VERSION and TRG_ID are drawn from the NASA-Sloan atlas and are identical to ‘nsa_nsa_version’ and ‘nsa_nsaid’ in the DRPall file.

  • The MaNGA targeting bits; see MaNGA Bitmasks.

  • The redshifts from the NSA and ancillary-program catalogs are consolidated into the ‘z’ column in the DRPall file. See discussion of the “redshift fix file” below.

  • The characteristic velocity dispersion is virtually always not available and set to -9999. In this case, the DAP will default to a dispersion of 100 km/s.

  • For main survey galaxies, photometric measurements are taken from ‘nsa_ba’, ‘nsa_phi’ and ‘nsa_petro_th50_el’ in the DRPall file. If any of these values do not exist or are ‘nan’, they are set to -9999.0. Importantly, these placeholder values are replaced by ELL=0; PA=0; REFF=1 when processed by the DAP.

Redshift Fix File

Warning

This file is specific to the survey-level execution of the DAP on MaNGA data.

File root: $MANGADAP_DIR/mangadap/data/fix

File name: redshift_fix.par

The redshift-fix file is an SDSS-style parameter file used to replace any redshift (\(z\)) read from the DRPall or plateTargets files. It has a simple format that identifies the plate, ifudesign, and replacement redshift:

typedef struct {
    int plate;
    int ifudesign;
    double z;
} DAPZCORR;

DAPZCORR  9677  6102 0.0
DAPZCORR  9677  6103 0.0
...

This files serves to both provide redshifts for objects that don’t have them and replace incorrect redshifts from, e.g., the NASA-Sloan Atlas. The redshift-fix file is updated for each version of the DAP. This file is only used when constructing the DRPComplete database, which then propagates to the The DAP Datacube Configuration File and then to the DAP command-line script.

Photometry Fix File

Warning

This file is specific to the survey-level execution of the DAP on MaNGA data.

File root: $MANGADAP_DIR/mangadap/data/fix

File name: photometry_fix.par

The photometry-fix file is an SDSS-style parameter file used to replace photometric properties from the DRPall or plateTargets files. These properties are the isophotal ellipticity, \(\epsilon \equiv 1-b/a\), the major-axis position angle, \(\phi_0\), and the effective radius, \(R_{\rm eff}\). It has a simple format that identifies the plate, ifudesign, and replacement data:

typedef struct {
    int plate;
    int ifudesign;
    double ell;
    double pa;
    double reff;
} DAPPHOTCORR;

DAPPHOTCORR   8083 12702 0.265 7.57 28.3

The photometry-fix file is updated for each version of the DAP. This file is only used when constructing the DRPComplete database, which then propagates to the The DAP Datacube Configuration File and then to the DAP command-line script.

Execution Script

Warning

This file is specific to the survey-level execution of the DAP on MaNGA data.

File root: $MANGA_SPECTRO_ANALYSIS/$MANGADRP_VER/$MANGADAP_VER/log/[timestamp]/[PLATE]/[IFUDESIGN]

File name: mangadap-[PLATE]-[IFUDESIGN]

In the file template, [timestamp] is the time when the rundap script was executed in the format, e.g., 01Nov2019T16.58.40UTC, [PLATE] is the plate number and [IFUDESIGN] is the IFU number. These are the script files that are submitted to the Utah CHPC cluster to execute the DAP, as created by the rundap script

See Batch execution using automatically generated scripts.

Datacube Configuration File

Warning

This file is specific to the survey-level execution of the DAP on MaNGA data.

For a general description, see The DAP Datacube Configuration File.

File root: $MANGA_SPECTRO_ANALYSIS/$MANGADRP_VER/$MANGADAP_VER/common/[PLATE]/[IFUDESIGN]

File name: mangadap-[PLATE]-[IFUDESIGN]-LOG[MODE].ini

Symlink root: $MANGA_SPECTRO_ANALYSIS/$MANGADRP_VER/$MANGADAP_VER/[DAPTYPE]/[PLATE]/[IFUDESIGN]/ref

In the file templates, [PLATE] is the plate number, [IFUDESIGN] is the IFU number, [MODE] is the data format (always CUBE), and [DAPTYPE] is the keyword for the DAP Analysis Approach. These files provide input observational parameters to the DAP and are almost entirely from the NASA-Sloan Atlas.


DAPall database

Warning

This file is specific to the survey-level execution of the DAP on MaNGA data.

File root: $MANGA_SPECTRO_ANALYSIS/$MANGADRP_VER/$MANGADAP_VER

File name: dapall-$MANGADRP_VER-$MANGADAP_VER.fits

The DAPall file has an empty primary extension and then one extension for each DAPTYPE performed by a given analysis plan. The name of the extension is identically the DAPTYPE and it contains one row per analyzed datacube. For example, in DR17, the list of extensions in the DAPall file are:

Extension

Extension Name

0

PRIMARY

1

SPX-MILESHC-MASTARSSP

2

VOR10-MILESHC-MASTARSSP

3

HYB10-MILESHC-MASTARSSP

4

HYB10-MILESHC-MASTARHC2

Header data

The PRIMARY extension is empty apart from the following header keywords:

Key

Comment

VERSDRP3

DRP version

VERSDAP

DAP version

ELS[n]

Line name for non-parametric (summed) emission-line measurement at vector position n-1 in relevant columns of the database

ELG[n]

Line name for Gaussian emission-line measurement at vector position n-1 in relevant columns of the database

SPI[n]

Name of spectral index measurement at vector position n-1 in relevant columns of the database

SPIU[n]

Unit of the spectral index measurement at vector position n-1 in relevant columns of the database

CHECKSUM

Used for checking data fidelity

DATASUM

Used for checking data fidelity

DAPTYPE table data

Each subsequent extension, named after the DAP Analysis Approach (DAPTYPE), includes a binary table with the following columns:

Key

Type

Units

Comment

Basic designation and NSA information

PLATE

int

Plate number

IFUDESIGN

int

IFU design number

PLATEIFU

str

String combination of [PLATE]-[IFUDESIGN] to ease searching

MANGAID

str

MaNGA ID string

DRPALLINDX

int

Row index of the observation in the DRPall file

MODE

str

3D mode of the DRP file (CUBE or RSS)

DAPTYPE

str

Keyword of the analysis approach used (e.g., SPX-MILESHC-MASTARSSP)

DAPDONE

bool

Flag that MAPS file successfully produced

OBJRA

double

deg

RA of the galaxy center

OBJDEC

double

deg

Declination of the galaxy center

IFURA

double

deg

RA of the IFU pointing center (generally the same as OBJRA)

IFUDEC

double

deg

Declination of the IFU pointing center (generally the same as OBJDEC)

MNGTARG1

int

Main survey targeting bit (see MANGA_TARGET1 in MaNGA Bitmasks)

MNGTARG2

int

Non-galaxy targeting bit (see MANGA_TARGET2 in MaNGA Bitmasks)

MNGTARG3

int

Ancillary targeting bit (see MANGA_TARGET3 in MaNGA Bitmasks)

Z

double

Redshift used for initial guess velocity (typically identical to NSA_Z)

LDIST_Z

double

\(h^{-1} {\rm Mpc}\)

Luminosity distance based on Z and a standard cosmology (\(h=1; \Omega_M=0.3; \Omega_\Lambda=0.7\))

ADIST_Z

double

\(h^{-1} {\rm Mpc}\)

Angular-diameter distance based on Z and a standard cosmology (\(h=1; \Omega_M=0.3; \Omega_\Lambda=0.7\))

NSA_Z

double

Redshift from the NASA-Sloan Atlas

NSA_ZDIST

double

NSA distance estimate using pecular velocity model of Willick et al. (1997); multiply by \(c/H_0\) for Mpc.

LDIST_NSA_Z

double

\(h^{-1} {\rm Mpc}\)

Luminosity distance based on NSA_Z and a standard cosmology (\(h=1; \Omega_M=0.3; \Omega_\Lambda=0.7\))

ADIST_NSA_Z

double

\(h^{-1} {\rm Mpc}\)

Angular-diameter distance based on NSA_Z and a standard cosmology (\(h=1; \Omega_M=0.3; \Omega_\Lambda=0.7\))

NSA_ELPETRO_BA

double

NSA isophotal axial ratio from elliptical Petrosian analysis

NSA_ELPETRO_PHI

double

deg

NSA isophotal position angle from elliptical Petrosian analysis

NSA_ELPETRO_TH50_R

double

arcsec

NSA elliptical Petrosian effective radius in the r-band; the is the same as \(R_e\) below.

NSA_SERSIC_BA

double

NSA isophotal axial ratio from Sersic fit

NSA_SERSIC_PHI

double

deg

NSA isophotal position angle from Sersic fit

NSA_SERSIC_TH50

double

arcsec

NSA effective radius from the Sersic fit

NSA_SERSIC_N

double

NSA Sersic index

Version dependency and quality information

VERSDRP2

str

Version of DRP used for 2d reductions

VERSDRP3

str

Version of DRP used for 3d reductions

VERSCORE

str

Version of mangacore used by the DAP

VERSUTIL

str

Version of idlutils used by the DAP

VERSDAP

str

Version of mangadap

DRP3QUAL

str

DRP 3D quality bit (see MANGA_DRP3QUAL)

DAPQUAL

str

DAP quality bit (see MANGA_DAPQUAL)

DAP analysis flow information

RDXQAKEY

str

Configuration keyword for the method used to assess the reduced data

BINKEY

str

Configuration keyword for the spatial binning method

SCKEY

str

Configuration keyword for the method used to model the stellar-continuum

ELMKEY

str

Configuration keyword that defines the emission-line moment measurement method

ELFKEY

str

Configuration keyword that defines the emission-line modeling method

SIKEY

str

Configuration keyword that defines the spectral-index measurement method

BINTYPE

str

Type of binning used

BINSNR

int

Target for bin S/N, if Voronoi binning

TPLKEY

str

The identifier of the template library, e.g., MILES.

Additional info pulled from DAP fits file headers

DATEDAP

str

Date the DAP file was created and/or last modified.

DAPBINS

int

The number of “binned” spectra analyzed by the DAP.

Data assessments provided specifically in the DAPall file

RCOV90

double

arcsec

Semi-major axis radius (\(R\)) below which spaxels cover at least 90% of elliptical annuli with width \(R\pm 2.5\) arcsec. This should be independent of the DAPTYPE.

SNR_MED

double (vector)

Median S/N per pixel in the ‘’griz’’ bands within 1.0-1.5 \(R_e\). This should be independent of the DAPTYPE.

SNR_RING

double (vector)

S/N in the ‘’griz’’ bands when binning all spaxels within 1.0-1.5 \(R_e\). This should be independent of the DAPTYPE.

SB_1RE

double

\(10^{-17} {\rm erg/s/cm}^2\)/Å/spaxel

Mean g-band surface brightness of valid spaxels within 1 \(R_e\). This should be independent of the DAPTYPE.

BIN_RMAX

double

\(R_e\)

Maximum g-band luminosity-weighted semi-major radius of any “valid” binned spectrum.

BIN_R_N

double (vector)

Number of binned spectra with g-band luminosity-weighted centers within 0-1, 0.5-1.5, and 1.5-2.5 \(R_e\).

BIN_R_SNR

double (vector)

Median g-band S/N of all binned spectra with luminosity-weighted centers within 0-1, 0.5-1.5, and 1.5-2.5 \(R_e\).

STELLAR_Z

double

Flux-weighted mean redshift of the stellar component within a 2.5 arcsec aperture at the galaxy center.

STELLAR_VEL_LO

double

km/s

Stellar velocity at 2.5% growth of all valid spaxels.

STELLAR_VEL_HI

double

km/s

Stellar velocity at 97.5% growth of all valid spaxels.

STELLAR_VEL_LO_CLIP

double

km/s

Stellar velocity at 2.5% growth after iteratively clipping \(3\sigma\) outliers.

STELLAR_VEL_HI_CLIP

double

km/s

Stellar velocity at 97.5% growth after iteratively clipping \(3\sigma\) outliers.

STELLAR_SIGMA_1RE

double

km/s

Flux-weighted mean stellar velocity dispersion of all spaxels within 1 \(R_e\).

STELLAR_RCHI2_1RE

double

Median reduced \(chi^2\) of the stellar-continuum fit within 1 \(R_e\).

HA_Z

double

Flux-weighted mean redshift of the Hα line within a 2.5 arcsec aperture at the galaxy center.

HA_GVEL_LO

double

km/s

Gaussian-fitted velocity of the \({\rm H}\alpha\) line at 2.5% growth of all valid spaxels.

HA_GVEL_HI

double

km/s

Gaussian-fitted velocity of the \({\rm H}\alpha\) line at 97.5% growth of all valid spaxels.

HA_GVEL_LO_CLIP

double

km/s

Gaussian-fitted velocity of the \({\rm H}\alpha\) line at 2.5% growth after iteratively clipping \(3\sigma\) outliers.

HA_GVEL_HI_CLIP

double

km/s

Gaussian-fitted velocity of the \({\rm H}\alpha\) line at 97.5% growth iteratively clipping \(3\sigma\) outliers.

HA_GSIGMA_1RE

double

km/s

Flux-weighted \({\rm H}\alpha\) velocity dispersion (from Gaussian fit) of all spaxels within 1 \(R_e\).

HA_GSIGMA_HI

double

km/s

\({\rm H}\alpha\) velocity dispersion (from Gaussian fit) at 97.5% growth of all valid spaxels.

HA_GSIGMA_HI_CLIP

double

km/s

\({\rm H}\alpha\) velocity dispersion (from Gaussian fit) at 97.5% growth after iteratively clipping \(3\sigma\) outliers.

EMLINE_RCHI2_1RE

double

Median reduced \(\chi^2\) of the continuum+emission-line fit within 1 \(R_e\).

EMLINE_SFLUX_CEN

double (vector)

\(10^{-17} {\rm erg/s/cm}^2\)

Summed emission-line flux integrated within a 2.5 arcsec aperture at the galaxy center.

EMLINE_SFLUX_1RE

double (vector)

\(10^{-17} {\rm erg/s/cm}^2\)

Summed emission-line flux integrated within a 1 \(R_e\) aperture at the galaxy.

EMLINE_SFLUX_TOT

double (vector)

\(10^{-17} {\rm erg/s/cm}^2\)

Total integrated flux of each summed emission measurement within the full MaNGA field-of-view.

EMLINE_SSB_1RE

double (vector)

\(10^{-17} {\rm erg/s/cm}^2{\rm /spaxel}\)

Mean emission-line surface-brightness from the summed flux measurements within 1 \(R_e\).

EMLINE_SSB_PEAK

double (vector)

\(10^{-17} {\rm erg/s/cm}^2{\rm /spaxel}\)

Peak summed-flux emission-line surface brightness.

EMLINE_SEW_1RE

double (vector)

Mean emission-line equivalent width from the summed flux measurements within 1 \(R_e\).

EMLINE_SEW_PEAK

double (vector)

Peak emission-line equivalent width from the summed flux measurements.

EMLINE_GFLUX_CEN

double (vector)

\(10^{-17} {\rm erg/s/cm}^2\)

Gaussian-fitted emission-line flux integrated within a 2.5 arcsec aperture at the galaxy center.

EMLINE_GFLUX_1RE

double (vector)

\(10^{-17} {\rm erg/s/cm}^2\)

Gaussian-fitted emission-line flux integrated within a 1-\(R_e\) aperture at the galaxy.

EMLINE_GFLUX_TOT

double (vector)

\(10^{-17} {\rm erg/s/cm}^2\)

Total integrated flux of the Gaussian fit to each emission line within the full MaNGA field-of-view.

EMLINE_GSB_1RE

double (vector)

\(10^{-17} {\rm erg/s/cm}^2{\rm /spaxel}\)

Mean emission-line surface-brightness from the Gaussian-fitted flux measurements within 1 \(R_e\).

EMLINE_GSB_PEAK

double (vector)

\(10^{-17} {\rm erg/s/cm}^2{\rm /spaxel}\)

Peak Gaussian-fitted emission-line surface brightness.

EMLINE_GEW_1RE

double (vector)

Mean emission-line equivalent width from the Gaussian-fitted flux measurements within 1 \(R_e\).

EMLINE_GEW_PEAK

double (vector)

Peak emission-line equivalent width from the Gaussian-fitted flux measurements.

SPECINDEX_LO

double (vector)

Å, mag

Spectral index at 2.5% growth of all valid spaxels.

SPECINDEX_HI

double (vector)

Å, mag

Spectral index at 97.5% growth of all valid spaxels.

SPECINDEX_LO_CLIP

double (vector)

Å, mag

Spectral index at 2.5% growth after iteratively clipping \(3\sigma\) outliers.

SPECINDEX_HI_CLIP

double (vector)

Å, mag

Spectral index at 97.5% growth after iteratively clipping \(3\sigma\) outliers.

SPECINDEX_1RE

double (vector)

Å, mag

Median spectral index within 1 \(R_e\).

SFR_1RE

double

\(h^{-2} {\rm M}_\odot/yr\)

Simple estimate of the star-formation rate within 1 \(R_e\) based on the Gaussian-fitted \({\rm H}\alpha\) flux; \(\log {\rm SFR} = \log L_{{\rm H}\alpha} - 41.27\) (Kennicutt & Evans [2012, ARAA, 50, 531], citing Murphy et al. [2011, ApJ, 737, 67] and Hao et al. [2011, ApJ, 741, 124]; Kroupa IMF), where \(L_{{\rm H}\alpha} = 4\pi {\rm EML_FLUX_1RE} ({\rm LDIST_Z})^2\) and no attenuation correction has been applied.

SFR_TOT

double

\(h^{-2} {\rm M}_\odot/yr\)

Simple estimate of the star-formation rate within the IFU field-of-view based on the Gaussian-fitted H:math:alpha flux; \(\log {\rm SFR} = \log L_{{\rm H}\alpha} - 41.27\) (Kennicutt & Evans [2012, ARAA, 50, 531], citing Murphy et al. [2011, ApJ, 737, 67] and Hao et al. [2011, ApJ, 741, 124]; Kroupa IMF), where \(L_{{\rm H}\alpha} = 4\pi {\rm EML_FLUX_1RE} ({\rm LDIST_Z})^2\) and no attenuation correction has been applied.

Note

  • Distance estimates do not include an estimate of the peculiar motions.

  • Volume weights are included in the DRPall file.

  • RCOV90 is calculated for the CUBE files; however, a more sophisticated calculation would use the RSS files to account for the significant overlap of the fiber “beams.”

  • All radially averaged or summed properties are calculated within ‘’elliptical’’ apertures defined using the NSA ellipticity and position angle.

  • Possible future additions:

    1. Add nsa_sersic_mass from the DRPall file.

    2. Balmer decrement extinction corrections for SFR

    3. Provide default set of cross matching: SDSS I/II, Galaxy Zoo?

    4. Include initial radial profiles of the emission-line, spectral-index, and other derived properties?