Skip to content

Commit

Permalink
Upgrade to SkyPortal ac7359c037d96a28b97c952fd05d0335a880dc32 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton authored Sep 8, 2023
1 parent dcbef1d commit 01b6ca0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions extensions/skyportal/config.yaml.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -773,21 +773,6 @@ gcn:
- MAXI_UNKNOWN
reject_tags: [] # reject notices with these tags (optional)

observation_plans:
- allocation-proposal_id: ZTF-001
payload:
filter_strategy: block
schedule_type: greedy_slew
schedule_strategy: tiling
galaxy_catalog: CLU_mini
exposure_time: 300
filters: ztfg,ztfr,ztfg
maximum_airmass: 2
integrated_probability: 90
minimum_time_difference: 30
program_id: Partnership
subprogram_name: GRB

health_monitor:
seconds_between_checks: 30.5
allowed_downtime_seconds: 120
Expand Down
2 changes: 1 addition & 1 deletion skyportal
Submodule skyportal updated 45 files
+1 −1 .github/workflows/build-and-deploy-docs.yaml
+96 −0 alembic/versions/bc7afebe918f_tnsrobot_autoreport_instruments_and_.py
+0 −15 config.yaml.defaults
+11 −11 package.json
+11 −11 requirements.txt
+2 −2 services/tns_retrieval_queue/tns_retrieval_queue.py
+113 −16 services/tns_submission_queue/tns_submission_queue.py
+171 −59 skyportal/facility_apis/observation_plan.py
+17 −1 skyportal/facility_apis/ztf.py
+4 −0 skyportal/handlers/api/config_handler.py
+0 −19 skyportal/handlers/api/gcn.py
+96 −43 skyportal/handlers/api/instrument.py
+31 −1 skyportal/handlers/api/news_feed.py
+32 −26 skyportal/handlers/api/observation_plan.py
+4 −45 skyportal/handlers/api/source.py
+169 −8 skyportal/handlers/api/tns.py
+21 −23 skyportal/models/instrument.py
+19 −5 skyportal/models/stream.py
+23 −5 skyportal/models/tns.py
+5 −0 skyportal/tests/api/candidates_sources_events/test_followup_requests_reprioritize.py
+5 −0 skyportal/tests/api/candidates_sources_events/test_gcn.py
+5 −0 skyportal/tests/api/candidates_sources_events/test_observation.py
+27 −13 skyportal/tests/api/candidates_sources_events/test_observation_plan.py
+10 −0 skyportal/tests/api/test_comments_on_gcn.py
+7 −3 skyportal/tests/frontend/sources_and_followup_etc/test_top_sources.py
+140 −2 skyportal/utils/calculations.py
+18 −14 skyportal/utils/tns.py
+0 −1 static/js/components/FollowupRequestLists.jsx
+0 −1 static/js/components/GcnSelectionForm.jsx
+16 −3 static/js/components/LocalizationPlot.jsx
+12 −0 static/js/components/ModifyInstrument.jsx
+0 −1 static/js/components/NewShift.jsx
+8 −1 static/js/components/NewsFeed.jsx
+44 −2 static/js/components/ObservationPlanRequestForm.jsx
+0 −1 static/js/components/RunSummary.jsx
+1 −1 static/js/components/ShowClassification.jsx
+27 −72 static/js/components/SourceTable.jsx
+56 −1 static/js/components/TNSATForm.jsx
+163 −42 static/js/components/TNSRobots.jsx
+1 −1 static/js/components/TNSSpectraForm.jsx
+185 −174 static/js/components/VegaFoldedPlot.jsx
+157 −33 static/js/components/VegaPhotometry.jsx
+193 −177 static/js/components/VegaPlot.jsx
+195 −96 static/js/components/VegaSpectrum.jsx
+8 −2 static/js/ducks/spectra.js

0 comments on commit 01b6ca0

Please sign in to comment.