IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15239


Ignore:
Timestamp:
Oct 7, 2007, 7:22:24 AM (19 years ago)
Author:
eugene
Message:

more notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/doc/notes.txt

    r11742 r15239  
     1
     22007.10.06
     3
     4  relastro currently loads the set of detections, averages, and image,
     5  and sets up arrays of pointers to define the relationships beteen
     6  the detections, objects, and images.  This is probably an acceptable
     7  scheme. 
     8
     9  However, the generation of those index arrays is probably very
     10  inefficient.  Currently it is written for the old DVO tables in
     11  which there was no real link between the detection and image.  We
     12  are trying to move to a situation where each detection has a
     13  reference to the image (imageID).  If this is unique, then we should
     14  be able to make these links directly.
     15
     16  Outstanding issues:
     17
     18  * am I getting the correct set of matches for the mosaic images?
     19    ie, do getImageRaw & getImageRef return the correct list when the
     20    image is a DIS mosaic image?
     21
     22  * is the operation in fit_apply_coords doing the correct thing?
     23    compare this to psastro code.  This should not be a problem since
     24    we are only fitting in the linear frames.  we are just fitting
     25    simple polynomials.  We are not changing the reference coordinate
     26    for the projection.
     27
     28  * measure the errors?
     29
     30  * apply the magnitude errors as weight?
     31
     32  * improve matching process with the index information available?
     33
     34  * add the ability to down-weight groups of detections by photcode?
    135
    2362007.02.11
Note: See TracChangeset for help on using the changeset viewer.