msimet / Stile

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

#39 Speeding up HSC interface #41

Closed HironaoMiyatake closed 9 years ago

HironaoMiyatake commented 9 years ago

This PR is for speeding up HSC interface. For running StileVisitNoTract.py on an entire visit, it took ~1 hour before, but now it's like 2 minutes! Codes themselves are not much different from the previous ones, so I hope this PR is done quickly!

msimet commented 9 years ago

I just merged master into this branch--it occurs to me, if you don't have TreeCorr installed, don't pull it yet! :)

rmandelb commented 9 years ago

Just FYI: I updated this branch again (from master) so I can use it for some of the correlation function calculations that I was doing.

msimet commented 9 years ago

Hey Hironao--this looks really good! I just pushed a couple of updates (one to code I'd done, plus a couple of typos in kwargs), so you should check those out plus the table-writing stuff Rachel and I added for her HSC testing, and then I'm happy for you to merge this unless you'd like a second person to look it over.

I did a search for other places like the one in sys_test_adapters.py that hadn't been converted over to the new key system, but I think you caught them all except that one.

HironaoMiyatake commented 9 years ago

Thank you for going through this! The table-writing stuff looks nice. I will wait until Sunday, since someone else might want to go through this. I will then merge this branch into master.