- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible /branches/pap_stack/Ohana merged eligible /trunk/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/20100225/Ohana/src/relastro/doc/notes.txt
r17043 r27517 1 2 2010.03.24 3 4 I have finished only part of the optimizations listed below: I have 5 made the detection->image and image->mosaic lookups use bracket 6 searches. I have NOT converted the image->mosaic lookups to use the 7 parentID, so these matches are still based on time ranges. I have 8 also added a bit of positional constraint to the image match 9 function in 'select_images' (comparing Rmax of the sky regions to 10 Rmin of the images). These have had a huge improvement. Here is 11 the execution time for the SAS data (~450 images) with the old vs 12 the new code on pikake: 13 14 old : 39min 15 new : 7min 16 17 The bulk of the time for the new code is now disk I/O. 18 19 2010.03.23 20 21 I've been working on optimization. I've updated ImageOps to make 22 the measure->image relationship generation use the image IDs along 23 with a bracket search -- this goes much faster as a result. More 24 work is needed: 25 26 * select_images needs to apply astrometry to all image corners: 27 -> cache the image center and radius and use this to narrow down 28 the searches. 29 30 * MosaicOps uses the time to match mosaics. I've added sorting to 31 speed this up, but this should be done based on the image and 32 parent index. 33 34 -> make a tool to create the parent ID for existing DBs. 35 -> make sure addstar is populating the parent IDs 36 -> use the parent IDs to make the link. 37 38 load image data: 0.006347 sec 39 setup sky: 0.091475 sec 40 convert image table: 0.091498 sec 41 select images: 2.925978 sec 42 init images: 2.926957 sec 43 init mosaics: 2.927319 sec 44 load images: 2.933762 sec 45 load catalog data: 9.772259 sec 46 make image bins: 9.780618 sec 47 set up image indexes: 10.196519 sec 48 49 load image data: 0.006746 sec 50 setup sky: 0.091440 sec 51 convert image table: 0.091467 sec 52 select images: 0.374193 sec 53 init images: 0.375355 sec 54 init mosaics: 0.375753 sec 55 load images: 0.382606 sec 56 load catalog data: 7.260094 sec 57 make image bins: 7.268564 sec 58 set up image indexes: 7.687485 sec 59 1 60 2 61 2008.03.01
Note:
See TracChangeset
for help on using the changeset viewer.
