Update www/piwik to version 2.4.1
[dports.git] / astro / match / pkg-descr
1 This program is designed to match up items in two different lists, which may
2 have two different systems of coordinates. The program allows the two sets of
3 coordinates to be related by a linear, quadratic, or cubic transformation.
4 There was a major change in version 0.15: the first stage uses the clever method
5 of finding the most likely triangles described in Tabur, Publications of the
6 Astronomical Society of Australia, vol 24 , page 189 (2007). This replaces the
7 more brute-force-ish method of Valdes et al., Publications of the Astronomical
8 Society of the Pacific, vol 107, page 1119 (1995), which was employed in version
9 up to 0.14.
10
11 The program was designed and written to work on lists of stars and other
12 astronomical objects, but it might be applied to other types of data. In order
13 to match two lists of N points, the main algorithm calls for O(N^6) operations
14 (yes, that's N-to-the-sixth), so it's not the most efficient choice. I find
15 myself becoming impatient for N >= 100, but your mileage may vary. On the other
16 hand, it does allow for arbitrary translation, rotation, and scaling... 
17
18 WWW: http://spiff.rit.edu/match/