UWKepler / uwpyKepler

2 stars 1 forks source link

C or Cython version of QATS with Transit Masked Detrending #38

Closed pkundurthy closed 12 years ago

pkundurthy commented 12 years ago

Cython allows us to wrap pure C code into python as module extensions. Getting hold of a pure C version might improve performance even further.

Another thing to try: compile the current C code using local intel compilers instead of gcc.

pkundurthy commented 12 years ago

splitting this into smaller tasks