1# E.S.O. - VLT project/ESO Archive
2# --------------------------------------------------------------------
3# skycat.cfg - config file for Astronomical Catalogs
4#
5# This file is read via http by the skycat software to get
6# the necessary information about the available catalogs.
7#
8# The syntax for each catalog entry is:
9#
10#  serv_type: 	service type, one of: catalog, namesvr, imagesvr
11#               (see Service Types below)
12#
13#  long_name:   long name of service for displaying
14#  short_name:  short name of service
15#  url:         URL used to access catalog, %ra,%dec, etc. expanded (see below)
16#
17#  symbol:      the symbol to use to plot the given column value
18#               (see Plotting below)
19#
20# Service Types
21#---------------
22#
23# The valid service types are:
24#
25#  catalog  - server returns a tab separated table of row/col values
26#  archive    where the headings are followed by a dashed line
27#
28#  namesvr  - same as catalog or archive, except server returns a single
29#             object with id, ra and dec to resolve the given object name
30#
31#  imagesvr - server returns an image file
32#
33#
34# Syntax for "url" field:
35# --------------------------
36#
37# The url field is used to build a URL to get the results via HTTP.
38# The syntax is like this:
39#
40#      http://host:port/cgi-bin/server?arg1&arg2&...argn
41#
42# (if ":port" is missing, it defaults to 80.)
43#
44# Substitutions are performed on the URL as follows:
45#
46#  %ra, %dec        - coordinates of center point
47#
48#  %w, %h           - width and height in arcmin around center point
49#
50#  %r1, %r2         - min and max radius (for circular query)
51#
52#  %m1, %m2         - min and max magnitude
53#
54#  %n               - max number of rows to return
55#
56#  %cols            - list of columns to return (col1,col2,...coln)
57#
58#  %id              - ID field of item to return (if supported)
59#
60#  %mime-type       - value for http mime-type field
61#
62# Name servers only need the %id field, which is set to the object name.
63#
64# Plotting column values
65# ----------------------
66#
67# The syntax for the "symbol:" field is as follows:
68#
69#    symbol:  col-name symbol expr : col-name symbol expr : ...
70#
71# where
72#   col-name - is the name of the column to plot
73#
74#   symbol   - is the symbol to use, one of:
75#              square, circle, triangle, cross, plus, diamond
76#
77#   expr     - is an expression in terms of the column used to
78#              determine the size of the symbol at standard
79#              magnification. The column name can be used as a
80#              variable in the expression using "$".
81# example:
82#     symbol: mag circle 15-$mag : xyz square (1-$xyz)*2.5
83#
84# who         when       what
85# --------   ---------   ----------------------------------------------
86# A.Brighton 11 Oct 95   created
87# M.Naumann  24 Jul 96   Updated URLs for catalog servers at the ESO
88#                        Science Archive (archive.eso.org and cgi-bin)
89
90# -- catalogs --
91
92serv_type:      catalog
93long_name:      SuperCOSMOS catalog - blue (UKJ) southern survey
94short_name:     SSScat_UKJ@WFAU
95url:            http://www-wfau.roe.ac.uk/~sss/cgi-bin/gaia_obj.cgi?ra=%ra&dec=%dec&radius=%r2&iradius=%r1&survey=1&bright=%m1&faint=%m2
96symbol:         {PA A_I B_I AREA} {ellipse white {double($B_I)/double($A_I)} {($PA)} {} {}} {{sqrt(7.0*$AREA*double($B_I)/(22.0*double($A_I)))} {}}
97copyright:      SuperCOSMOS/ROE/AAO
98id_col:         0
99ra_col:         1
100dec_col:        2
101x_col:          -1
102y_col:          -1
103
104serv_type:      catalog
105long_name:      SuperCOSMOS catalog - red (UKR) southern survey
106short_name:     SSScat_UKR@WFAU
107url:            http://www-wfau.roe.ac.uk/~sss/cgi-bin/gaia_obj.cgi?ra=%ra&dec=%dec&radius=%r2&iradius=%r1&survey=2&bright=%m1&faint=%m2
108symbol:         {PA A_I B_I AREA} {ellipse white {double($B_I)/double($A_I)} {($PA)} {} {}} {{sqrt(7.0*$AREA*double($B_I)/(22.0*double($A_I)))} {}}
109copyright:      SuperCOSMOS/ROE/AAO
110id_col:         0
111ra_col:         1
112dec_col:        2
113x_col:          -1
114y_col:          -1
115
116serv_type:      catalog
117long_name:      SuperCOSMOS catalog - near IR (UKI) southern survey
118short_name:     SSScat_UKI@WFAU
119url:            http://www-wfau.roe.ac.uk/~sss/cgi-bin/gaia_obj.cgi?ra=%ra&dec=%dec&radius=%r2&iradius=%r1&survey=3&bright=%m1&faint=%m2
120symbol:         {PA A_I B_I AREA} {ellipse white {double($B_I)/double($A_I)} {($PA)} {} {}} {{sqrt(7.0*$AREA*double($B_I)/(22.0*double($A_I)))} {}}
121copyright:      SuperCOSMOS/ROE/AAO
122id_col:         0
123ra_col:         1
124dec_col:        2
125x_col:          -1
126y_col:          -1
127
128serv_type:      catalog
129long_name:      SuperCOSMOS catalog - red (ESOR) southern survey
130short_name:     SSScat_ESOR@WFAU
131url:            http://www-wfau.roe.ac.uk/~sss/cgi-bin/gaia_obj.cgi?ra=%ra&dec=%dec&radius=%r2&iradius=%r1&survey=4&bright=%m1&faint=%m2
132symbol:         {PA A_I B_I AREA} {ellipse white {double($B_I)/double($A_I)} {($PA)} {} {}} {{sqrt(7.0*$AREA*double($B_I)/(22.0*double($A_I)))} {}}
133copyright:      SuperCOSMOS/ROE/AAO/ESO
134id_col:         0
135ra_col:         1
136dec_col:        2
137x_col:          -1
138y_col:          -1
139
140# -- image servers --
141
142serv_type:      imagesvr
143long_name:      SuperCOSMOS image - blue (UKJ) southern survey
144short_name:     SSSpix_UKJ@WFAU
145url:            http://www-wfau.roe.ac.uk/~sss/cgi-bin/gaia_pix.cgi?ra=%ra&dec=%dec&survey=1&mime-type=image/x-gfits&x=%w&y=%h
146copyright:      SuperCOSMOS/ROE/AAO
147id_col:         0
148ra_col:         1
149dec_col:        2
150x_col:          -1
151y_col:          -1
152
153serv_type:      imagesvr
154long_name:      SuperCOSMOS image - red (UKR) southern survey
155short_name:     SSSpix_UKR@WFAU
156url:            http://www-wfau.roe.ac.uk/~sss/cgi-bin/gaia_pix.cgi?ra=%ra&dec=%dec&survey=2&mime-type=image/x-gfits&x=%w&y=%h
157copyright:      SuperCOSMOS/ROE/AAO
158id_col:         0
159ra_col:         1
160dec_col:        2
161x_col:          -1
162y_col:          -1
163
164serv_type:      imagesvr
165long_name:      SuperCOSMOS image - near IR (UKI) southern survey
166short_name:     SSSpix_UKI@WFAU
167url:            http://www-wfau.roe.ac.uk/~sss/cgi-bin/gaia_pix.cgi?ra=%ra&dec=%dec&survey=3&mime-type=image/x-gfits&x=%w&y=%h
168copyright:      SuperCOSMOS/ROE/AAO
169id_col:         0
170ra_col:         1
171dec_col:        2
172x_col:          -1
173y_col:          -1
174
175serv_type:      imagesvr
176long_name:      SuperCOSMOS image - red (ESOR) southern survey
177short_name:     SSSpix_ESOR@WFAU
178url:            http://www-wfau.roe.ac.uk/~sss/cgi-bin/gaia_pix.cgi?ra=%ra&dec=%dec&survey=4&mime-type=image/x-gfits&x=%w&y=%h
179copyright:      SuperCOSMOS/ROE/AAO/ESO
180id_col:         0
181ra_col:         1
182dec_col:        2
183x_col:          -1
184y_col:          -1
185
186