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

Subtraction automation #138

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fa68961
init file
jrfarah Jun 14, 2024
2a6056d
setup and imports
jrfarah Jun 14, 2024
e6da7a1
global settings and configuration
jrfarah Jun 14, 2024
3939c57
potential targets object definition
jrfarah Jun 14, 2024
51aac61
function to construct list of targets
jrfarah Jun 14, 2024
8236ac1
function to perform subtraction on finalized list of targets
jrfarah Jun 14, 2024
aefada0
added placeholders for surveys and main function execution
jrfarah Jun 14, 2024
5ffddd4
streamlined subtraction commands
jrfarah Jul 19, 2024
38c6e38
added placeholder for SDSS functionality
jrfarah Jul 19, 2024
1843cdf
final commit before deployment hopefully
jrfarah Jul 23, 2024
ebef717
added requirement for script
jrfarah Jul 23, 2024
ed0f6a7
changed requires to install_requires
jrfarah Jul 23, 2024
9d1ac13
changed requires to install_requires
jrfarah Jul 23, 2024
cddb8b8
changed requires to install_requires
jrfarah Jul 23, 2024
acb8f84
mysqldb install name changed now that we've switched to setuptools
jrfarah Jul 23, 2024
4a72f78
rolling back tested changes
jrfarah Jul 23, 2024
3b12196
adjusting connection to work on supernova machine
jrfarah Jul 23, 2024
ad89c8d
added support for sql library
jrfarah Jul 23, 2024
78fd474
added ability to function when no template is included
jrfarah Jul 23, 2024
0a693e5
added logging, fixed no template bug, tracking filename
jrfarah Jul 23, 2024
8e28b87
updated readme and fixed small bug
jrfarah Jul 25, 2024
a4eb738
added PS1 as default for north
jrfarah Jul 25, 2024
4f2e31f
fixed small bug
jrfarah Jul 25, 2024
62c2a7d
issue with filter g vs gp
jrfarah Jul 25, 2024
bc75d7b
moving call before variable defined
jrfarah Jul 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
init file
jrfarah committed Jun 14, 2024
commit fa689617ea0d90d56c72d1b0c8d683b9ef2e74f3
1 change: 1 addition & 0 deletions trunk/bin/automated_subtraction.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# placeholder