We need a way of comparing the output of all of the detrending algorithms. This will (probably) involve something including but not limited to:
- running a standardized search algorithm on all the different outputs
- visualizing the results of the different methods in the same way/simultaneously
- other things?
Anything that we do will benefit a common output format for the codes (for obvious reasons).
I see 2 main options:
- ASCII tables (gasp!) with specified columns (kbjd, detrended_flux, detrended_flux_uncert, ...)
- FITS tables with the same format as the original Kepler data products (including the relevant metadata) with added columns with the same information as above
The first option is far easier to implement in any programming language (lowering the barrier to entry) so I'm probably inclined to go with that but the second one seems more useful (and self-contained) for the search phase depending on what we decide to do.
Thoughts?
We need a way of comparing the output of all of the detrending algorithms. This will (probably) involve something including but not limited to:
Anything that we do will benefit a common output format for the codes (for obvious reasons).
I see 2 main options:
The first option is far easier to implement in any programming language (lowering the barrier to entry) so I'm probably inclined to go with that but the second one seems more useful (and self-contained) for the search phase depending on what we decide to do.
Thoughts?