DRnext: Lightcurve Data Table Columns

This page documents the columns of the lightcurve data tables exposed by the daschlab analysis toolkit. Different data sources (e.g. the “Cannon” data access portal) may use different names or expose somewhat different sets of data.

The essential columns are:

  • time, the time associated with the lightcurve point (HJD midpoint)
  • magcal_magdep, the best calibrated magnitude (band depends on refcat choice)
  • magcal_local_rms, the best uncertainty estimate on magcal_magdep
  • limiting_mag_local, the limiting magnitude of the plate at the source position; for nondetections, this is the lower limit on the source magnitude. (You might colloquially call this an “upper limit”, but fainter magnitudes are larger numbers, after all.)

Columns by Category

Some columns are listed in multiple sub-sections here, if appropriate.

Identity

NameUnit/TypeDescription
local_idnonnegative integerA unique number identifying this lightcurve point
sxt_numberpositive integerThe SExtractor source identifier (NUMBER column)

Astrometry

NameUnit/TypeDescription
drad_rms2arcsec per binRMS positional error per smoothing bin
posAstropy SkyCoordThe fitted source position in this image

When a lightcurve is exported, the pos column may need to be broken into individual columns. In this case you will instead see:

NameUnit/TypeDescription
ra_degdegThe RA encoded in pos
dec_degdegThe declination encoded in pos

Data Quality

NameUnit/TypeDescription
aflagsbit flagsDASCH photometric data quality flags
a2flagsbit flags“Additional AFLAGS”
bflagsbit flagsDASCH photometric data processing flags
b2flagsbit flags“Additional BFLAGS”
drad_rms2arcsec per binRMS positional error per smoothing bin
local_bin_reject_flagbit flagsData quality flags associated with the “local bin” calibration
plate_quality_flagbit flagsData quality flags associated with plate-level metrics
rejectbit flagsFlags that you set to mark points as rejected

Source Image

NameUnit/TypeDescription
backgroundcountsBackground level at the source position (SExtractor BACKGROUND column)
ellipticityreal numberEllipticity of source image (SExtractor ELLIPTICITY column)
fwhm_imagepixelsFWHM of source image assuming Gaussianity (SExtractor FWHM_IMAGE column)
fwhm_worlddegFWHM of source image assuming Gaussianity (SExtractor FWHM_WORLD column)
image_xpixelsX coordinate of the isophotal image centroid (SExtractor X_IMAGE column)
image_ypixelsY coordinate of the isophotal image centroid (SExtractor Y_IMAGE column)
iso_area_worlddeg²Area of the isophotal source image (SExtractor ISOAREA_WORLD column)
kron_radiusreal numberKron radius (SExtractor KRON_RADIUS column)
plate_distdegDistance of the source from the plate center
theta_j2000degOrientation of source image ellipse, East from North (SExtractor THETA_J2000 column)
sxt_iso0integer pixels²Source image isophotal area at threshold level 0 (SExtractor ISOAREA_IMAGE columns?)
sxt_iso1integer pixels²Source image isophotal area at threshold level 1 (SExtractor ISOAREA_IMAGE columns?)
sxt_iso2integer pixels²Source image isophotal area at threshold level 2 (SExtractor ISOAREA_IMAGE columns?)
sxt_iso3integer pixels²Source image isophotal area at threshold level 3 (SExtractor ISOAREA_IMAGE columns?)
sxt_iso4integer pixels²Source image isophotal area at threshold level 4 (SExtractor ISOAREA_IMAGE columns?)
sxt_iso5integer pixels²Source image isophotal area at threshold level 5 (SExtractor ISOAREA_IMAGE columns?)
sxt_iso6integer pixels²Source image isophotal area at threshold level 6 (SExtractor ISOAREA_IMAGE columns?)
sxt_iso7integer pixels²Source image isophotal area at threshold level 7 (SExtractor ISOAREA_IMAGE columns?)

Photometry

NameUnit/TypeDescription
magcal_magdepmagCalibrated magnitude after LOWESS, local, and magnitude-dependent calibration. Use this value.
magcal_local_rmsmagUncertainty in magcal_local; preferred by legacy tools for magcal_magdep too — why??
limiting_mag_localmagLocally corrected limiting magnitude for source detection
extinctionmagLocal extinction estimate from the photometric calibration process
flux_isocountsIsophotal flux (SExtractor FLUX_ISO column)
flux_maxcountsPeak flux above the background (SExtractor FLUX_MAX column)
mag_aperuncalibrated magCircular aperture magnitude (which one??) (SExtractor MAG_APER(?) columns)
mag_autouncalibrated mag“Kron-like” aperture magnitude (SExtractor MAG_AUTO column)
mag_isouncalibrated magIsophotal magnitude (SExtractor MAG_ISO column)
magcal_isomagCalibrated isophotal magnitude after LOWESS process
magcal_iso_rmsmagError in the LOWESS fit
magcal_localmagCalibrated magnitude after LOWESS and “local calibration”
magcal_local_errormagRMS of the needed median magnitude correction in the “local calibration” process
magcor_localmagMedian magnitude correction needed in the “local calibration” region
magcal_magdep_rmsmagUncertainty in magcal_magdep; why do legacy tools not use this??

