-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #683 from spacetelescope/v0.25.0
Release v0.25.0 [into master]
- Loading branch information
Showing
43 changed files
with
1,656 additions
and
1,075 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
**************** | ||
bokeh_templating | ||
**************** | ||
|
||
template.py | ||
----------------- | ||
.. automodule:: jwql.bokeh_templating.template | ||
:members: | ||
:undoc-members: | ||
|
||
keyword_map.py | ||
----------------- | ||
.. automodule:: jwql.bokeh_templating.keyword_map | ||
:members: | ||
:undoc-members: | ||
|
||
factory.py | ||
----------------- | ||
.. automodule:: jwql.bokeh_templating.factory | ||
:members: | ||
:undoc-members: |
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
8 changes: 8 additions & 0 deletions
8
jwql/database/monitor_table_definitions/fgs/fgs_readnoise_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 |
35 changes: 35 additions & 0 deletions
35
jwql/database/monitor_table_definitions/fgs/fgs_readnoise_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,35 @@ | ||
UNCAL_FILENAME, string | ||
APERTURE, string | ||
DETECTOR, string | ||
SUBARRAY, string | ||
READ_PATTERN, string | ||
NINTS, string | ||
NGROUPS, string | ||
EXPSTART, string | ||
READNOISE_FILENAME, string | ||
FULL_IMAGE_MEAN, float | ||
FULL_IMAGE_STDDEV, float | ||
FULL_IMAGE_N, float_array_1d | ||
FULL_IMAGE_BIN_CENTERS, float_array_1d | ||
READNOISE_DIFF_IMAGE, string | ||
DIFF_IMAGE_MEAN, float | ||
DIFF_IMAGE_STDDEV, float | ||
DIFF_IMAGE_N, float_array_1d | ||
DIFF_IMAGE_BIN_CENTERS, float_array_1d | ||
ENTRY_DATE, datetime | ||
AMP1_MEAN, float | ||
AMP1_STDDEV, float | ||
AMP1_N, float_array_1d | ||
AMP1_BIN_CENTERS, float_array_1d | ||
AMP2_MEAN, float | ||
AMP2_STDDEV, float | ||
AMP2_N, float_array_1d | ||
AMP2_BIN_CENTERS, float_array_1d | ||
AMP3_MEAN, float | ||
AMP3_STDDEV, float | ||
AMP3_N, float_array_1d | ||
AMP3_BIN_CENTERS, float_array_1d | ||
AMP4_MEAN, float | ||
AMP4_STDDEV, float | ||
AMP4_N, float_array_1d | ||
AMP4_BIN_CENTERS, float_array_1d |
8 changes: 8 additions & 0 deletions
8
jwql/database/monitor_table_definitions/miri/miri_readnoise_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 |
35 changes: 35 additions & 0 deletions
35
jwql/database/monitor_table_definitions/miri/miri_readnoise_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,35 @@ | ||
UNCAL_FILENAME, string | ||
APERTURE, string | ||
DETECTOR, string | ||
SUBARRAY, string | ||
READ_PATTERN, string | ||
NINTS, string | ||
NGROUPS, string | ||
EXPSTART, string | ||
READNOISE_FILENAME, string | ||
FULL_IMAGE_MEAN, float | ||
FULL_IMAGE_STDDEV, float | ||
FULL_IMAGE_N, float_array_1d | ||
FULL_IMAGE_BIN_CENTERS, float_array_1d | ||
READNOISE_DIFF_IMAGE, string | ||
DIFF_IMAGE_MEAN, float | ||
DIFF_IMAGE_STDDEV, float | ||
DIFF_IMAGE_N, float_array_1d | ||
DIFF_IMAGE_BIN_CENTERS, float_array_1d | ||
ENTRY_DATE, datetime | ||
AMP1_MEAN, float | ||
AMP1_STDDEV, float | ||
AMP1_N, float_array_1d | ||
AMP1_BIN_CENTERS, float_array_1d | ||
AMP2_MEAN, float | ||
AMP2_STDDEV, float | ||
AMP2_N, float_array_1d | ||
AMP2_BIN_CENTERS, float_array_1d | ||
AMP3_MEAN, float | ||
AMP3_STDDEV, float | ||
AMP3_N, float_array_1d | ||
AMP3_BIN_CENTERS, float_array_1d | ||
AMP4_MEAN, float | ||
AMP4_STDDEV, float | ||
AMP4_N, float_array_1d | ||
AMP4_BIN_CENTERS, float_array_1d |
8 changes: 8 additions & 0 deletions
8
jwql/database/monitor_table_definitions/nirspec/nirspec_readnoise_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 |
35 changes: 35 additions & 0 deletions
35
jwql/database/monitor_table_definitions/nirspec/nirspec_readnoise_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,35 @@ | ||
UNCAL_FILENAME, string | ||
APERTURE, string | ||
DETECTOR, string | ||
SUBARRAY, string | ||
READ_PATTERN, string | ||
NINTS, string | ||
NGROUPS, string | ||
EXPSTART, string | ||
READNOISE_FILENAME, string | ||
FULL_IMAGE_MEAN, float | ||
FULL_IMAGE_STDDEV, float | ||
FULL_IMAGE_N, float_array_1d | ||
FULL_IMAGE_BIN_CENTERS, float_array_1d | ||
READNOISE_DIFF_IMAGE, string | ||
DIFF_IMAGE_MEAN, float | ||
DIFF_IMAGE_STDDEV, float | ||
DIFF_IMAGE_N, float_array_1d | ||
DIFF_IMAGE_BIN_CENTERS, float_array_1d | ||
ENTRY_DATE, datetime | ||
AMP1_MEAN, float | ||
AMP1_STDDEV, float | ||
AMP1_N, float_array_1d | ||
AMP1_BIN_CENTERS, float_array_1d | ||
AMP2_MEAN, float | ||
AMP2_STDDEV, float | ||
AMP2_N, float_array_1d | ||
AMP2_BIN_CENTERS, float_array_1d | ||
AMP3_MEAN, float | ||
AMP3_STDDEV, float | ||
AMP3_N, float_array_1d | ||
AMP3_BIN_CENTERS, float_array_1d | ||
AMP4_MEAN, float | ||
AMP4_STDDEV, float | ||
AMP4_N, float_array_1d | ||
AMP4_BIN_CENTERS, float_array_1d |
Oops, something went wrong.