Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Science and Engineering > Astronomy

    Gmatch 0.1.0

    Download button

    No screenshots available
    Downloads: 129  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Sergio Pascual | More programs
    GPL v3 / FREE
    May 18th, 2012, 23:42 GMT
    ROOT / Science and Engineering / Astronomy

     Read user reviews (0)  Refer to a friend  Subscribe

    Gmatch description

    Groth method for matching catalogues

    Gmatch is a tool for matching catalogues using Groth method.

    Sample usage

     >>> from gmatch import gmatch
     >>> # load cat1 and cat2 from somewhere
     >>> # they are numpy arrays
     >>> # N rows, 2 columns
     >>> cat1.shape
     (20, 2)
     >>> cat2.shape
     (20, 2)
     >>> matches = gmatch(cat1, cat2, eps=1e-3)
     >>> # eps is the *relative* tolerance in xy
     >>> matches
     None
     >>> # if the return value is None, the catalogues
     >>> # do not match

     >>> from gmatch import gmatch
     >>> # load cat1 and cat2 from somewhere
     >>> # they are numpy arrays
     >>> matches = gmatch(cat1, cat2, eps=1e-3)
     >>> # eps is the *relative* tolerance in xy
     >>> if matches:
     ... matches[0]
     ... matches[1]
     >>> # if the return value is not None
     >>> # then is a tuple
     >>> # first element matched objects in cat1
     >>> # second element matched objects in cat2



    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    Groth algorithm | objects pairs | match catalogues | Groth | algorithm | objects

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM