Skip to content

Query Source Search

Finding sources in the VAST Pilot Survey

This notebook gives an example of how to use vast-tools in a notebook environment to perform a search of known sources or coordinates.

Below are the imports required for this example. The main import required from vast-tools is the Query object, with which queries can be initialised and run. Astropy objects are also imported as they are required as input to the query.

Note for large queries it is recommened to use the script version of find_sources.py included with vast-tools.

from vasttools.query import Query
from astropy.coordinates import SkyCoord, Angle
import astropy.units as u
import matplotlib.pyplot as plt

%matplotlib inline

In this example we will search for three sources of interest:

  • 1AXG J134412+0016
  • SN 2012dy
  • PSR J2129-0429

If you don't enter any coordiantes then SIMBAD will be queried to find a match to the name entered. You cannot mix the SIMBAD search with coordinates - i.e. if you supply coordinates to search to need to supply the correct number of names.

The first steps is to set up our source names and then initialise the query. The input settings are similar to the find_sources.py.

source_names = ["1AXG J134412+0016", "SN 2012dy", "PSR J2129-0429"]

example_query = Query(
    source_names=source_names,
    matches_only=True, 
    epochs="1,2,3,4,5,6,7,8,9,10,11,12", 
    crossmatch_radius=10., 
    output_dir='source-search-example-output',
)

To check what will be searched you can look at the query_df attribute. Below we can see the sources we have set up to search.

Note that 1AXG J134412+0016 has been changed to 2SLAQ J134414.15+001642.2 as this is the identifier returned by SIMBAD.

