Changeset 27428
- Timestamp:
- Mar 24, 2010, 8:47:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/relastro/doc/notes.txt
r27425 r27428 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. 1 18 2 19 2010.03.23
Note:
See TracChangeset
for help on using the changeset viewer.
