Lightcurves are divided into two categories: raw and detrended. ------------------------------------------------------------------------------------------------------------------------------------ 1. Raw lightcurve Raw lightcurves are generated directly from the corresponding catalogs and contain all the information of these catalogs. For each lightcurve we also present a list of reference stars used to detrend this lightcurve. a. Format of lightcurve name lightcurve: "Project Name"-"Field Name"_"i-band magnitude in APASS database"_"Ra/degrees""Dec/degress"_"Number of measurements".dat e.g. AST3II_Tess004_07.68_094.7145-73.3608_001854.dat trend list: "Name of lightcurve""trendlist" e.g. AST3II_Tess004_07.68_094.7145-73.3608_001854trendlist b. Column information of raw lightcurve A raw lightcurve contains 37 columns: #1 time/day: : AST3 observation time in UT (JD --2456000) f11.60 [JD] #2 XWIN_IMAGE : image position in x axis f11.60 [pixel] #3 YWIN_IMAGE : image position in y axis f11.60 [pixel] #4 X2WIN_IMAGE : position variance in x axis f9.60 [pixel**2] #5 Y2WIN_IMAGE : position variance in y axis f9.60 [pixel**2] #6 XYWIN_IMAGE : position covariance between x and y axis f9.60 [pixel**2] #7 ERRX2WIN_IMAGE : error of position variance in x axis f9.60 [pixel**2] #8 ERRY2WIN_IMAGE : error of position variance in x axis f9.60 [pixel**2] #9 ERRXYWIN_IMAGE : error of position covariance between x axis and y axis f9.60 [pixel**2] #10 CXXWIN_IMAGE : the first ellipse parameter of object's isophotal shape f9.60 [pixel**(-2)] #11 CYYWIN_IMAGE : the second ellipse parameter of object's isophotal shape f9.60 [pixel**(-2)] #12 CXYWIN_IMAGE : the third ellipse parameter of object's isophotal shape f9.60 [pixel**(-2)] #13 XWIN_WORLD : Right Ascension (Ra) in J2000 f10.60 [deg] #14 YWIN_WORLD : Declination (Dec) in J2000 f10.60 [deg] #15 ERRX2WIN_WORLD : error of position variance in Ra f10.60 [deg**2] #16 ERRY2WIN_WORLD : error of position variance in Dec f10.60 [deg**2] #17 ERRXYWIN_WORLD : error of position covariance between Ra and Dec f10.60 [deg**2] #18 MAG_AUTO : Kron-like elliptical aperture magnitude f9.60 [mag] #19 MAGERR_AUTO : RMS error for AUTO magnitude f9.60 [mag] #20 FLUX_AUTO : flux within a Kron-like elliptical aperture f16.60 [count] #21 FLUXERR_AUTO : RMS error for AUTO flux f14.60 [count] #22-24 MAG_APER : fixed aperture magnitude vector f9.60 [mag] #25-27 MAGERR_APER : RMS error vector for fixed aperture mag. f9.60 [mag] #28-30 FLUX_APER : flux vector within fixed circular aperture(s) f16.60 [count] #31-33 FLUXERR_APER : RMS error vector for aperture flux(es) f14.60 [count] #34 FWHM_IMAGE : FWHM assuming a Gaussian core f8.60 [pixel] #35 ELONGATION : ellipticity of object's isophotal shape f8.60 #36 BACKGROUND : background at centroid position f10.60 [count] #37 THRESHOLD : detection threshold above background f10.60 [count] #38 FLUX_RADIUS : fraction-of-light radius f10.60 [pixel] #39 FLAGS : extraction flags f10.60 #40 exposure time : exposure time f10.60 [s] #41 CCD temperature : temperature of CCD chip f10.60 [K] #42 airmass : airmass f10.60 #43 solar altitude : altitude of the Sun f10.60 [degree] #44 moon distance : angular distance to the Moon f10.60 [degree] #45 zero-point mag : zero-point magnitude f10.60 [mag] : NOTE 1: the unit of observation time is in JD and has subtracted a constant of 2456000. NOTE 2: Aperture sizes of the fixed aperture magnitude are 8, 10, 12 pixels. c. Column information of trendlist file #1 Name of reference lightcurve #2 J2000 Ra of this reference star f8.4 [degree] #3 J2000 Dec of this reference star f8.4 [degree] #4 Pearson correlation coefficient between this reference lightcurve and target lightcurve before detrending f4.2 #5 Pearson correlation coefficient between this reference lightcurve and target lightcurve after detrending f4.2 NOTE1: Records in a trendlist file is sorted descendly according to column #4. ------------------------------------------------------------------------------------------------------------------------------ 2. Detrended lightcurve Detrended lightcurves are generated from the raw lightcurves by performing a series of detrending processes. a. Format of lightcurve name It's the same as the name of raw lightcurve: "Project Name"-"Field Name"_"i-band magnitude in APASS database"_"Ra/degrees""Dec/degress"_"Number of measurements".dat e.g. AST3II_Tess004_07.68_094.7145-73.3608_001854.dat b. Colunm information of detrended lightcurve #1 Observation time in JD. A constant of 2456000 has been subtracted. f11.60 [JD] #2 Detrended magnitude in sloan-i band f9.60 [mag] #3 Error of detrended magnitude f9.60 [mag]