-
Notifications
You must be signed in to change notification settings - Fork 30
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
base: master
Are you sure you want to change the base?
Conversation
When this PR is merged, it will close #44 |
@duncandc is this PR up-to-date and ready to be reviewed? |
@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' |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
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?
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]