msimet / Stile

Stile: the Systematics Tests In Lensing pipeline
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Reduce the number of computeShapes calls #42

Open HironaoMiyatake opened 9 years ago

HironaoMiyatake commented 9 years ago

When looking into #39, we found that computeShapes is one of the bottleneck for speeding up, and the number of this function calls can be reduced. For example, it seems that if we run star whisker and then PSF whisker, computeShapes are called separately for each test. If we collect all shapes needed for tests in a run and then we get these shapes by a single call of computeShapes, it can reduce the time.

msimet commented 9 years ago

I can work on this one.

HironaoMiyatake commented 9 years ago

Great, thanks!