mweastwood / TTCal.jl

A calibration routine developed for the OVRO LWA.
http://mweastwood.github.io/TTCal.jl
Other
11 stars 6 forks source link

Refactor to use StructsOfArrays.jl #19

Closed mweastwood closed 8 years ago

mweastwood commented 9 years ago

I should be able to eek out some more performance by using StructsOfArrays.jl to SIMD vectorize the inner calibration loop.

mweastwood commented 9 years ago

This turns out to not be useful for polcal:

This may still be useful for the unpolarized calibration.

mweastwood commented 8 years ago

Closing because I no longer think this is the right thing to do to get SIMD vectorization. My current thinking is that maybe SIMD.jl might be helpful for this, but it will require some work that I don't think is terribly important right now.