---
name: match
version: 0.16
origin: astro/match
comment: Program for matching star lists
arch: freebsd:9:x86:64
www: http://spiff.rit.edu/match/
maintainer: cs@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 122503
desc: "This program is designed to match up items in two different lists, which may\nhave
  two different systems of coordinates. The program allows the two sets of\ncoordinates
  to be related by a linear, quadratic, or cubic transformation.\nThere was a major
  change in version 0.15: the first stage uses the clever method\nof finding the most
  likely triangles described in Tabur, Publications of the\nAstronomical Society of
  Australia, vol 24 , page 189 (2007). This replaces the\nmore brute-force-ish method
  of Valdes et al., Publications of the Astronomical\nSociety of the Pacific, vol
  107, page 1119 (1995), which was employed in version\nup to 0.14.\n\nThe program
  was designed and written to work on lists of stars and other\nastronomical objects,
  but it might be applied to other types of data. In order\nto match two lists of
  N points, the main algorithm calls for O(N^6) operations\n(yes, that's N-to-the-sixth),
  so it's not the most efficient choice. I find\nmyself becoming impatient for N >=
  100, but your mileage may vary. On the other\nhand, it does allow for arbitrary
  translation, rotation, and scaling... \n\nWWW: http://spiff.rit.edu/match/\n"
categories: [astro]
files:
  /usr/local/bin/apply_match: 145607c5c48a11fce6b6976bc7d4376cd531a138055b48bbf31a380a0c42046f
  /usr/local/bin/match: 0d69610c0c3a1d8b1a2f2256d0a4db006a85c2d5402378942f9c7ecbdb30b6db
  /usr/local/bin/project_coords: 798435057edda3a9257e65708e3c512a4c8b0c0c176c610af767f764db7be44b
  /usr/local/man/man1/match.1.gz: 89a08f1ddd719cb7c464cee56a161757a4c3c712238bca5437a4a1b8f825e4e3
  /usr/local/share/licenses/match-0.16/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/match-0.16/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/match-0.16/catalog.mk: 69f756d2a1e8713542554d3cdec4e32091fddfd88b6cf817cd1dbbf9c0510166
directories:
  /usr/local/share/licenses/match-0.16/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
