Summary tables for, 'Mapping the Galaxy Color-Star Formation Rate Relation with Manifold Learning and Infrared Image Stacking'
收藏资源简介:
This deposit includes the summarized table of labeled features and measurements of the Self-Organizing Map (SOM), as well as the table of derived properties for individual galaxies from the research described in, "Mapping the Galaxy Color-Star Formation Rate Relation with Manifold Learning and Infrared Image Stacking", (Y.-H. Lin et al. 2025, accepted to The Astrophysical Journal). arXiv:2511.20900. The gal_table.ecsv is the summary tables listed the features and measurements of the SOM. The som_table.ecsv is the table of the galaxies used to train the SOM. This table includes the individual galaxies' observed magnitudes, photometric redshift, stellar mass, and star formation rate adopted from the COSMOS2020 CLASSIC catalog, as well as the MIR and FIR photometry magnitudes at 24, 70, 100, 160, 250, 350 and 500 micron predicted via the SOM. The best-matching-cell index and several SOM-cell features are also listed. The file can be open via: from astropy.table import Table som_table = Table.read("som_table.ecsv", format='ascii.ecsv') gal_table = Table.read("gal_table.ecsv", format='ascii.ecsv')



