forked from spacetelescope/jwql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into bokeh_templating
- Loading branch information
Showing
46 changed files
with
1,671 additions
and
666 deletions.
There are no files selected for viewing
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,38 @@ | ||
channels: | ||
- defaults | ||
- http://ssb.stsci.edu/astroconda-dev | ||
- http://ssb.stsci.edu/astroconda | ||
dependencies: | ||
- astroquery=0.3.9 | ||
- bokeh=1.3.4 | ||
- django=2.2.1 | ||
- flake8=3.7.7 | ||
- astroquery=0.3.10 | ||
- bokeh>=1.0,<1.4 | ||
- django=2.2.5 | ||
- flake8=3.7.9 | ||
- inflection=0.3.1 | ||
- ipython=7.7.0 | ||
- jinja2=2.10 | ||
- jsonschema=2.6.0 | ||
- jwst=0.13.0 | ||
- ipython=7.13.0 | ||
- jinja2=2.10.3 | ||
- jsonschema=3.2.0 | ||
- matplotlib=3.1.0 | ||
- nodejs=10.13.0 | ||
- numpy=1.16.4 | ||
- numpydoc=0.9.0 | ||
- pandas=0.24.2 | ||
- numpydoc=0.9.2 | ||
- pandas=1.0.3 | ||
- pip=19.1.1 | ||
- postgresql=9.6.6 | ||
- psycopg2=2.7.5 | ||
- pysiaf==0.7.1 | ||
- python=3.6.4 | ||
- pytest=5.0.1 | ||
- pytest-cov=2.7.1 | ||
- pytest=5.4.2 | ||
- pytest-cov=2.8.1 | ||
- scipy=1.3.0 | ||
- setuptools=41.0.1 | ||
- sphinx=2.1.0 | ||
- sqlalchemy=1.3.5 | ||
- stsci_rtd_theme=0.0.2 | ||
- twine=1.13.0 | ||
- sphinx=3.0.3 | ||
- sqlalchemy=1.3.17 | ||
- twine=2.0.0 | ||
- pip: | ||
- asdf==2.3.3 | ||
- astropy==3.2.1 | ||
- authlib==0.11 | ||
- codecov==2.0.15 | ||
- asdf==2.6.0 | ||
- astropy==4.0.1 | ||
- authlib==0.14.3 | ||
- codecov==2.1.3 | ||
- jwedb>=0.0.3 | ||
- pysiaf==0.4.0 | ||
- pysqlite3==0.2.2 | ||
- stsci_rtd_theme==0.0.2 | ||
- git+https://github.com/spacetelescope/[email protected] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
""" | ||
|
||
import os | ||
|
||
import numpy as np | ||
|
||
from jwql.bokeh_templating import BokehTemplate | ||
|
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
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
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
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
8 changes: 8 additions & 0 deletions
8
jwql/database/monitor_table_definitions/nircam/nircam_bias_query_history.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
INSTRUMENT, string | ||
APERTURE, string | ||
START_TIME_MJD, float | ||
END_TIME_MJD, float | ||
ENTRIES_FOUND, integer | ||
FILES_FOUND, integer | ||
RUN_MONITOR, bool | ||
ENTRY_DATE, datetime |
19 changes: 19 additions & 0 deletions
19
jwql/database/monitor_table_definitions/nircam/nircam_bias_stats.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
APERTURE, string | ||
UNCAL_FILENAME, string | ||
CAL_FILENAME, string | ||
CAL_IMAGE, string | ||
EXPSTART, string | ||
MEAN, float | ||
MEDIAN, float | ||
STDDEV, float | ||
COLLAPSED_ROWS, float_array_1d | ||
COLLAPSED_COLUMNS, float_array_1d | ||
AMP1_EVEN_MED, float | ||
AMP1_ODD_MED, float | ||
AMP2_EVEN_MED, float | ||
AMP2_ODD_MED, float | ||
AMP3_EVEN_MED, float | ||
AMP3_ODD_MED, float | ||
AMP4_EVEN_MED, float | ||
AMP4_ODD_MED, float | ||
ENTRY_DATE, datetime |
Oops, something went wrong.