Plate Object

Plate Object

Remarks

Please read through this page completely! You'll learn invaluable things.

A Plate object represents an astronomical image and its accociated descriptive information. FITS format images may be attached to a created Plate object, and the associated information in the FITS header records will be automatically transferred into the properties of the Plate. Note that many of the "standard" FITS header fields have corresponding properties within the Plate object. Most may be modified while the image is attached, and then the updated image properties may be written back out to the FITS header.

The fundamental purpose for the Plate object is to automatically determine the true celestial coordinates of the center of the image and to provide astrometric positions of the objects in the image. The resulting resolved image coordinates may be used to correct a telescope's pointing coordinates, or written into the FITS image file as World Coordinate System (WCS) data. A FITS image containing accurate WCS data may be used (carefully!) for direct astrometric measurements since the image scale, projection geometry, and center-point coordinates are accurately known. This information suffices as an astrometric plate solution. If the original FITS image has WCS data, it will be used as a starting point for PinPoint's plate solving process.

Plate Solving Process

The plate solving process is done in three steps (which can be executed in just one method call, if desired):

  1. Scan the image and detect stars, generating a list of detected stars and their image coordinates in pixels. This is the Image Star List.
  2. Given a reasonable approximation of the image center-point Right Ascension and Declination, retrieve a list of stars from a reference catalog. This is the Catalog Star List.
  3. Given reasonably accurate angular scale factors for the image, attempt to match image stars and catalog stars. If "enough" are matched, the correct center-point celestial coordinates are known, as well as the roll angle of the image and the precise plate scale factors. Note that the signs of the plate scale factors indicate image orientation such as mirroring and flipping.

Prescription for Success

You don't need to know the roll-angle of the camera, nor do you need to take into account mirroring or flipping of the images. The matching algorithm in PinPoint is completely insensitive to these characteristics, and will produce the correct WCS data in all cases. If you don't know the first two, use All-Sky solving (see below).

All-Sky Plate Solving (Internet required)

If you don't know the place in the sky at which an image was acquired, PinPoint's all-sky solving feature can almost always figure this out from scratch. It uses Astrometry.net's online all-sky solving service. This service has a specific Application Programming Interface (API) designed for programs to use it remotely (as opposed to people who submit images via its web pages). PinPoint uses this API to get rough estimates of centerpoint RA and Dec, as well as the plate scale (arcsec per pixel) for the image. If this is successful, the Plate.Solve() method is automatically called using the new center coordinates and plate scale. This almost always will result in a solution, and it will have a the full accuracy of PinPoint including the distortion mapping and the resulting corner to corner astrometric accuracy. For details see the Remarks section of Plate.SolveAllSky().

Magnitude Calculations - Color Band

Some or all of catalog stars used for the astrometric match are also used to compute a reference value for the relationship between flux and magnitude for this plate. This allows PinPoint to furnish magnitude estimates for all of the detected objects in the image. For PinPoint's magnitude estimates to have meaning, the image attached to the plate should have been acquired through a standard Johnson-Cousins filter and the catalog used for the plate solution must provide reference magnitudes in the color band of the image. For unfiltered monochrome CCD images, the default R-band will suffice for rough measurements. 1-shot color images will not produce meaningful magnitudes with respect to any standard system!

Matched image stars whose flux is near or below the background noise are not used in the magnitude fit. Catalog magnitudes used are of the UVBRI color band for the image, set via the Plate.ColorBand property, or the red approximation if not set or set to ppUnfiltered (same thing).

Prescription for Success

Supported Reference Catalogs

PinPoint supports many reference catalogs for astrometry and rough photometry. As of 2013, we recommend only one catalog for astrometry of objects, the USNO UCAC4 catalog. It is rather large (8 gigabytes) but it can be downloaded over a few days. For telescope pointing operations (a very common use of PinPoint) the choices are wider. The Guide Star Catalog 1.1 is included on the PinPoint discribution media and is only 350 Mb. It will be OK for pointing purposes as long as the images have a field of view of 15 arcminutes or wider. For narrow fields or for the utmost in reliability, the best catalog for pointing applications (only) is the USNO A2.0. This catalog goes a full 2 magnitudes deeper than the UCAC4 and thus serves as a rich source of reference stars for automation systems needing precise telescope pointing. It is about 6 gigabytes in size. We have instructions on downloading and using various catalogs on the DC-3 Dreams Communication Center under the article Downloading and Using PinPoint Reference Catalogs.

Synthesized Catalog Color Bands

In order to provide at least some photometric data, PinPoint uss heuristics to transform the magnitudes from the star catalogs into something like UBVRI. These heuristics vary by catalog. If you need info on a particular catalog please feel free to contact DC-3 Dreams.