Changeset 27838 for branches/tap_branches/Ohana/src/relastro/doc/notes.txt
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/relastro (modified) (1 prop)
-
Ohana/src/relastro/doc/notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/relastro
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana/src/relastro merged eligible /branches/eam_branches/20091201/Ohana/src/relastro 26295-26885 /branches/eam_branches/Ohana.20100407/src/relastro 27635-27772 /branches/eam_branches/largefiles.20100314/Ohana/src/relastro 27281-27430 /branches/eam_branches/relastro.20100326 27487-27559 /branches/pap_delete/Ohana/src/relastro 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/relastro/doc/notes.txt
r17043 r27838 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.
