IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2005, 3:00:23 PM (21 years ago)
Author:
eugene
Message:

finished basic update concept, added libdvo support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/doc/Changes.txt

    r5234 r5239  
     1
     22005.10.07
     3
     4        I have finished the basic implementation of the update mode.
     5        I have been able to demonstrate substantial improvements in
     6        speed when the number of existing measurements dominates the
     7        total number of measurements and the number of averages is
     8        typically small compared to the number of measurements (ie,
     9        most objects are real, detected in most images, and each new
     10        image supplies many new measurements of objects which exist
     11        and not many of objects which don't exist already).  The speed
     12        gain is significant in this context because the average table
     13        is small compared to the measure table; since both update and
     14        full-load methods require the complete average table, there is
     15        no difference in the load time for the average table. 
     16
     17        I was having some memory collision problems, and attempting to
     18        use the ohana_allocate functions reminded me that the libFITS
     19        functions were not supported under ohana_allocate.  This was
     20        unhelpful.  I bit the bullet and split libohana into libohana
     21        (base functions only, including ohana_allocate) and libdvo
     22        (functions based on the libautocode structures).  Doing this
     23        allowed me to make libFITS depend on libohana (including
     24        ohana_allocate).  BUT, this forced me to change all LDFLAGS
     25        entries in ohana to swap -lohana -lFITS for -lFITS -lohana,
     26        and to add include <fitsio.h> in some cases.
    127
    2282005.10.06
Note: See TracChangeset for help on using the changeset viewer.