CoolFace
Datasetpublic

hombit/ztf-bts-xmatch

TDABench ZTF BTS HATS Catalog Collection TODO: Add description. ZTF BTS crossmatched with multiple optical catalogs Access the catalog We recommend the use of the LSDB Python framework to access HATS catalogs. LSDB can be installed via pip install lsdb or conda install conda-forge::lsdb, see more details in the docs. The following code provides a minimal example of opening this catalog: import lsdb # Full sky coverage. catalog =… See the full description on the dataset page: https://huggingface.co/datasets/hombit/ztf-bts-xmatch.

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes42downloads
Dataset Card

configs:

  • —configname: default datadir: bts-xmatch/dataset
  • —configname: bts-xmatch5arcs datadir: bts-xmatch5arcs/dataset tags:
  • —astronomy ---

TDABench ZTF BTS HATS Catalog Collection

TODO: Add description. ZTF BTS crossmatched with multiple optical catalogs

Access the catalog

We recommend the use of the LSDB Python framework to access HATS catalogs. LSDB can be installed via pip install lsdb or conda install conda-forge::lsdb, see more details in the docs. The following code provides a minimal example of opening this catalog:

python
import lsdb

# Full sky coverage.
catalog = lsdb.open_catalog("hf://datasets/hombit/ztf-bts-xmatch")
# One-degree cone.
catalog = lsdb.open_catalog(
    "hf://datasets/hombit/ztf-bts-xmatch",
    search_filter=lsdb.ConeSearch(ra=135.0, dec=1.0, radius_arcsec=3600.0),
)

Each catalog in this collection is represented as a separate Apache Parquet dataset and can be accessed with a variety of tools, including pandas, pyarrow, dask, Spark, DuckDB.

File structure

This catalog is represented by the following files and directories:

  • —`collection.properties` — textual metadata file describing the HATS collection of catalogs
  • —`bts-xmatch` — main HATS catalog directory
  • —`dataset/` — Apache Parquet dataset directory for the main catalog
  • —... parquet metadata and data files in sub directories ...
  • —`hats.properties` — textual metadata file describing the main HATS catalog
  • —`partition_info.csv` — CSV file with a list of catalog HEALPix tiles (catalog partitions)
  • —`skymap.fits` — HEALPix skymap FITS file with row-counts per HEALPix tile of fixed order 8
  • —`bts-xmatch_5arcs/` — default margin catalog to ensure data completeness in cross-matching, the margin threshold is 5.0 arcseconds
  • —... margin catalog files and directories ...

Catalog metadata

Metadata of the main HATS catalog, excluding margins and indexes:

**Number of rows****Number of columns****Number of partitions****Size on disk****HATS Builder**
10,31121125.2 MiBlsdb v0.8.3.dev10+g8d9bf935a, hats v0.8.3.dev4+gc987c6081

Catalog columns

The main HATS catalog contains the following columns:

