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

added DESCQAGEN directory to DESCQA #46

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

Conversation

duncandc
Copy link
Contributor

@duncandc duncandc commented Dec 8, 2017

This pull request begins a section of DESCQA called DESCQAGEN which serves as a repo for the code and analysis that generates the validation test data.

To get things started, I have included the code I used to create the apparent magnitude function test using HSC data with a lot of help from @rmandelb.

[Edited by @yymao: This PR fixes #44]

@yymao yymao self-requested a review December 8, 2017 21:43
@yymao yymao requested a review from rmandelb December 8, 2017 21:44
@yymao
Copy link
Member

yymao commented Dec 9, 2017

When this PR is merged, it will close #44

@yymao yymao mentioned this pull request Feb 14, 2018
4 tasks
@yymao yymao removed the developing label Apr 13, 2018
@yymao
Copy link
Member

yymao commented May 23, 2018

@duncandc is this PR up-to-date and ready to be reviewed?

@duncandc
Copy link
Contributor Author

duncandc commented Jun 7, 2018

@yymao I think this can now be merged.


if sys.argv[1] == 'data':
sql_file = PROJECT_DIRECTORY + 'sql/hsc_data.sql'
savename = DATA_DIRECTORY + 'hsc_data.csv'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

savename is not used in the following script. Is this intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm, I dont see where the filename that is used to save the data is specified... let me try to reload this into my memory...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a gentle reminder: @duncandc any luck on solving this minor issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new subdirectory descqagen to host code that generates validation datasets
2 participants