Data Central uses cookies to make your browsing experience better. By using Data Central you agree to its use of cookies. Learn more I agree

Documentation

Find information, examples, FAQs and extensive descriptions of the data, curated by the survey teams.

Docs hc

Help Center

Browse FAQs, guides and tutorials on common use cases.
March 23, 2021 by B. Miszalski
April 27, 2021, 2:30 p.m. B. Miszalski

General Virtual Observatory Examples

In addition to the Virtual Observatory (VO) services hosted by Data Central, there are a variety of other VO services available that offer valuable functionality.

Here you may find some example Python scripts that use these services.

If you find the scripts useful, please acknowledge Data Central: Acknowledging Data Central.

Hierarchical Progressive Surveys (HiPS)

The HiPS format is a hierarchical tiling mechanism that allows users to access large amounts of catalogue and imaging data in a variety of ways.

A large amount of data are available in HiPS format and a large list is available here.

Perhaps the most useful application for the HiPS image data are image cutout generation.

Some of the examples for the Data Central Simple Spectral Access service already make use of the hips2fits service to make cutouts.

The following are some example applications:

  1. Generating image cutouts with SUMSS and ASKAP RACS contour overlays
  2. Generating image cutouts with radio overlays from multiple surveys

The following example is similar to the above, but instead accesses the RACS data directly from CASDA:

  1. Generating radio overlays with ASKAP RACS data directly from CASDA IVOA services

Mosaics produced with Caltech IPAC Montage

The Caltech IPAC Montage package is a powerful suite of tools to produce mosaics. In these examples we make use of the MontagePy module to build some SkyMapper mosaics.

  1. Generating mosaics from the SkyMapper SIA service (single position query)
  2. Generating mosaics from the SkyMapper SIA service (multiple position queries)
  3. Plotting a colour-composite image from mosaics with a radio overlay

Additional Virtual Observatory examples

March 23, 2021 by B. Miszalski
April 27, 2021, 2:30 p.m. B. Miszalski