-
Notifications
You must be signed in to change notification settings - Fork 15
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
Develop djones ps12 #232
Merged
Merged
Develop djones ps12 #232
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…. Needs testing on ziggy due to IP address restrictions
davecoulter
reviewed
Aug 10, 2022
YSE_PZ/settings.py
Outdated
@@ -54,6 +54,7 @@ | |||
'django_cron', | |||
'el_pagination', | |||
'auditlog', | |||
'django_bootstrap3_multidatepicker.django_bootstrap3_multidatepicker' |
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.
please remove this!
davecoulter
approved these changes
Aug 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes # .
Description of the Change
adding functionality for simultaneous PS1 and PS2 field scheduling and data ingestion
modified URLs:
yse_observing_calendar (list PS1/2 fields separately)
select_yse_fields (can drag/drop both PS1/2 fields to make them active)
modified crons
YSE_App.data_ingest.YSE_Forced_Phot.ForcedPhot - this needs further testing/dev on yse_test due to IP restrictions
YSE_App/yse_utils/yse_scheduler.py - scheduler works with PS1 and PS2. backend processing of fields includes some new code that implements y-band mini-survey (form_views.py)
YSE_App.data_ingest.QUB_data.YSE - refactored settings file
YSE_App.data_ingest.QUB_data.QUB - refactored settings file
YSE_App.data_ingest.DECam_upload.DECam - refactored settings file
YSE_App.data_ingest.DECam_upload_clusters.DECam_clusters - refactored settings file
YSE_App.data_ingest.ZTF_Forced_Phot_Cron.ForcedPhot - refactored settings file
also modified api_views and serializers for additional API functionality that allows multiple telescopes
minor changes to YSE_PZ/settings.py because of settings file refactor and additions
new scripts:
add_yse_fields.py - adds new YSE fields to the DB at the command line
get_YSE_PAs.py - for Pan-STARRS to get the requested fields each night
Checklist
Please check all that apply to your proposed changes
-> GHOST update
Additional context
Refactored settings file, so this needs to be updated on test and prod