Enter your criteria and click the query button to see the search results. To search the entire dataset, simply click the query button without any conditions.


Each field can be searched using basic regular expressions. There are 12 metacharacters in regular expressions: $, (, ), *, +, ., ?, [, \, ^, {, and |. To match these characters literally, you must escape them with a backslash (\).

For example, the regex: $ \( \) \* \+ \. \? \[ \ \^ \{ \| matches the text: $ ( ) * + . ? [ \ ^ { |.

Observation Start Date

This field searches for the observation start date.

The date format should be in the format of 4-digit year, 2-digit month, and 2-digit day (yyyy-mm-dd).

Experiment Code

The input string in the experiment code field can be searched as a substring.

Target Source Name or Coordinate Value

The target source name refers to the object being observed. Input strings for the target source name can be searched as substrings.

If the string includes the + character, prepend it with a backslash (\).

Example: To search for 0218+357, input 0218\+357.

Alternatively, you can search using the coordinates for right ascension and declination:

You can also search for substrings of right ascension and declination:

Polarization, Band

If unchecked, the entire dataset is searched. If checked, the search applies an 'or' condition.