Timing

NameUnit/TypeDescription
timeAstropy TimeHJD midpoint of the exposure time.
time_accuracydaysEstimated accuracy of time.

Catalog Match Information

NameUnit/TypeDescription
blended_magmagEffective combined magnitude of refcat objects covered by this source
catalog_decdegCatalog star declination, precessed to plate’s epoch
catalog_radegCatalog star right ascension, precessed to plate’s epoch
gsc_bin_indexnonnegative integerSpatial index value based on GSC binning; needed by some low-level APIs
pm_decmas/yrCataloged source proper motion in declination
pm_ra_cosdecmas/yrCataloged source proper motion in right ascension, including cos(δ) term

Plate / Exposure Identification

NameUnit/TypeDescription
expnumnonnegative integerThe exposure number that this detection comes from
mosnumnonnegative integerThe mosaic number of the FITS file used for analysis
platenumnonnegative integerThe number of the plate
plate_local_idnonnegative integerThe “local ID” of the matched plate in the daschlab plates table
seriesshort stringThe lowercase series name of the plate
series_idnonnegative integerA small internal integer corresponding to series
solnumnonnegative integerThe WCS solution number corresponding to expnum

Calibration Pipeline Information

See also “data quality” and “photometry”.

NameUnit/TypeDescription
dasch_mask_indexpositive integerIndex of the mask file used for pipeline defect processing
dasch_photdb_version_idpositive integerInternal version number of the binary photometry record
dasch_plate_version_idpositive integerInternal version number of the plate photometry record
local_bin_indexnonnegative integerBin number used in the “local calibration”
magdep_binnonnegative integerBin number used in the magnitude-dependent calibration
npoints_localnonnegative integerNumber of stars used for the median magnitude correction in “local calibration”
spatial_bininteger between 1 and 9 (inclusive)Annular ring number for the “spatial” calibration

Detailed Column Information (Alphabetical)

aflags

  • Synopsis: DASCH photometric data quality flags
  • Units/type: bit field
  • Available for nondetections: no

FIXME: not yet documented here; see associated remarks in the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

a2flags

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

background

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

bflags

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see associated remarks in the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

b2flags

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

blended_mag

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

“For case B and BD objects, the effective magnitude of all of the GSC2.3.2 objects within the blend.”

catalog_dec

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

This is dec_2 in the legacy data terminology.

catalog_ra

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

This is ra_2 in the legacy data terminology.

dasch_mask_index

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

dasch_photdb_version_id

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

dasch_plate_version_id

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

drad_rms2

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

ellipticity

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

expnum

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

extinction

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see associated remarks in the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

flux_iso

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

flux_max

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

fwhm_image

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

fwhm_world

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

gsc_bin_index

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

image_x

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

image_y

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

iso_area_world

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

kron_radius

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

limiting_mag_local

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

local_bin_index

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

local_bin_reject_flag

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see associated remarks in he Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

local_id

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

mag_aper

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

mag_auto

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

mag_iso

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

magcal_iso

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

magcal_iso_rms

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

magcal_local

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

magcal_local_error

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

magcal_local_rms

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see associated remarks in the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

magcal_magdep

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

magcal_magdep_rms

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

magcor_local

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

magdep_bin

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

mosnum

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see associated remarks in the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

npoints_local

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

plate_dist

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

plate_local_id

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

plate_quality_flag

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see associated remarks in the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

platenum

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

pm_dec

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

pm_ra_cosdec

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

pos

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

reject

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

series

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

series_id

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

solnum

  • Synopsis:
  • Units/type:
  • Available for nondetections: yes

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

spatial_bin

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

sxt_iso0

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

sxt_iso1

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

sxt_iso2

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

sxt_iso3

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

sxt_iso4

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

sxt_iso5

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

sxt_iso6

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

sxt_iso7

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

sxt_number

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

theta_j2000

  • Synopsis:
  • Units/type:
  • Available for nondetections: no

FIXME: not yet documented here; see the Legacy Data Guide. If you’re reading this, please email the scientific contact to request that the documentation of this item be improved!

time

  • Synopsis: HJD midpoint of the exposure time
  • Unit/type: Astropy Time
  • Available for nondetections: yes

The time column is guaranteed to always give the best available time for the lightcurve point in question. It is the HJD midpoint of the exposure time. When using daschlab, this column is stored as an Astropy Time quantity, so it is easy to convert to other date formats.

TODO: figure out and specify what timescale we're talking about!

time_accuracy

  • Synopsis: Estimated uncertainty on time.
  • Unit/type: days
  • Available for nondetections: no

DASCH lightcurve timestamps must be determined from transcriptions of the hand-written observing logbooks, so they are subject to errors. The DASCH pipeline assesses the self-consistency of various observing parameters to check whether the transcribed timestamp “makes sense” and assigns a value for this column based on the results.

Because DASCH’s timestamps derive from these hand-written records, the best possible accuracy with which they should be trusted is a few minutes. This is comparable to the precision achievable with HJDs in an unspecified timescale (Eastman et al., 2010).

Column Subsets

“Medium” Columns

A “medium”-width lightcurve table is defined to contain only the following columns: