astrometry: limit fast position APIs to use onl...
solve: minor clean up for line length
solver: add fast version of plate/equ conversio...
format: clean up formating
astrometry: check count > 0 before division
solve: add progress for solution.
examples: sky2k: update to use better solve par...
solve: add solver progress and exit API calls
solve: fix reference targets to include duplica...
examples: gsc: add search code.
search: add support for degrees
solve: disable parallelism on get_object() due ...
htm: add better debug for file writer
examples: gsc: use 9 level htm
htm: use double instead of float for htm
kdtree: qsort is not thread safe
solve: make sure we increment count when calcul...
solve: only print valid debug magnitudes
examples: sky2k: set correct magnitude range
examples: tycho: add example get_object checks.
kdtree: improve debug
htmfile: improve debug output
table: memset new tables to 0
solve: fix solve debug with new fields
table: add depth count
import: fix import table depth bug
kd_tree: improve progress feedback when importi...
import: improve feedback data when importing ne...
examples: gsc: use depth 9 for import
debug: flush all debug output
htm: dont let depth exceed max depth
Version 0.90
import: add support for catalogs with alternati...
examples: Add example importer/loader for GSC1.1
doxygen: skip private headers
docs: add more documentation to import and object
doxygen: update doxygen file and fix makefile f...
solve: change get solution api to return solution
htm: get: improve verbose debug
examples: include <math.h> to fix build
htm: get: Clear set trixels before clipping
core: make sure all APIs use radians
solve: add api for calculating positions and br...
solve: refactor api to reflect source file and ...
import: dont clobber end of string with NULL.
solve: split solver in feature specific files.
solve: dont need to sort extended objects
import: make sure we dont clip text with termin...
solve: clear solve objects on every invocation
solve: add initial solver support for extended ...
examples: ngc: Use astro object size and remove...
solver: make sure get_object() counts are reduc...
object: refactor key -> mag. Add size.
solve: add call to get object at plate (x,y)
solve: add apis to convert between plate and eq...
solve: add API to convert equ position into pla...
solve: fix api name for solution pixel size
solve: add extended flag to plate object
solve: add support for converting EQU coords to...
solve: add API call to get pixel resolution in ...
solve: calculate mag and plat coeffs in parallel
solve: removed old and unused plate position calc
solve: make sure we count objects correctly in ...
solver: cleanup comments and remove some debug
solve: fix position coefficients to check each ...
solve: dont compare objects against themselves
solver: compare the potential solutions, not th...
solve: Make posn coefficient calculation use di...
solve: improve mag and posn estimation by only ...
solve: make sure equ RA,DEC dont overflow
solver: improve magnitude estimation by only us...
solve: remove 1k pixel and use pix per radians ...
solve: make sure we get an estimated posotion f...
solve: position: Use Lapack Linear algebra to s...
solve: add api call to set plate image parameters
solve: refactor reference object mean and sigma
configure: fail if dependecies are missing
solve: consolidate solver coefficients into new...
solve: Add new APIs to get solution divergance ...
solve: make struct solution private.
solve: refactor struct solution tolerance -> delta
solve: allocate reference object buffer when pl...
solver: lock addition of runtime objects
solve: add api call to get number of pobjects
solver: add debug to display each solution that...
solver: store plate objects within solution.
solver: calculate mean and sigma for new ref ob...
solver: free buffers when solver is freed
set: check for NULL set before we try and free ...
table: free all strings on table close
db: free all strings on library close
solver: remove unused member from struct adb_solve
gitignore: remove doxyfile
doc: Add doxyfile
m4: Fix make dist bug for avx check compile flags
solver: add refernce objects
solver: improve get object API to allow better ...
solver: Allow solving of multiple tables from 1...
solve: dont count solved objects twice.