- Timestamp:
- Mar 23, 2010, 5:26:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/relastro/doc/notes.txt
r17043 r27425 1 2 2010.03.23 3 4 I've been working on optimization. I've updated ImageOps to make 5 the measure->image relationship generation use the image IDs along 6 with a bracket search -- this goes much faster as a result. More 7 work is needed: 8 9 * select_images needs to apply astrometry to all image corners: 10 -> cache the image center and radius and use this to narrow down 11 the searches. 12 13 * MosaicOps uses the time to match mosaics. I've added sorting to 14 speed this up, but this should be done based on the image and 15 parent index. 16 17 -> make a tool to create the parent ID for existing DBs. 18 -> make sure addstar is populating the parent IDs 19 -> use the parent IDs to make the link. 20 21 load image data: 0.006347 sec 22 setup sky: 0.091475 sec 23 convert image table: 0.091498 sec 24 select images: 2.925978 sec 25 init images: 2.926957 sec 26 init mosaics: 2.927319 sec 27 load images: 2.933762 sec 28 load catalog data: 9.772259 sec 29 make image bins: 9.780618 sec 30 set up image indexes: 10.196519 sec 31 32 load image data: 0.006746 sec 33 setup sky: 0.091440 sec 34 convert image table: 0.091467 sec 35 select images: 0.374193 sec 36 init images: 0.375355 sec 37 init mosaics: 0.375753 sec 38 load images: 0.382606 sec 39 load catalog data: 7.260094 sec 40 make image bins: 7.268564 sec 41 set up image indexes: 7.687485 sec 42 1 43 2 44 2008.03.01
Note:
See TracChangeset
for help on using the changeset viewer.
