Changeset 5347 for trunk/Ohana/src/addstar/doc/notes.txt
- Timestamp:
- Oct 15, 2005, 1:28:40 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/doc/notes.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/doc/notes.txt
r5328 r5347 6 6 o address MOSAIC somehow 7 7 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 11 12 * deal with Myyyy as sky value 12 13 * better way to interpret flips header info for sky? … … 15 16 with sorted measure tables; add this as a feature 16 17 of the load_catalog API? 18 19 2005.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. 17 37 18 38 2005.10.13
Note:
See TracChangeset
for help on using the changeset viewer.
