-
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 branch 'develop' into release-0.19.0
- Loading branch information
Showing
38 changed files
with
3,251 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
*************** | ||
common_monitors | ||
*************** | ||
|
||
dark_monitor.py | ||
--------------- | ||
.. automodule:: jwql.instrument_monitors.common_monitors.dark_monitor | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
******************* | ||
instrument_monitors | ||
******************* | ||
|
||
pipeline_tools.py | ||
----------------- | ||
.. automodule:: jwql.instrument_monitors.pipeline_tools | ||
: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
19 changes: 19 additions & 0 deletions
19
jwql/database/monitor_table_definitions/fgs/fgs_dark_dark_current.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 | ||
AMPLIFIER, string | ||
MEAN, float | ||
STDEV, float | ||
SOURCE_FILES, string_array_1d | ||
GAUSS_AMPLITUDE, float_array_1d | ||
GUASS_PEAK, float_array_1d | ||
GAUSS_WIDTH, float_array_1d | ||
GAUSS_CHISQ, float | ||
DOUBLE_GAUSS_AMPLITUDE1, float_array_1d | ||
DOUBLE_GAUSS_PEAK1, float_array_1d | ||
DOUBLE_GAUSS_WIDTH1, float_array_1d | ||
DOUBLE_GAUSS_AMPLITUDE2, float_array_1d | ||
DOUBLE_GAUSS_PEAK2, float_array_1d | ||
DOUBLE_GAUSS_WIDTH2, float_array_1d | ||
DOUBLE_GAUSS_CHISQ, float | ||
MEAN_DARK_IMAGE_FILE, string | ||
HIST_DARK_VALUES, float_array_1d | ||
HIST_AMPLITUDES, float_array_1d |
7 changes: 7 additions & 0 deletions
7
jwql/database/monitor_table_definitions/fgs/fgs_dark_pixel_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,7 @@ | ||
DETECTOR, string | ||
X_COORD, integer_array_1d | ||
Y_COORD, integer_array_1d | ||
TYPE, string | ||
SOURCE_FILES, string_array_1d | ||
MEAN_DARK_IMAGE_FILE, string | ||
BASELINE_FILE, string |
6 changes: 6 additions & 0 deletions
6
jwql/database/monitor_table_definitions/fgs/fgs_dark_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,6 @@ | ||
INSTRUMENT, string | ||
APERTURE, string | ||
START_TIME_MJD, float | ||
END_TIME_MJD, float | ||
FILES_FOUND, integer | ||
RUN_MONITOR, bool |
19 changes: 19 additions & 0 deletions
19
jwql/database/monitor_table_definitions/miri/miri_dark_dark_current.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 | ||
AMPLIFIER, string | ||
MEAN, float | ||
STDEV, float | ||
SOURCE_FILES, string_array_1d | ||
GAUSS_AMPLITUDE, float_array_1d | ||
GUASS_PEAK, float_array_1d | ||
GAUSS_WIDTH, float_array_1d | ||
GAUSS_CHISQ, float | ||
DOUBLE_GAUSS_AMPLITUDE1, float_array_1d | ||
DOUBLE_GAUSS_PEAK1, float_array_1d | ||
DOUBLE_GAUSS_WIDTH1, float_array_1d | ||
DOUBLE_GAUSS_AMPLITUDE2, float_array_1d | ||
DOUBLE_GAUSS_PEAK2, float_array_1d | ||
DOUBLE_GAUSS_WIDTH2, float_array_1d | ||
DOUBLE_GAUSS_CHISQ, float | ||
MEAN_DARK_IMAGE_FILE, string | ||
HIST_DARK_VALUES, float_array_1d | ||
HIST_AMPLITUDES, float_array_1d |
7 changes: 7 additions & 0 deletions
7
jwql/database/monitor_table_definitions/miri/miri_dark_pixel_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,7 @@ | ||
DETECTOR, string | ||
X_COORD, integer_array_1d | ||
Y_COORD, integer_array_1d | ||
TYPE, string | ||
SOURCE_FILES, string_array_1d | ||
MEAN_DARK_IMAGE_FILE, string | ||
BASELINE_FILE, string |
6 changes: 6 additions & 0 deletions
6
jwql/database/monitor_table_definitions/miri/miri_dark_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,6 @@ | ||
INSTRUMENT, string | ||
APERTURE, string | ||
START_TIME_MJD, float | ||
END_TIME_MJD, float | ||
FILES_FOUND, integer | ||
RUN_MONITOR, bool |
19 changes: 18 additions & 1 deletion
19
jwql/database/monitor_table_definitions/nircam/nircam_dark_dark_current.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 |
---|---|---|
@@ -1,2 +1,19 @@ | ||
APERTURE, string | ||
AMPLIFIER, string | ||
MEAN, float | ||
STDEV, float | ||
STDEV, float | ||
SOURCE_FILES, string_array_1d | ||
GAUSS_AMPLITUDE, float_array_1d | ||
GUASS_PEAK, float_array_1d | ||
GAUSS_WIDTH, float_array_1d | ||
GAUSS_CHISQ, float | ||
DOUBLE_GAUSS_AMPLITUDE1, float_array_1d | ||
DOUBLE_GAUSS_PEAK1, float_array_1d | ||
DOUBLE_GAUSS_WIDTH1, float_array_1d | ||
DOUBLE_GAUSS_AMPLITUDE2, float_array_1d | ||
DOUBLE_GAUSS_PEAK2, float_array_1d | ||
DOUBLE_GAUSS_WIDTH2, float_array_1d | ||
DOUBLE_GAUSS_CHISQ, float | ||
MEAN_DARK_IMAGE_FILE, string | ||
HIST_DARK_VALUES, float_array_1d | ||
HIST_AMPLITUDES, float_array_1d |
10 changes: 7 additions & 3 deletions
10
jwql/database/monitor_table_definitions/nircam/nircam_dark_pixel_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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
X_COORD, integer | ||
Y_COORD, integer | ||
TYPE, string | ||
DETECTOR, string | ||
X_COORD, integer_array_1d | ||
Y_COORD, integer_array_1d | ||
TYPE, string | ||
SOURCE_FILES, string_array_1d | ||
MEAN_DARK_IMAGE_FILE, string | ||
BASELINE_FILE, string |
3 changes: 0 additions & 3 deletions
3
jwql/database/monitor_table_definitions/nircam/nircam_dark_queries.txt
This file was deleted.
Oops, something went wrong.
7 changes: 5 additions & 2 deletions
7
jwql/database/monitor_table_definitions/nircam/nircam_dark_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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
START_TIME, datetime | ||
DETECTOR, string | ||
INSTRUMENT, string | ||
APERTURE, string | ||
START_TIME_MJD, float | ||
END_TIME_MJD, float | ||
FILES_FOUND, integer | ||
RUN_MONITOR, bool |
19 changes: 19 additions & 0 deletions
19
jwql/database/monitor_table_definitions/niriss/niriss_dark_dark_current.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 | ||
AMPLIFIER, string | ||
MEAN, float | ||
STDEV, float | ||
SOURCE_FILES, string_array_1d | ||
GAUSS_AMPLITUDE, float_array_1d | ||
GUASS_PEAK, float_array_1d | ||
GAUSS_WIDTH, float_array_1d | ||
GAUSS_CHISQ, float | ||
DOUBLE_GAUSS_AMPLITUDE1, float_array_1d | ||
DOUBLE_GAUSS_PEAK1, float_array_1d | ||
DOUBLE_GAUSS_WIDTH1, float_array_1d | ||
DOUBLE_GAUSS_AMPLITUDE2, float_array_1d | ||
DOUBLE_GAUSS_PEAK2, float_array_1d | ||
DOUBLE_GAUSS_WIDTH2, float_array_1d | ||
DOUBLE_GAUSS_CHISQ, float | ||
MEAN_DARK_IMAGE_FILE, string | ||
HIST_DARK_VALUES, float_array_1d | ||
HIST_AMPLITUDES, float_array_1d |
7 changes: 7 additions & 0 deletions
7
jwql/database/monitor_table_definitions/niriss/niriss_dark_pixel_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,7 @@ | ||
DETECTOR, string | ||
X_COORD, integer_array_1d | ||
Y_COORD, integer_array_1d | ||
TYPE, string | ||
SOURCE_FILES, string_array_1d | ||
MEAN_DARK_IMAGE_FILE, string | ||
BASELINE_FILE, string |
6 changes: 6 additions & 0 deletions
6
jwql/database/monitor_table_definitions/niriss/niriss_dark_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,6 @@ | ||
INSTRUMENT, string | ||
APERTURE, string | ||
START_TIME_MJD, float | ||
END_TIME_MJD, float | ||
FILES_FOUND, integer | ||
RUN_MONITOR, bool |
Oops, something went wrong.