FrontPage
This page contains all of the codes, scripts, and data which are used to obtain the final catalog of strong line emitters.
- Step 0: Basic Data and Catalog?
- Step 1: Selection of Strong Line Emitter Candidates?
- Step 2: Determination of z_ph and Identification of Emission Line?
- Step 3: Selection of Strong Line Emitters and Calculation of Physical Quantities?
- Step 4: Classifying AGN Candidates?
- SelectIAexcessObjects_All.sh
- see this script first and then one can find the codes, scripts, and data files which are required to obtain the final catalogs of strong line emitters
- cosmos_phot_20120626bs.tbl: the latest version of i-band selected photometric catalog including the UltraVISTA DR1 data
- it has too huge file size (~11 GB) to be uploaded here
- it can be downloaded from the COSMOS internal page
- [note] the file we used in the following Step 1 are slightly modified from the original photometric catalog in the following two points by using DoPhotcat20.sh:
- removing the header and the 1st column which shows the object name
- sorting the IDs in ascending order
- photoz_zml_vers2.0_010312-fulls.out: the latest version of photo-z catalog
- it has also too huge file size (~1.5 GB) to be uploaded here
- it can be downloaded from the COSMOS internal page
- [note] the file we used in the following Step 1 are also slightly modified from the original photo-z catalog in the following one point by using photoz_vers2.0_sort.sh:
- sort the IDs in ascending order
- NewMasking.reg: (RA,DEC) of the masked-out regions
- Chandra_MatchedCatalog.dat: ID, (RA,DEC), and X-ray fluxes of the cross-matched IA-excess candidates
- cross-matching condition: angular distance is smaller than or equals to 1 arcsec
- XMM_MatchedCatalog.dat: ID, (RA,DEC), and X-ray fluxes of the cross-matched IA-excess candidates
- cross-matching condition: angular distance is smaller than or equals to the positional error for the object in the XMM-Newton source catalog
- VLA_MatchedCatalog.dat: ID, (RA,DEC), and X-ray fluxes of the cross-matched IA-excess candidates
- cross-matching condition: angular distance is smaller than or equals to 1 arcsec
- code (F90) and script to make the above 2 cross-matched catalogs (i.e., XMM and VLA): Step0_CrossMatching.f90, Step0_CrossMatching.sh
- catalog of the 6,164 Step 1 selected line emitter candidates: Step1.dat
- table of the 6,164 Step 1 selected line emitter candidates: table_Step1.txt
- code (F90) and scripts to determine z_ph and identify emission line: Step2_zph.f90, Step2.sh
- catalogs of the 6,140 Step 2 selected line emitter candidates: Step2.dat
- table of the 6,140 Step 2 selected line emitter candidates: table_Step2.txt
- the SED templates:
- the SED templates have so huge file size (~ 1.5 GB at a certain redshift) that they cannot be uploaded here
- the SED templates are uploaded on newngli:
- /net/newngli/data/kobayashi/SEDtemplates/{LAE,lowz,others}/SEDtemp_z*p***_{young,old}.dat: time evolution of fnu for 37 broadbands
- /net/newngli/data/kobayashi/SEDtemplates/Mstar+Lnu_{young,old}.dat: time evolution of Mstar, SFR, L1350, L1500, and L2um
- their format is the following: format_SEDtemp.txt
FrontPage