example_query.query_df
name ra dec skycoord stokes simbad_name
0 1AXG J134412+0016 206.058966 0.278391 <SkyCoord (ICRS): (ra, dec) in deg\n (206.0... I 1AXG J134412+0016
1 SN 2012dy 319.711250 -57.645140 <SkyCoord (ICRS): (ra, dec) in deg\n (319.7... I SN 2012dy
2 PSR J2129-0429 322.438710 -4.486640 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I PSR J2129-0429

If we didn't use SIMBAD and entered coordinates we would build the query as below.

#Create SkyCoord of coordinates
coords_to_query = SkyCoord([206.058966, 319.711250, 322.438710], [0.278384, -57.645140, -4.486640], unit=(u.deg, u.deg))
source_names = ["1AXG J134412+0016", "SN 2012dy", "PSR J2129-0429"]

example_query = Query(
    coords=coords_to_query,
    source_names=source_names,
    matches_only=True, 
    epochs="1,2,3,4,5,6,7,8,9,10,11,12", 
    crossmatch_radius=10., 
    output_dir='source-search-example-output',
)

The settings can be double checked by looking at the settings attribute, which is a dictionary that contains the requested settings.

example_query.settings
{'incl_observed': False,
 'epochs': ['1',
  '2',
  '3x',
  '4x',
  '5x',
  '6x',
  '7x',
  '8',
  '9',
  '10x',
  '11x',
  '12'],
 'stokes': 'I',
 'crossmatch_radius': <Angle 10. arcsec>,
 'max_sep': 1.5,
 'islands': False,
 'tiles': False,
 'no_rms': False,
 'matches_only': True,
 'search_around': False,
 'sort_output': False,
 'forced_fits': False,
 'forced_cluster_threshold': 1.5,
 'forced_allow_nan': False,
 'output_dir': 'source-search-example-output',
 'search_all_fields': False,
 'scheduler': 'processes'}

The query can now be run, there are two main methods available:

  1. find_fields()
  2. find_sources()

find_fields() will only locate the fields that the contains the queried sources/coordinates. find_sources() will build upon find_fields() and perform the source crossmatching from the selavy catalogues.

While find_sources() can be run directly (it will also run find_fields() for you) for the purposes of this example we'll run them separately.

Running find_fields

Call the find_fields() method, it may take a few seconds to perform the search.

example_query.find_fields()

If you would like to check what has been found, you can look at the fields_df attribute that will show all the information.

example_query.fields_df
name ra dec skycoord stokes fields primary_field epoch field sbid dateobs frequency planet
0 1AXG J134412+0016 206.058966 0.278384 <SkyCoord (ICRS): (ra, dec) in deg\n (206.0... I [VAST_1351+00A] VAST_1351+00 1 VAST_1351+00A 9669 2019-08-28 04:04:34.932 887.5 False
1 1AXG J134412+0016 206.058966 0.278384 <SkyCoord (ICRS): (ra, dec) in deg\n (206.0... I [VAST_1351+00A] VAST_1351+00 2 VAST_1351+00A 10337 2019-10-29 23:18:11.037 887.5 False
2 1AXG J134412+0016 206.058966 0.278384 <SkyCoord (ICRS): (ra, dec) in deg\n (206.0... I [VAST_1351+00A] VAST_1351+00 5x VAST_1351+00A 11148 2020-01-10 22:00:20.515 887.5 False
3 1AXG J134412+0016 206.058966 0.278384 <SkyCoord (ICRS): (ra, dec) in deg\n (206.0... I [VAST_1351+00A] VAST_1351+00 8 VAST_1351+00A 11584 2020-01-25 21:25:25.682 887.5 False
4 1AXG J134412+0016 206.058966 0.278384 <SkyCoord (ICRS): (ra, dec) in deg\n (206.0... I [VAST_1351+00A] VAST_1351+00 9 VAST_1351+00A 11615 2020-01-26 21:21:41.180 887.5 False
5 1AXG J134412+0016 206.058966 0.278384 <SkyCoord (ICRS): (ra, dec) in deg\n (206.0... I [VAST_1351+00A] VAST_1351+00 12 VAST_1351+00A 14834 2020-06-19 11:54:29.367 887.5 False
6 PSR J2129-0429 322.438710 -4.486640 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 1 VAST_2118-06A 9668 2019-08-27 18:52:00.556 887.5 False
7 PSR J2129-0429 322.438710 -4.486640 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 3x VAST_2118-06A 10335 2019-10-29 13:39:33.996 887.5 False
8 PSR J2129-0429 322.438710 -4.486640 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 2 VAST_2118-06A 10342 2019-10-30 10:11:56.913 887.5 False
9 PSR J2129-0429 322.438710 -4.486640 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 5x VAST_2118-06A 11169 2020-01-11 05:40:11.007 887.5 False
10 PSR J2129-0429 322.438710 -4.486640 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 6x VAST_2118-06A 11257 2020-01-12 05:36:03.834 887.5 False
11 PSR J2129-0429 322.438710 -4.486640 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 8 VAST_2118-06A 11429 2020-01-18 05:00:37.814 887.5 False
12 PSR J2129-0429 322.438710 -4.486640 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 9 VAST_2118-06A 11501 2020-01-19 04:56:28.318 887.5 False
13 PSR J2129-0429 322.438710 -4.486640 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 12 VAST_2118-06A 14933 2020-06-20 19:29:35.638 887.5 False
14 SN 2012dy 319.711250 -57.645140 <SkyCoord (ICRS): (ra, dec) in deg\n (319.7... I [VAST_2049-56A, VAST_2115-60, VAST_2118-55, VA... VAST_2118-55 1 VAST_2131-56A 9673 2019-08-28 14:25:27.516 887.5 False
15 SN 2012dy 319.711250 -57.645140 <SkyCoord (ICRS): (ra, dec) in deg\n (319.7... I [VAST_2049-56A, VAST_2115-60, VAST_2118-55, VA... VAST_2118-55 2 VAST_2131-56A 10338 2019-10-30 05:04:03.625 887.5 False
16 SN 2012dy 319.711250 -57.645140 <SkyCoord (ICRS): (ra, dec) in deg\n (319.7... I [VAST_2049-56A, VAST_2115-60, VAST_2118-55, VA... VAST_2118-55 8 VAST_2131-56A 11686 2020-02-01 04:15:47.663 887.5 False
17 SN 2012dy 319.711250 -57.645140 <SkyCoord (ICRS): (ra, dec) in deg\n (319.7... I [VAST_2049-56A, VAST_2115-60, VAST_2118-55, VA... VAST_2118-55 9 VAST_2131-56A 11708 2020-02-02 04:11:33.302 887.5 False
18 SN 2012dy 319.711250 -57.645140 <SkyCoord (ICRS): (ra, dec) in deg\n (319.7... I [VAST_2049-56A, VAST_2115-60, VAST_2118-55, VA... VAST_2118-55 12 VAST_2131-56A 14992 2020-06-21 18:53:30.247 887.5 False

The results of find_fields can be written to a file if you you would like to:

example_query.write_find_fields()

Running find_sources

Now we would like to find the actual crossmatches (if any) to the sources/coordiantes. Now we can call find_sources(), which again will take a few seconds to complete:

example_query.find_sources()

Looking at the find_sources results

The results of find_sources() are stored in the results attribute:

example_query.results
name
1AXG J134412+0016    <vasttools.source.Source object at 0x7f188b46b...
SN 2012dy            <vasttools.source.Source object at 0x7f1842e59...
PSR J2129-0429       <vasttools.source.Source object at 0x7f1842e5e...
Name: name, dtype: object

It is a pandas series object, which contains a vast-tools Source object for each result, accessed by using the souce name as the index.

For example lets look at the PSR J2129-04 result. For convenience we'll assign the object to the variable my_source.

my_source = example_query.results['PSR J2129-0429']

Below will show you all the plotting and searching you can do with a source object, which includes:

  • Viewing and saving the measurements.
  • Plotting a lightcurve.
  • Calculate variability metrics.
  • Displaying the source cutout from the FITS file per epoch.
  • Display all the cutouts together.
  • Create an astroquery 'SkyView' plot with ASKAP contours per epoch.
  • Search other services such as SIMBAD or CASDA.
my_source.measurements
name ra dec skycoord stokes fields primary_field epoch field sbid ... spectral_curvature spectral_index_err spectral_curvature_err rms_image has_siblings fit_is_estimate spectral_index_from_TT flag_c4 comment detection
0 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 1 VAST_2118-06A 9668 ... NaN NaN NaN 0.265767 NaN NaN NaN NaN NaN False
1 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 3x VAST_2118-06A 10335 ... NaN NaN NaN 0.216022 NaN NaN NaN NaN NaN False
2 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 2 VAST_2118-06A 10342 ... NaN NaN NaN 0.233993 NaN NaN NaN NaN NaN False
3 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 5x VAST_2118-06A 11169 ... -99.0 0.0 0.0 0.237000 1.0 0.0 1.0 0.0 True
4 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 6x VAST_2118-06A 11257 ... -99.0 0.0 0.0 0.279000 0.0 0.0 1.0 0.0 True
5 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 8 VAST_2118-06A 11429 ... -99.0 0.0 0.0 0.200000 0.0 0.0 1.0 0.0 True
6 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 9 VAST_2118-06A 11501 ... -99.0 0.0 0.0 0.240000 0.0 0.0 1.0 0.0 True
7 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 12 VAST_2118-06A 14933 ... -99.0 0.0 0.0 0.216000 0.0 0.0 1.0 0.0 True

8 rows × 55 columns

my_source.write_measurements()
lightcurve = my_source.plot_lightcurve(figsize=(10,5))
my_source.calc_eta_and_v_metrics()
(173.36912949466952, 0.84091675)

You can show individual cutouts using show_png_cutouts and passing the index of the observation of interest.

sixth_cutout = my_source.show_png_cutout(6)
all_cutouts = my_source.show_all_png_cutouts(columns=5, figsize=(20, 8))

You can force resizing the cutout data by including force=True and a new size value (which is an Astropy Angle)

all_cutouts = my_source.show_all_png_cutouts(columns=5, figsize=(20, 8), force=True, size=Angle(1*u.arcmin))
my_source.measurements
name ra dec skycoord stokes fields primary_field epoch field sbid ... spectral_curvature spectral_index_err spectral_curvature_err rms_image has_siblings fit_is_estimate spectral_index_from_TT flag_c4 comment detection
0 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 1 VAST_2118-06A 9668 ... NaN NaN NaN 0.265767 NaN NaN NaN NaN NaN False
1 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 3x VAST_2118-06A 10335 ... NaN NaN NaN 0.216022 NaN NaN NaN NaN NaN False
2 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 2 VAST_2118-06A 10342 ... NaN NaN NaN 0.233993 NaN NaN NaN NaN NaN False
3 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 5x VAST_2118-06A 11169 ... -99.0 0.0 0.0 0.237000 1.0 0.0 1.0 0.0 True
4 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 6x VAST_2118-06A 11257 ... -99.0 0.0 0.0 0.279000 0.0 0.0 1.0 0.0 True
5 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 8 VAST_2118-06A 11429 ... -99.0 0.0 0.0 0.200000 0.0 0.0 1.0 0.0 True
6 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 9 VAST_2118-06A 11501 ... -99.0 0.0 0.0 0.240000 0.0 0.0 1.0 0.0 True
7 PSR J2129-0429 322.43871 -4.48664 <SkyCoord (ICRS): (ra, dec) in deg\n (322.4... I [VAST_2118-06A, VAST_2129-04, VAST_2143-06A] VAST_2129-04 12 VAST_2118-06A 14933 ... -99.0 0.0 0.0 0.216000 0.0 0.0 1.0 0.0 True

8 rows × 55 columns

wise_3_4_contour_epoch6x = my_source.skyview_contour_plot(6, 'WISE 3.4')
simbad_results = my_source.simbad_search()
simbad_results
Table length=2
MAIN_IDRADECRA_PRECDEC_PRECCOO_ERR_MAJACOO_ERR_MINACOO_ERR_ANGLECOO_QUALCOO_WAVELENGTHCOO_BIBCODERA_dDEC_dTYPED_IDRA_d_1DEC_d_1SCRIPT_NUMBER_ID
"h:m:s""d:m:s"masmasdegdegdegdegdeg
objectstr13str13int16int16float32float32int16str1str1objectfloat64float64objectfloat64float64int32
PSR J2129-0421 29 45.29-04 29 11.966----0D2014ApJ...795...72L322.43871000-4.48664000322.43871000-4.486640001
CRTS J212945.0-04290621 29 45.0469-04 29 06.97314140.0600.05590AO2020yCat.1350....0G322.43769552-4.48527044322.43769552-4.485270441
casda_results = my_source.casda_search()
casda_results
Table length=63
distancedataproduct_typecalib_levelobs_collectionobs_idobs_publisher_didaccess_urlaccess_formataccess_estsizetarget_names_ras_decs_fovs_regions_resolutions_xel1s_xel2t_mint_maxt_exptimet_resolutiont_xelem_minem_maxem_res_powerem_xelo_ucdpol_statespol_xelfacility_nameinstrument_namedataproduct_subtypeem_ucdem_unitem_resolutions_resolution_mins_resolution_maxs_ucds_unitobs_release_datequality_levelthumbnail_idfilename
degkbytedegdegdegarcsecddssmmmarcsecarcsec
float64str255int32str255str255str255str2000str255int64str255float64float64float64str200float64int64int64float64float64float64float64int64float64float64float64int64str255str255int64str255str255str255str255str255float64float64float64str255str255str24str15int64str1000
0.19658094426972011cube2ASKAP Pilot Survey for VAST32437cube-54317https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-54317application/x-votable+xml;content=datalink775241322.3880583333-4.676619444444861.252694444454235POLYGON ICRS 326.62231977062004 -8.324802389033819 318.15379689598024 -8.324802389033819 318.1978490079701 -1.0032865932460227 326.5782676586302 -1.003286593246022710.0000000000000091506913170----0.0--10.219228263380635950.21922826354095031367490000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm1.6031434513230636e-107.09999999999999210.000000000000009pos.eqdegREJECTED--image.i.VAST_2129-04.SB32437.cont.taylor.0.restored.conv.fits
0.19658094426972011cube2ASKAP Pilot Survey for VAST32437cube-64420https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-64420application/x-votable+xml;content=datalink775241322.3880583333-4.676619444444861.252694444454235POLYGON ICRS 326.62231977062004 -8.324802389033819 318.15379689598024 -8.324802389033819 318.1978490079701 -1.0032865932460227 326.5782676586302 -1.003286593246022710.0000000000000091506913170----0.0--10.219228263380635950.21922826354095031367490000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm1.6031434513230636e-107.09999999999999210.000000000000009pos.eqdeg2022-03-14T01:07:55.475ZGOOD--image.i.VAST_2129-04.SB32437.cont.v2.taylor.0.restored.conv.fits
0.19658094426972011cube2ASKAP Pilot Survey for VAST32437cube-54315https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-54315application/x-votable+xml;content=datalink775241322.3880583333-4.676619444444861.252694444454235POLYGON ICRS 326.62231977062004 -8.324802389033819 318.15379689598024 -8.324802389033819 318.1978490079701 -1.0032865932460227 326.5782676586302 -1.00328659324602279.257381980991281506913170----0.0--10.219228263380635950.21922826354095031367490000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm1.6031434513230636e-107.0091958129199929.25738198099128pos.eqdegREJECTED--image.i.VAST_2129-04.SB32437.cont.taylor.0.restored.fits
0.19658094426972011cube2ASKAP Pilot Survey for VAST29361cube-40497https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-40497application/x-votable+xml;content=datalink775238322.3880583333-4.676619444444861.252694444454235POLYGON ICRS 326.62231977062004 -8.324802389033819 318.15379689598024 -8.324802389033819 318.1978490079701 -1.0032865932460227 326.5782676586302 -1.00328659324602278.8999999999999911506913170----0.0--10.219228263380635950.21922826354095031367490000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm1.6031434513230636e-107.4000000000000168.899999999999991pos.eqdeg2021-11-16T11:39:41.109ZUNCERTAIN--image.i.VAST_2129-04.SB29361.cont.taylor.0.restored.conv.fits
0.19658094426972011cube2ASKAP Pilot Survey for VAST33834cube-61667https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-61667application/x-votable+xml;content=datalink775241322.3880583333-4.676619444444861.252694444454235POLYGON ICRS 326.62231977062004 -8.324802389033819 318.15379689598024 -8.324802389033819 318.1978490079701 -1.0032865932460227 326.5782676586302 -1.00328659324602279.01506913170----0.0--10.219228263380635950.21922826354095031367490000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm1.6031434513230636e-107.4000000000000169.0pos.eqdeg2022-03-18T01:22:49.712ZGOOD--image.i.VAST_2129-04.SB33834.cont.taylor.0.restored.conv.fits
0.2747066803720156cube2The Rapid ASKAP Continuum Survey21379cube-88514https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-88514application/x-votable+xml;content=datalink548837322.43962518148-4.761339812508843.36401481482175POLYGON ICRS 326.08916675649004 -7.753445211863593 318.79088213813975 -7.753980359362114 318.8221487557798 -1.7507532278295006 326.0569979437197 -1.750222808506497510.000000000000009130081080159230.2806736111159230.291148148150.0--10.219228263380635950.21922826354095031367490000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm1.6031434513230636e-107.49999999999998810.000000000000009pos.eqdeg2023-04-26T09:02:37.235ZGOOD--image.i.RACS_2129-04.SB21379.cont.taylor.0.restored.conv.fits
3.3113967518177696cube2ASKAP Engineering Commissioning50514cube-148752https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-148752application/x-votable+xml;content=datalink735750319.65552016586-6.299994445037590.83184296965557POLYGON ICRS 324.51872987275993 -11.046409410753027 314.7923217974599 -11.046415915946007 314.8809697982301 -1.5094062416968985 324.4300689602197 -1.509399854820498315.100000000000021137301371860108.8952560108.903768518520.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1011.19999999999999615.100000000000021pos.eqdeg2023-06-18T23:56:06.703ZGOOD--image.i.VAST_2118-06.SB50514.cont.taylor.0.restored.conv.fits
3.3122741678585226cube2ASKAP Pilot Survey for VAST30894cube-46279https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-46279application/x-votable+xml;content=datalink735742319.6545159986-6.300069444328190.83147183640813POLYGON ICRS 324.51771682679 -11.046474467413006 314.79132650893024 -11.04648097265801 314.87997522164983 -1.5094908354293024 324.4290552022002 -1.509484448503198213.300000000000021373013718----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1011.5000000000000213.30000000000002pos.eqdeg2022-03-17T12:31:40.440ZGOOD--image.i.VAST_2118-06A.SB30894.cont.taylor.0.restored.conv.fits
3.3122741678585226cube2ASKAP Pilot Survey for VAST29020cube-38312https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-38312application/x-votable+xml;content=datalink735742319.6545159986-6.300069444328190.83147183640813POLYGON ICRS 324.51771682679 -11.046474467413006 314.79132650893024 -11.04648097265801 314.87997522164983 -1.5094908354293024 324.4290552022002 -1.509484448503198213.300000000000021373013718----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1011.5000000000000213.30000000000002pos.eqdeg2021-11-16T11:12:08.588ZGOOD--image.i.VAST_2118-06A.SB29020.cont.taylor.0.restored.conv.fits
.................................................................................................................................
5.642791869243457cube2The Rapid ASKAP Continuum Survey8586cube-18982https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-18982application/x-votable+xml;content=datalink732640325.860341997090.003076444908546690.44801311727238POLYGON ICRS 330.64313536598985 -4.760100044734678 321.0848398535102 -4.759294938768922 321.08484174020975 4.758990146798202 330.6431205684501 4.75818627517900117.459575890903111370013690----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1011.37342931198657117.45957589090311pos.eqdeg2020-11-16T03:47:18.226ZGOOD--image.i.SB8586.cont.RACS_2143+00A.linmos.taylor.0.restored.fcor.fits
5.642791869243457cube2The Rapid ASKAP Continuum Survey8586cube-18983https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-18983application/x-votable+xml;content=datalink732640325.860341997090.003076444908546690.44801311727238POLYGON ICRS 330.64313536598985 -4.760100044734678 321.0848398535102 -4.759294938768922 321.08484174020975 4.758990146798202 330.6431205684501 4.75818627517900120.400000000000011370013690----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1014.19999999999998320.40000000000001pos.eqdeg2020-11-16T03:47:18.226ZGOOD--image.i.SB8586.cont.RACS_2143+00A.linmos.taylor.0.restored.cres.fcor.fits
5.643051581815839cube2ASKAP Pilot Survey for VAST11170cube-10244https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-10244application/x-votable+xml;content=datalink732640325.860771163790.003076444908546690.44801311727238POLYGON ICRS 330.64356453269016 -4.760100044734678 321.08526902020986 -4.759294938768922 321.08527090691007 4.758990146798202 330.6435497351498 4.75818627517900114.322075913617731370013690----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1011.17971692088253214.32207591361773pos.eqdeg2020-11-18T10:14:22.739ZUNCERTAIN--image.i.SB11170.cont.taylor.0.restored.fits
5.643051581815839cube2ASKAP Pilot Survey for VAST10335cube-11422https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-11422application/x-votable+xml;content=datalink732640325.860771163790.003076444908546690.44801311727238POLYGON ICRS 330.64356453269016 -4.760100044734678 321.08526902020986 -4.759294938768922 321.08527090691007 4.758990146798202 330.6435497351498 4.75818627517900113.6780406996934951370013690----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1011.61061066126591313.678040699693495pos.eqdeg2020-11-18T09:49:27.134ZUNCERTAIN--image.i.SB10335.cont.VAST_2143+00A.linmos.taylor.0.restored.fits
5.643051581815839cube2ASKAP Pilot Survey for VAST15713cube-22177https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-22177application/x-votable+xml;content=datalink732637325.860771163790.003076444908546690.44801311727238POLYGON ICRS 330.64356453269016 -4.760100044734678 321.08526902020986 -4.759294938768922 321.08527090691007 4.758990146798202 330.6435497351498 4.75818627517900113.4536005939138831370013690----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1011.28138872351158813.453600593913883pos.eqdeg2020-12-16T02:51:50.197ZUNCERTAIN--image.i.SB15713.cont.taylor.0.restored.fits
5.643051581815839cube2ASKAP Pilot Survey for VAST11430cube-5521https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-5521application/x-votable+xml;content=datalink732640325.860771163790.003076444908546690.44801311727238POLYGON ICRS 330.64356453269016 -4.760100044734678 321.08526902020986 -4.759294938768922 321.08527090691007 4.758990146798202 330.6435497351498 4.75818627517900113.1382103631458321370013690----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1012.8520612184870813.138210363145832pos.eqdeg2020-11-18T08:06:51.902ZUNCERTAIN--image.i.SB11430.cont.taylor.0.restored.fits
5.643051581815839cube2ASKAP Pilot Survey for VAST10342cube-15487https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-15487application/x-votable+xml;content=datalink732640325.860771163790.003076444908546690.44801311727238POLYGON ICRS 330.64356453269016 -4.760100044734678 321.08526902020986 -4.759294938768922 321.08527090691007 4.758990146798202 330.6435497351498 4.75818627517900115.0604334453423511370013690----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1011.9439924605913615.060433445342351pos.eqdeg2020-11-18T09:55:55.476ZUNCERTAIN--image.i.SB10342.cont.VAST_2143+00A.linmos.taylor.0.restored.fits
5.643051581815839cube2ASKAP Pilot Survey for VAST11258cube-8903https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-8903application/x-votable+xml;content=datalink732640325.860771163790.003076444908546690.44801311727238POLYGON ICRS 330.64356453269016 -4.760100044734678 321.08526902020986 -4.759294938768922 321.08527090691007 4.758990146798202 330.6435497351498 4.75818627517900119.016150156881991370013690----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1011.1147432019563619.01615015688199pos.eqdeg2020-11-18T07:36:30.528ZUNCERTAIN--image.i.SB11258.cont.taylor.0.restored.fits
5.643051581815839cube2ASKAP Pilot Survey for VAST11502cube-7193https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-7193application/x-votable+xml;content=datalink732640325.860771163790.003076444908546690.44801311727238POLYGON ICRS 330.64356453269016 -4.760100044734678 321.08526902020986 -4.759294938768922 321.08527090691007 4.758990146798202 330.6435497351498 4.75818627517900114.3015068478921051370013690----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1011.31386104028811514.301506847892105pos.eqdeg2020-11-18T08:18:46.711ZUNCERTAIN--image.i.SB11502.cont.taylor.0.restored.fits
5.643051581815839cube2ASKAP Pilot Survey for VAST9667cube-13911https://data.csiro.au/casda_vo_proxy/vo/datalink/links?ID=cube-13911application/x-votable+xml;content=datalink732640325.860771163790.003076444908546690.44801311727238POLYGON ICRS 330.64356453269016 -4.760100044734678 321.08526902020986 -4.759294938768922 321.08527090691007 4.758990146798202 330.6435497351498 4.75818627517900114.1563823219751671370013690----0.0--10.33779774423752030.3377977446181413887491000.01phot.flux.density/I/1ASKAPcont.restored.t0em.freqm3.8062103469016506e-1013.17866535804686414.156382321975167pos.eqdeg2020-09-22T02:42:45.205ZUNCERTAIN--image.i.SB9667.cont.VAST_2143+00A.linmos.taylor.0.restored.fits

Last update: July 18, 2023
Created: August 5, 2020