About Chandra Archive Proposer Instruments & Calibration Newsletters Data Analysis HelpDesk Calibration Database NASA Archives & Centers Chandra Science Links

Skip the navigation links
Last modified: December 2006

URL: http://cxc.harvard.edu/ciao3.4/reproject_aspect.html
Hardcopy (PDF): A4 | Letter
AHELP for CIAO 3.4 reproject_aspect Context: tools

Synopsis

Modify aspect solution file RA, Dec, and roll or updfile WCS to minimize position differences between two source lists.

Syntax

reproject_aspect  infile refsrcfile updfile outfile [wcsfile] [logfile]
[radius] [residlim] [residtype] [residfac] [clobber] [verbose]

Description

reproject_aspect compares two sets of source lists from the same sky region. If three or more sources are found to be a close match in position, reproject_aspect will update either an aspect solution file or the WCS of a fits image or table file to minimize position differences between the input (infile) sources and the reference (refsrcfile) sources. Options allow the user to specify how close sources from each list must be to each other to be considered as possible matches (radius) and to limit the acceptable error between reference source positions and updated input source positions (residlim, residtype and residfac).

WCS parameters specifying a tangent point must be provided. This can be done by specifying either a fits image or table file containing a WCS in the wcsfile input parameter. Alternately, if wcsfile is left blank, first the input and then the reference source file will be checked for a WCS. The first one found will be used. When a wcsfile is specified, it should contain a WCS that identifies a tangent point that is relatively close to the sources to be matched.

If updfile is an aspect solution file, changes are applied to the input RA, Dec, and roll columns and a new aspect solution file (outfile) is output with these columns modified. If updfile contains an image or table with a WCS ("EQPOS" for images, "EQPOS" or "EQSRC" tables), changes are applied to the WCS elements within the same file.

reproject_aspect is a script which runs two tools: wcs_match and wcs_update. These two tools may also be run individually instead of through reproject_aspect, allowing for slightly more flexibility.

Update Calculation Controls

reproject_aspect calculates a transformation matrix which minimizes (in a least squares sense) the error between tangent plane projections of the reference sources and the transformed input sources. The transformation matrix specifies a 2-D translation, a rotation about the tangent point, and a scale factor. Applying this matrix to the input sources results in the best attempt at aligning the reference and transformed input source positions.

A transformation matrix is initially calculated using data from all matched input and reference source positions (source pairs). The transformation matrix is then applied to the input source positions and the updated positions are compared to the positions of the reference sources. The differences between these source positions (the residuals) are used to determine whether the transformation matrix is sufficient, or whether certain source pairs should be excluded (e.g., mismatched sources) and the transformation calculation repeated. Running reproject_aspect with verbose=1 shows details of the residuals during successive calculations of the transformation matrix.

If residlim is greater than 0, the transform calculation stops when the largest residual is smaller than residlim. If the largest residual is greater than residlim, the source pair with this residual is excluded from the matched set of sources and the transformation matrix is recalculated. This continues iteratively until all residuals are less than the specified value of residlim.

If residfac is greater than 0, the residual-to-source pair position error ratio is examined. This ratio is determined by dividing a residual by the sum in quadrature of its reference and input source position errors. A comparison is made to residfac and if residfac is exceeded, the source pair with the largest ratio is excluded from the matched set of sources and the transformation matrix is recalculated. This continues iteratively until residfac is no longer exceeded. Two different comparisons can be made with residfac. If residtype = 0, the transform calculation stops when all ratios are less than residfac. If residtype = 1, the calculation stops when the average of all ratios is less than residfac.

Example 1

reproject_aspect infile=src1.fits refsrcfile=src2.fits
wcsfile=image.fits updfile=src1_asol.fits outfile=new_asol.fits
radius=2 residlim=1 verbose=1

Match sources from src1.fits and src2.fits that are within 2 arcseconds. Eliminate any source pairs with a position difference greater than 1 arcsecond from the transform calculation. Apply RA, Dec and roll modifications to src1_asol.fits values and output result in new_asol.fits. Use the WCS provided in image.fits. Display the intermediate and final position errors for all matched sources (verbose=1).

Example 2

reproject_aspect infile=src1.fits refsrcfile=src2.fits
updfile=src1_image.fits outfile="" residlim=0 residtype=1 residfac=2.5
verbose=1

Match sources from src1.fits and src2.fits. Do not use the absolute value of the residual to limit source pairs to include in the transform calculation (residlim set to 0), but do use the residual-to-source pair position error ratio to limit source pairs in the transform (residfac > 0). Eliminate source pairs with the largest ratios until the average of all ratios (residtype=1) is less than 2.5. Use the transform values to update the WCS in src1_image.fits. Since no separate wcsfile is provided, use the WCS in src1.fits, or in src2.fits if one is not found in src1.fits. Display the intermediate and final position errors for all matched sources (verbose=1).

Example 3

reproject_aspect infile=src1.fits refsrcfile=src2.fits
updfile=src1_asol.fits outfile=new_asol.fits residlim=0 residtype=0
residfac=1.5

Match sources from src1.fits and src2.fits. Do not use the absolute value of the residual to limit source pairs to include in the transform calculation (residlim set to 0), but do use the residual-to-source pair position error ratio to limit source pairs in the transform (residfac > 0). Eliminate source pairs with ratios larger than 1.5 (residtype=0). Apply RA, Dec and roll modifications to src1_asol.fits values and output result in new_asol.fits. Use the WCS present in src1.fits, and if one is not present, look for one in src2.fits.

Example 4

reproject_aspect infile=src1.fits refsrcfile=src2.fits
wcsfile=image.fits updfile="src1_asol_a.fits,src1_asol_b.fits"
outfile="src1_asol_a_new.fits,src1_asol_b_new.fits"

Match sources from src1.fits and src2.fits, using the WCS information from image.fits for the transformation. Two aspect solutions files are given in the updfile parameter, so two new aspect solution files (src1_asol_a_new.fits and src1_asol_b_new.fits) will be created with the RA, Dec, and roll changes applied.

Parameters

name type ftype def min max units reqd stacks
infile file input         yes  
refsrcfile file input         yes  
updfile file input         yes yes
outfile file output         yes yes
wcsfile file input         no  
logfile file output STDOUT       no  
radius real input 12     arcseconds no  
residlim real input 5     arcseconds no  
residtype integer input 0       no  
residfac real input 2.0       no  
clobber boolean input no       no  
verbose integer input 0 0 5   no  

Detailed Parameter Descriptions

Parameter=infile (file required filetype=input)

File with input sources.

File with input source positions. Must contain columns RA and Dec., either internally or through use of datamodel column filter. RA and Dec. columns must be in decimal-degree (i.e., not sexagesimal) format. At least 3 input sources must be found to be a match for 3 reference sources. residfac parameter will only be useful if columns RA_err and Dec_err are present in infile and refsrcfile.

Parameter=refsrcfile (file required filetype=input)

File of reference sources

File of reference source positions. Must contain columns RA and Dec., either internally or through use of datamodel column filter. RA and Dec. columns must be in decimal-degree (i.e., not sexagesimal) format. At least 3 input sources must be found to be a match for 3 reference sources. residfac parameter will only be useful if columns RA_err and Dec_err are present in infile and refsrcfile.

Parameter=updfile (file required filetype=input stacks=yes)

Input file to be updated, either asol or fits image or table.

If this input file is an asol file, the RA, Dec., and roll columns of each row will be updated and written to the outfile. If this input file is either a fits image or table, the WCS in this file will be updated.

If there are multiple aspect solution files for the observation, all the files may be given as a stack in this parameter; see "ahelp stack" for more information. In this case, a stack of output files containing the same number of elements must be supplied in the outfile parameter.

Parameter=outfile (file required filetype=output stacks=yes)

Output aspect solution file.

This file is created when the input file is an aspect solution file. All data are copied from the aspect solution file and the RA, Dec, and roll are modified by values calculated by reproject_aspect. If the input file is not an aspect solution file, outfile must still be specified but is not used and can be blank.

If a stack of aspect solution files is given in the updfile parameter, a stack of output filenames containing the same number of elements must be supplied in this parameter. See "ahelp stack" for more information on working with stacks of files.

Parameter=wcsfile (file not required filetype=input)

World Coordinate System (WCS) file.

The WCS file must contain WCS coordinate transform data with a tangent point near the sources of the infile and refsrcfile. It can be either a fits image file with a "EQPOS" WCS, or a fits table file with "EQPOS" or "EQSRC" WCS. A WCS file must be specified unless a WCS is present in either the input or reference source file. If a wcsfile is provided and a WCS is present in either source file, the WCS from the wcsfile will be used.

Parameter=logfile (file not required filetype=output default=STDOUT)

Debug log file.

Allowable values are either a filename - to send the output to a given file - or one of stdout or STDOUT, which sends the information to the standard output (normally the screen).

Parameter=radius (real not required filetype=input default=12 units=arcseconds)

Source match radius

Source positions from the two source files can only match each other if they are no farther apart than the value specified as the source match radius. Only a single reference source can be within the source match radius of a input source, and only a single input source can be within the source match radius of a reference source. If multiple sources are found in either case, the source pair is not used to calculate the transform.

Parameter=residlim (real not required filetype=input default=5 units=arcseconds)

Residual Limit

After the transform is calculated and initially applied to the input source positions, if the largest source pair position error exceeds the value of residlim, then that pair is eliminated from the transform calculation and the calculation is repeated. This process of eliminating the source pair with the largest residual and repeating the calculation continues until all remaining source pair position errors are less than the residlim value.

Set residlim to 0 to disable this feature and prevent source pairs from being removed based on absolute residual value. Residlim takes precedence over residfac if both are nonzero.

Parameter=residtype (integer not required filetype=input default=0 units=)

Residual ratio limit type

Two different options can be used to eliminate source pairs from the transform calculation when the residual ratio limit factor (residfac) is specified. If residtype is set to 0, residfac is interpreted as an upper limit on the residual-to-source pair position error ratio. Any source pairs with ratios above residfac will be eliminated from the transform calculation. If residtype is set to 1, residfac is interpreted as an upper limit on the average of all ratios. Source pairs with the highest ratios will be incrementally removed from the transform calculation until the average of all ratios drops below residfac.

Parameter=residfac (real not required filetype=input default=2.0 units=)

Residual ratio limit factor

After the transform is calculated and initially applied to the input source positions, if either the largest residual-to-source pair position error ratio exceeds the value of residfac (when residtype=0), or the average of all ratios exceeds the value of residfac (when residtype = 1) then the source pair with the largest ratio is eliminated from the transform calculation and the calculation is repeated. This process of eliminating a source pair and repeating the calculation continues until the appropriate ratio test is met.

Set residfac to 0 to disable this feature and prevent source pairs from being removed based on the residual-to-source pair position error ratio. Residlim takes precedence over residfac if both are nonzero.

Parameter=clobber (boolean not required filetype=input default=no)

Overwrite existing asol output dataset with same name?

Parameter=verbose (integer not required filetype=input default=0 min=0 max=5)

Level of debug detail.

Increasing amounts of debug information are printed to "logfile" as the value of verbose is increased from 0 to 5. Setting verbose=1 shows details of the source pair errors after applying the transform to the input source positions.

CHANGES IN CIAO 3.4

Using Non-Chandra Images

Previous bugs restricting use to Chandra images are fixed. The tool can now correctly update WCS in non-Chandra images.

Bugs

See the bugs page for this tool on the CIAO website for an up-to-date listing of known bugs.

Hardcopy (PDF): A4 | Letter
Last modified: December 2006



The Chandra X-Ray Center (CXC) is operated for NASA by the Smithsonian Astrophysical Observatory.
60 Garden Street, Cambridge, MA 02138 USA.    Email: cxcweb@head.cfa.harvard.edu
Smithsonian Institution, Copyright © 1998-2004. All rights reserved.