**Name****`ZTFID`****`IAUID`****`RA`****`Dec`****`peakt`****`peakfilt`****`peakmag`****`peakabs`****`duration`****`rise`****`fade`****`type`****`redshift`****`b`****`A_V`****`legacysurvey.FLUX_G`****`legacysurvey.FLUX_IVAR_G`****`legacysurvey.FLUX_R`****`legacysurvey.FLUX_IVAR_R`****`legacysurvey.FLUX_I`****`legacysurvey.FLUX_IVAR_I`****`legacysurvey.FLUX_Z`****`legacysurvey.FLUX_IVAR_Z`****`legacysurvey.RA`****`legacysurvey.DEC`****`legacysurvey._dist_arcsec`****`desi.Z`****`desi.ZERR`****`desi.TARGET_RA`****`desi.TARGET_DEC`****`desi._dist_arcsec`****`ps1.objID`****`ps1.gMeanKronMag`****`ps1.gMeanKronMagErr`****`ps1.rMeanKronMag`****`ps1.rMeanKronMagErr`****`ps1.iMeanKronMag`****`ps1.iMeanKronMagErr`****`ps1.zMeanKronMag`****`ps1.zMeanKronMagErr`****`ps1.raMean`****`ps1.decMean`****`ps1._dist_arcsec`****`wise.source_id`****`wise.ra`****`wise.dec`****`wise.sigra`****`wise.sigdec`****`wise.w1mpro`****`wise.w2mpro`****`wise.w3mpro`****`wise.w4mpro`****`wise.w1sigmpro`****`wise.w2sigmpro`****`wise.w3sigmpro`****`wise.w4sigmpro`****`wise.w1rchi2`****`wise.w2rchi2`****`wise.pmra`****`wise.pmdec`****`wise.sigpmra`****`wise.sigpmdec`****`wise._dist_arcsec`****`gaia.source_id`****`gaia.ra`****`gaia.ra_error`****`gaia.dec`****`gaia.dec_error`****`gaia.parallax`****`gaia.parallax_error`****`gaia.pm`****`gaia.pmra`****`gaia.pmra_error`****`gaia.pmdec`****`gaia.pmdec_error`****`gaia.phot_g_mean_mag`****`gaia.phot_bp_mean_mag`****`gaia.phot_rp_mean_mag`****`gaia.phot_g_n_obs`****`gaia.phot_bp_n_obs`****`gaia.phot_rp_n_obs`****`gaia.ruwe`****`gaia.phot_bp_rp_excess_factor`****`gaia._dist_arcsec`****`lightcurve_yse.band`****`lightcurve_yse.time`****`lightcurve_yse.flux`****`lightcurve_yse.flux_err`****`_healpix_29`**
Data Typestringstringdoubledoubledoublestringdoublestringstringstringstringstringstringdoubledoublelist[float]list[float]list[float]list[float]list[float]list[float]list[float]list[float]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[int64]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[string]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[double]list[int64]list[double]list[float]list[double]list[float]list[double]list[float]list[float]list[double]list[float]list[double]list[float]list[float]list[float]list[float]list[int16]list[int16]list[int16]list[float]list[float]list[double]list[string]list[float]list[float]list[float]int64
Nested?———————————————legacysurveylegacysurveylegacysurveylegacysurveylegacysurveylegacysurveylegacysurveylegacysurveylegacysurveylegacysurveylegacysurveydesidesidesidesidesips1ps1ps1ps1ps1ps1ps1ps1ps1ps1ps1ps1wisewisewisewisewisewisewisewisewisewisewisewisewisewisewisewisewisewisewisewisegaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaiagaialightcurve_yselightcurve_yselightcurve_yselightcurve_yse—
Value count10,31110,31110,31110,31110,31110,31110,31110,31110,31110,31110,31110,31110,31110,31110,31115,29115,29115,29115,29115,29115,29115,29115,29115,29115,29115,29110,48810,48810,48810,48810,48827,00427,00427,00427,00427,00427,00427,00427,00427,00427,00427,00427,00410,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,77910,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73610,73637,40437,40437,40437,40410,311
Null count0000000000000004,997 (32.68%)4,997 (32.68%)4,997 (32.68%)4,997 (32.68%)4,997 (32.68%)4,997 (32.68%)4,997 (32.68%)4,997 (32.68%)4,997 (32.68%)4,997 (32.68%)4,997 (32.68%)8,498 (81.03%)8,498 (81.03%)8,498 (81.03%)8,498 (81.03%)8,498 (81.03%)324 (1.2%)324 (1.2%)324 (1.2%)324 (1.2%)324 (1.2%)324 (1.2%)324 (1.2%)324 (1.2%)324 (1.2%)324 (1.2%)324 (1.2%)324 (1.2%)3,981 (36.93%)3,981 (36.93%)3,981 (36.93%)3,981 (36.93%)3,981 (36.93%)3,981 (36.93%)3,981 (36.93%)3,987 (36.99%)3,982 (36.94%)3,985 (36.97%)4,224 (39.19%)5,704 (52.92%)8,029 (74.49%)3,981 (36.93%)3,981 (36.93%)4,653 (43.17%)4,653 (43.17%)4,653 (43.17%)4,653 (43.17%)3,981 (36.93%)6,462 (60.19%)6,462 (60.19%)6,462 (60.19%)6,462 (60.19%)6,462 (60.19%)9,663 (90.01%)9,663 (90.01%)9,663 (90.01%)9,663 (90.01%)9,663 (90.01%)9,663 (90.01%)9,663 (90.01%)6,463 (60.2%)6,564 (61.14%)6,564 (61.14%)6,462 (60.19%)6,462 (60.19%)6,462 (60.19%)9,663 (90.01%)6,567 (61.17%)6,462 (60.19%)10,112 (27.03%)10,112 (27.03%)10,112 (27.03%)10,112 (27.03%)0
Example rowZTF20aamamnpSN2020chy134.60.8746912.7r18.19-18.59>30.95727.957>3SN II0.0528.380.117[4.43, 8.375][498.8, 406.4][7.023, 9.683][1090, 901.1][27.86, 7.153][33.03, 30.16][6.372, 10.08][77.27, 62.95][134.6, 134.6][0.8746, 0.8749][0.2641, 2.791][0.05257, 0.05258][2.163e-06, 2.523e-06][134.6, 134.6][0.8748, 0.8748][2.158, 2.158][109041346198869889, … (2 total)][-999, 19.92][-999, 0.03071][-999, 19.75][-999, 0.0336][-999, 19.61][-999, 0.04087][-999, 19.82][-999, 0.1627][134.6, 134.6][0.8745, 0.8749][1.494, 2.64]NULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULL288376908209446373
Minimum valueZTF17aaaeqms-0.022458333333333327-25.999722222222225242.77g12.3536-0.370.10.007---87.922039740.013-3.081191062927246-0.0-3.4032485485076904-0.0-3.2418203353881836-0.0-87.85713958740234-0.00.04430972837066446-26.0003024668888220.004148989161447769-0.00050678187440037522.232146096148817e-460.20064713590971137-18.669214811990380.01070388363306559476792081881949511-999.0-999.0-999.0-999.0-999.0-999.0-999.0-999.00.02383356-26.000684010.0039551508451349750000m016_ac51-0294880.0442934-25.99986380.0280.0289.1799.25.3162.6250.020.0190.0130.0170.1318999980.694899976-14480.0-8096.023.021.00.003582524557688715625012515147495680.04430972837066440.013420764356851578-25.934281347851040.016233133152127266-4.8830820445399010.019604563713073730.008168714120984077-35.3762371660599940.01787719875574112-89.354175635818150.01854959689080715214.89846324920654314.51441574096679713.2330465316772460000.85113072395324710.78235149383544920.007729945139568186g-99.0-0.0-0.0143192440943693
Maximum valueZTF26aahaotaTDE2025vjw359.998666666666687.582888888888893100.73r18.9999-8.319>99.92>995.19>99.85other0.51988.641731720.99617303.63085937550353.8242187536839.95312530548.0273437553510.8320312511080.356445312568277.27343753507.349609375359.9541975734242735.047215592638474.9994867783719733.0976280403628120.0006964030178023236359.634624642309878.519819060528324.99866278281260821310016760656031222.60770.3321610122.8668990.33148722.9417990.3326619921.9845010.33296901359.9982703487.583605854.9998839243132653584p196_ac51-030760359.954241587.36764661.00610.931918.39118.24313.7710.1730.4850.5410.5420.543132.39999488.550003112546.027743.0119156.0133566.04.99879022684219356916208724631057280359.8435893039984.4262161254882886.658037981118286.9215545654296911.3109668992464182.7759177684783936147.4905242919922117.3426003958972.314947128295898441.158712636384862.827732324600219722.5951805114746123.10858345031738321.1261539459228514941791777.945959568023682160.056915283203124.999788131348823z59563.58984375601750.93757551.67480468753458104365984812325

"Nested" indicates whether the column is stored as a nested field inside another "struct" column.

"Value count" may be different from the total number of rows for nested columns: each nested element is counted as a single value. "Null count" also refers to "elementary" values, not to rows.