Programmer's/Maintainer's Guide: Matchall

matchall

Deprecated. This is simply a wrapper to call matchall2.

matchall2

matchall/matchall2 are designed to match two lists of objects from different coordinate systems, given a transformation between the systems. The matching criterion is that the objects must lie within one full width once transformed. The real work is done by a c routine, matchup.

Arguments

The basic idea is that, once matchall is run, the elements phoa[matched1] and phob[matched2] are matched in that order.

Procedure

matchup

This is the c routine that does the actual matching between lists of x,y positions.

Procedure

Return values