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

What should be possible with the output formats ? #47

Open
rbiswas4 opened this issue Sep 14, 2016 · 0 comments
Open

What should be possible with the output formats ? #47

rbiswas4 opened this issue Sep 14, 2016 · 0 comments
Labels

Comments

@rbiswas4
Copy link
Owner

rbiswas4 commented Sep 14, 2016

It is clear that we will need two files per output:

  • A parameter/summary file which has a single record per object which may be a number of tables in a sql database or a nosql database or a hdf file
  • A light curve data file which has a single record per observation of an object

The functionality that we would like to have for each of these files are:

with the parameter file:

  • query different combinations and regions of the parameter space described by the file
  • be able to join information in a table written by doing some analysis with this table

with the light curve data file

  • query observations which satisfy a certain criteria across the entire and collect the SN which were observed (eg. SNR greater than a certain value): aggregate/reduction operation
  • quickly obtain the observations corresponding to a SN: query on snid and retrieve the data in a pandas.dataFrame

Combined Functionality:

  • Create random sub_samples of objects in a portable format. This could be a random sub_sample on the parameters file and then extract the light curves corresponding to the SN. It could also be those light curve observations within a certain period of time for a subset of or all of the SN.
  • All output formats should be such that small parts can be extracted as pd.dataFrames, and be rewritten to disk as csv like files for visual inspection (this will not be a common operation, but should be possible for people to inspect these.).
  • obtain parameters from summary, analysis results from analysis table and light curve from light curve table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant