Technical Note 85: Analysis of Data Set 23

Michael Richmond
July 3, 2002
July 4, 2002

In this Note, I describe properties of Data Set 23 (DS23), a collection of Mark IV data collected and processed by Tom Droege. The dataset spans the period from Dec 4, 2001, to Apr 18, 2002. It contains magnitudes (V and I) and positions produced by the Mark IV photometric pipeline.

Table of contents


Image times and pointings

The dataset consists of star lists from 1481 pairs of simultaneous V-band and I-band images. A list of the individual image properties can be found in the ds23_centers.dat file.

This file has one line per image pair, 5 columns per line:
  1. name of .cal pipeline output file
  2. Julian Date of image start (I _think_ it's the starting time)
  3. number of matched V-band and I-band detections
  4. approximate central RA (J2000, decimal degrees)
  5. approximate central Dec (J2000, decimal degrees)

The V-band and I-band cameras were (probably) pointed in slightly different directions, offset by some small number of arcminutes. I calculated the central position of each image pair in an approximate fashion as follows:

        - find the min, max RA value of stars detected in the image pair
        - find the min, max Dec value of stars detected in the image pair
        - calculate image center as

                 central RA  =  0.5*(min_RA  + max_RA)
                 central Dec =  0.5*(min_Dec + max_Dec)

A plot of the (RA, Dec) central positions shows that the cameras were fixed close to Dec = +7 degrees.

Tom ran the Mark IV in follow mode: the cameras followed a fixed (RA, Dec) on the sky for about two hours, then moved back East to another (RA, Dec), following it for two hours, and so forth. With an exposure time of 100 seconds (?), and readout time of maybe 40 seconds, there were typically 30-60 pairs of images of a particular region of the sky during each night. This closeup of the area between RA = 90 and 120 degrees shows that some areas were covered by many different frames, often on different nights.


Astrometry

Recall that the pipeline produces (RA, Dec) positions for each matched (V,I) pair of detections in each pair of images. The steps involved are

  1. measure (x,y) pixel position for all stars on a single frame
  2. match up detected objects on the frame to stars in the Tycho-2 catalog
  3. define a transformation (using cubic distortion terms) from (x,y) on the frame to (RA,Dec) in the catalog
  4. apply the transformation to all detected stars in a frame
  5. look for matched pairs in V and I via their (RA, Dec) positions
  6. adopt the V-band position for each matched pair

One can ask two different questions about the positions of stars (or about anything, for that matter):