IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2005, 1:28:40 PM (21 years ago)
Author:
eugene
Message:

added -ref and -cat to client/server, airmass quality options

File:
1 edited

Legend:

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

    r5328 r5347  
    66  o address MOSAIC somehow
    77  o replace skyprobe mode
    8   - address the cat & ref modes in client/server
    9  
    10   * add airmass quality to options
     8  o complete server db interactions
     9  o address the cat & ref modes in client/server
     10  o add airmass quality to options
     11
    1112  * deal with Myyyy as sky value
    1213  * better way to interpret flips header info for sky?
     
    1516    with sorted measure tables; add this as a feature
    1617    of the load_catalog API?
     18
     192005.10.14
     20
     21  the current db interactions are somewhat in efficient wrt the image
     22  table.  the basic outline is as follows:
     23
     24  - load image overlaps (needs entire image table)
     25  - find detection matches (uses overlap information for missed)
     26  - save new image (needs calculated calibration value from detection
     27    matches)
     28 
     29  currently, I access the image table twice, and both times I load the
     30  entire thing.  I really only need to append in the second case.  To
     31  get to that point, I need to:
     32
     33  - split image overlaps from image db load
     34  - define image partial load (analogous with catalog LOAD_MEAS_META)
     35 
     36  for the moment, I'm being wasteful so I can defer this issue.
    1737
    18382005.10.13
Note: See TracChangeset for help on using the changeset viewer.