htm (module)

Tools for working with Hierarchical Triangular Meshes, including coordinate crossmatching

Author

David Young (originally forked from Erin Sheldon’s esutil - esheldon)

Classes

HTM([depth, log])

A Hierarchical Triangular Mesh object

Matcher(ra, dec[, depth, log, convertToArray])

A matcher-array object to match other arrays of ra,dec against

tools(arguments, docString[, logLevel, …])

common setup methods & attributes of the main function in cl-util

unit_conversion(log[, settings])

The worker class for the unit_conversion module

Functions

old_div(a, b)

Equivalent to a / b on Python 2 without from __future__ import division.