openEXO / cloud-kepler

Cloud Kepler is a cloud enabled Kepler Planet searching pipeline
8 stars 3 forks source link

Add ability to run multiple passes through the data. #37

Closed scfleming closed 10 years ago

scfleming commented 10 years ago

One idea is to create a generic "remove_signal" module that can point to several different methods/techniques to remove the signals found in the first pass, then run a second..third…etc. pass through the segments. Data can be stored in an extra dimension in the pandas return structure.

scfleming commented 10 years ago

This is done.