Skip to content

Proposal for common data format #12

@dfm

Description

@dfm

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:

  1. ASCII tables (gasp!) with specified columns (kbjd, detrended_flux, detrended_flux_uncert, ...)
  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions