Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

153 we need to be able to define a mix of input files #154

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

johannct
Copy link
Collaborator

@johannct johannct commented Jul 25, 2023

Goal : allows to load a set of files not necessarily coming from one kind (SNPCC, PLASTICC, etc...), which will make unit testing and usage of the codebase a bit more natural:

  • define a list of objects
  • read them into a list of LightCurve objects
  • extract features for each of them, to finish with a list of (metadata, features) pairs
    Direct consequence : no need to save lightcurves or features info into files, and much more natural API to prepare for the DB access extension.

Johann Cohen-Tanugi added 2 commits July 24, 2023 17:21
based on a 2-column input
<file survey_name> <photometry filepath>
@johannct johannct linked an issue Jul 25, 2023 that may be closed by this pull request
@johannct johannct marked this pull request as ready for review July 25, 2023 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

we need to be able to define a mix of input files
1 participant