Rectangular Search

This page provides an easy interface to search FIS or IRC objects inside a rectangle defined by two longitude,latitude pairs of J2000, B1950, Ecliptic or Galactic coordinates.

Coordinate conditions:
From To
longitude* [deg or `hh:mm:ss.ss']
latitude* [deg or `[±]dd:mm:ss.s']

* `[±]12:34.56', `[±]12 34 56.78' and `[±]12 34.56' styles are also allowed.
If you want to search a region across longitude = 0, enter 350 and 10 for From and To, respectively. The same convention can be used for latitude.

Catalogs and Constraint Settings:
Catalogs Constraint
Enable? Min Quality Indicator Max
FIS fQual_65
fQual_90
fQual_140
fQual_160
IRC fQual_09
fQual_18

Note: Qualities are connected by 'AND'.

Database:
 
Columns: all digest
 
Rows: all max
Format: HTML TEXT delimiter: newline:
 

You can select version of FIS and IRC catalogs by Database selector. Default setting is for latest version of catalog set.

A table [FisObjALL, IrcObjALL] or a view [IrcObj, IrcObj] is selected, when you select `all' or 'digest' on the Columns section, respectively.

This SQL call is equivalent to using this page with a default setting:
SELECT o.*
FROM fGetObjFromRectCel('Fis', 'j2000', 180.5, 200.5, 1.5, 3.5) n, FisObj o
WHERE n.objID = o.objID AND
      0 <= o.fQual_65 AND o.fQual_65 <= 3 AND
      0 <= o.fQual_90 AND o.fQual_90 <= 3 AND
      0 <= o.fQual_140 AND o.fQual_140 <= 3 AND
      0 <= o.fQual_160 AND o.fQual_160 <= 3
LIMIT 10
There are also functions for B1950, Ecliptic and Galactic coordinates. SQL functions page describes them. For the selections with more complex conditions, use SQL Search page.

See the SQL schema page to find out more about structure or function of the SQL.

Last Modified: 26 April 2011