-
Notifications
You must be signed in to change notification settings - Fork 19
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
Infrastructure to produce .db files #126
Comments
Something to save just the summary table, after some stackers have been run to add additional columns? Not really, but I agree it could be useful. |
Yes, so the stackers add columns on the fly but you cant really save the effectively-updated database as a whole. Essentially, what I am thinking is a way to create .db files with modified version of the OpSim database, which can be read like a normal OpSim output. What I tried to do with sql was to create a copy of the opsim ouput ( I tried using Please let me know if I am not explaining things well. |
We'll put this on the list as well. |
Great, thank you!
Yeah, that's true. Can we add a table to the sqlite database? I am thinking perhaps something similar to the Summary table, but with version number etc. That way, a summary of the added changes could be required by the user before the new database can be saved? |
Is there any functionality to save a modified version of the input sqlite database (specifically, e.g., just the Summary table)? I haven't found anything aside from the lsst sims_operations afterburner, which isnt runnable by MAF users. The only way to go about saving a modified .db file is to either get sql queries to work (which I couldn't .. ) or use csv/pandas to do intermediate steps (which probably isnt the best way).
The text was updated successfully, but these errors were encountered: