MSX Image Server and Catalog OverlaysInstructionsInteractive ModeThe main panel contains a field for source location information, a selectable set of image sizes, and a set of optional overlay selections. The location information can take the form of coordinates in a variety of formats (see the examples at the bottom of panel) or can be an object name. If it is the latter, first NED and then SIMBAD are checked to attempt name resolution. The data panel that results from submission of the job contains a map of the region ( default is a 5 degree square piece of the appropriate MSX image overlayed with MSX Point Source Catalog data and an Equatorial J2000 coordinate grid) plus links to the FITS image and ASCII data tables from which the map was made. On the overlays, points are scaled by magnitude or flux as appropriate and are color coded to their source. "API" ModeThe MSX service can also be driven directly through a URL: This default return is the same HTML page described above, though we plan to add an XML response in future. In this API mode, user-defined graphics can also be overlayed on the images. The form variables available for use are as follows: |
||||||||
objstr |
The name of an object or a coordinate string. If it is an
object name (e.g. "m 31") it will be resolved using
NED and/or SIMBAD. If it is a coordinate string
(e.g. "19h17m32s 11d58m02s Equ J2000") it
can be any coordinate system (Eq, Ecl, Gal, SGal)
and epoch and can be sexagesimal or decimal degrees.
This field is required. |
|||||||
size |
The width/height, in degrees, of the field of view (limited
by the size and edges of an MSX plate).
Default: 5.0 |
|||||||
band |
The MSX band(s) to be returned:
band = 0: 12 Micron Default: 0 |
|||||||
msxpsc |
Whether to search the MSX Point Source Catalog (msxpsc = 1)
or not (msxpsc = 0).
Default: 1 Default: 0 |
|||||||
coordinate_grid |
Whether to display an equatorial grid overlay
(coordinate_grid = 1) or not (coordinate_grid = 0).
Default: 1 |
|||||||
graphics |
This field is essentially a drawing script. It will allows
for the following directives (one to a line or separated by
semicolons):
Color names are the standard red, green, blue, etc. Coordinates are specified (for now) in decimal degrees, J2000 Default: (no added graphics) |
|||||||
An example HTML form could look like this: | ||||||||
<html> <form method="GET" action="/cgi-bin/MSX/nph-msx"> <input type=hidden name="objstr" value="00h 42m 44.32s +41d |
||||||||
Alternatively, a complete URL could be constructed (e.g. by a program) and activated directly: https://irsa.ipac.caltech.edu/cgi-bin/MSX/nph-msx?objstr=m16&size=5.0&band=6
|
||||||||