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

Tickets/preops 3512: Incorporate refactored pre-night briefing code from the ADACS team into schedview #4

Merged
merged 26 commits into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c2e610c
start of ADACS refactor
ehneilsen Jun 26, 2023
24a6243
Support passing instances into prenight app creation function
ehneilsen Jun 29, 2023
47960ab
Addition of rewards section to refactored prenight app
ehneilsen Jun 30, 2023
6d886a1
Put plots in tabs
ehneilsen Jun 30, 2023
4363aa8
add docs, mark private members private
ehneilsen Jun 30, 2023
9c70f32
add missing import to quiet logging complaints
ehneilsen Jul 5, 2023
269e191
add loading indicators
ehneilsen Jul 5, 2023
7a0b310
support setting the pre-night dashboard port using an environment var…
ehneilsen Jul 5, 2023
3005686
replace old prototype with refactored version
ehneilsen Jul 5, 2023
845cca8
extract numpy values from pandas df so astropy applies units correctly
ehneilsen Jul 7, 2023
f19ceec
expand comments and doc strings in param declarations
ehneilsen Jul 10, 2023
1269f6a
remove accidentally added version.py file
ehneilsen Jul 11, 2023
bc87e95
remove no longer needed monkeypatch
ehneilsen Jul 12, 2023
3d154a6
prevent IERS imprecision from crashing the app
ehneilsen Jul 12, 2023
042d1fa
remove unnecessary monkeypatch call
ehneilsen Jul 12, 2023
6e0166e
prevent IERS imprecision from crashing the app
ehneilsen Jul 12, 2023
2dbec51
sample data with pandas 2
ehneilsen Jul 13, 2023
6a035ce
store night as datetime.date
ehneilsen Jul 13, 2023
58ede71
send healpix_cmap properly to uranography
ehneilsen Jul 14, 2023
ac1a8b7
remove generically typed param
ehneilsen Jul 14, 2023
184445e
update sample data
ehneilsen Jul 26, 2023
7e903ed
switch from broken DataFrame widget to Tabulator
ehneilsen Jul 26, 2023
516bc7a
stop bokeh from converting local time back into UTC
ehneilsen Jul 26, 2023
1a5494b
have git ignore temp file created by notebooks
ehneilsen Jul 27, 2023
b7e61ad
bring notebooks in line with refactor
ehneilsen Jul 27, 2023
219883b
fix filling of uniform healpix maps
ehneilsen Jul 27, 2023
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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,18 @@ dmypy.json
# Pyre type checker
.pyre/

# dynamically created files
schedview/version.py

# Scratch notebooks and data
notebooks/202?-??-*.ipynb
notebooks/scratch
schedview/data/local

# Externally supplied data
schedview/data/bsc5.dat
util/sample_data/sample_opsim.db
util/sample_data/sample_rewards.h5
util/sample_data/sample_scheduler.pickle.xz
notebooks/rewards.db
notebooks/example_scheduler.p.xz
13 changes: 0 additions & 13 deletions environment_080a2.yaml

This file was deleted.

Loading