Warning

The catalogues linked on this page are likely to be the final product, to be made public when the accompanying paper is accepted, but minor changes remain possible. If you encounter a problem, please do report it to geert@barentsen.be.
Last update: {{ last_update }}

The IPHAS DR2 Source Catalogue provides r, i and Hα-band photometry for 219 million unique sources, observed across the Northern Galactic Plane between 2003 and 2013. The catalogue is described in detail in an accompanying paper (Barentsen et al. 2014). In brief, the catalogue has been constructed by cross-matching the detections from the individual bands using a maximum matching distance of 1 arcsec. All objects which were detected at at signal-to-noise ratio of 5 or better in at least one band are included. The catalogue is uniformly calibrated with an accuracy of 0.03 mag (rms).

Light and full version

The DR2 source catalogue is made available in two flavours. The light version has a size of 8 GB (10 columns) and contains only the basic information on each source, namely:

  • equatorial coordinates (columns ra, dec);
  • r, i and Hα magnitudes measured using the default 2.3-arcsec-diameter circular aperture (columns r, i, ha, rErr, iErr, haErr);
  • a morphological classification flag (mergedClass);
  • error flags warning for source blending, bright neighbours and saturation (errBits).

The full version has a size of 50 GB (97 columns) and adds:

  • magnitudes at a second epoch in the same night, if available;
  • magnitudes measured using different aperture sizes;
  • detailed morphological parameters;
  • information on the observation (date, seeing, run number);
  • object positions measured in the CCD reference frame (pixel x/y);
  • additional quality warning flags.

A table detailing the column definitions is given below.

The IPHAS DR2 Source Catalogue is distributed as a series of binary FITS tables, each covering a 5x5 deg2 area. At present the catalogue cannot be queried online, but it will likely be made available through the Vizier catalogue tool soon.

You may download all the files of the light catalogue (8 GB) to a local directory using the following wget command:

wget -c -r -np -nH --cut-dirs=3 --accept=fits.gz http://stri-cluster.herts.ac.uk/~gb/iphas-dr2-catalogue/light-compressed/

And to obtain the full catalogue (50 GB):

wget -c -r -np -nH --cut-dirs=3 --accept=fits.gz http://stri-cluster.herts.ac.uk/~gb/iphas-dr2-catalogue/full-compressed/

You may also download individual 5x5 deg2 tiles using the links in the table below:

{% for lon in range(25, 220, 5) %} {% endfor %}
Gal. Lon. Gal. Lat. Light version (10 columns) Full version (97 columns)
{{ lon }}° ≤ l < {{ lon+5 }}° b < 0° iphas-dr2-{{ '%03d'|format(lon) }}a-light.fits.gz ({{ get_filesize(host, dir_light+'/iphas-dr2-'+'%03d'|format(lon)+'a-light.fits.gz') }}) iphas-dr2-{{ '%03d'|format(lon) }}a.fits.gz ({{ get_filesize(host, dir_full+'/iphas-dr2-'+'%03d'|format(lon)+'a.fits.gz') }})
b ≥ 0° iphas-dr2-{{ '%03d'|format(lon) }}b-light.fits.gz ({{ get_filesize(host, dir_light+'/iphas-dr2-'+'%03d'|format(lon)+'b-light.fits.gz') }}) iphas-dr2-{{ '%03d'|format(lon) }}b.fits.gz ({{ get_filesize(host, dir_full+'/iphas-dr2-'+'%03d'|format(lon)+'b.fits.gz') }})

Light version

{% for col in columns %} {% if col.name in ['name', 'ra', 'dec', 'r', 'rErr', 'i', 'iErr', 'ha', 'haErr', 'mergedClass', 'errBits'] %} {% endif %} {% endfor %}
ColumnTypeUnitDescription
{{ col.name }} {{ col.type }} {{ col.unit }} {{ col.desc }}

Full version

{% for col in columns %} {% endfor %}
ColumnTypeUnitDescription
{{ col.name }} {{ col.type }} {{ col.unit }} {{ col.desc }}

In the spirit of reproducibility, the source code that was used to generate the catalogue is made available on GitHub:

https://www.github.com/barentsen/iphas-dr2

{#

IPHAS Initial Data Release (IDR)

The link below is the entry page for accessing catalogued point source photometry from survey observations obtained between 2003 and the beginning of 2006.

Other Useful Links

Non-consortium members can get a taste of IPHAS imaging data by going to the CASU dqc interface. This can be searched by specifying just a position and a search box size (other constraints can be selected but are not essential). On launching a query, a new window will open showing if there are imaging data available for the position specified. If there are, visitors to the page can reselect box size and request image cut-outs, which will be displayed in a further window. It is also possible to download the reduced images from this site.

#}