ccd-utexas / tsphot

Time series photometry using astropy.
MIT License
1 stars 4 forks source link

utils: parallelize #65

Open stharrold opened 10 years ago

stharrold commented 10 years ago

Use multiprocessing to side-step global interpreter lock and parallelize. https://docs.python.org/2/library/multiprocessing.html#module-multiprocessing

stharrold commented 10 years ago

pipeline bottlenecks: (slowest exec. time)

  1. cleaning cosmic rays
  2. median combining calibration frames
  3. reducing the data (fastest exec. time)