-
Notifications
You must be signed in to change notification settings - Fork 2
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 #706 from Keck-DataReductionPipelines/develop
Version 2.5.1
- Loading branch information
Showing
63 changed files
with
2,937 additions
and
760 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 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,23 @@ | ||
# Pipeline logger configurations | ||
[LOGGER] | ||
start_log = True | ||
log_path = pipeline.log | ||
log_level = info | ||
log_verbose = True | ||
log_directory = /data/logs/ | ||
|
||
[ARGUMENT] | ||
data_type = KPF | ||
# L0, 2D, L1, L2 are possible choices for data_level_str. | ||
#data_level_str = L0 | ||
#input_fits_filename = /data/L0/20230927/KP.20230927.82330.61.fits | ||
#output_fits_filename = /data/2D/20230927/KP.20230927.82330.61_2D.fits | ||
data_level_str = L1 | ||
input_fits_filename = /data/masters/20230927/kpf_20230927_master_flat_L1.fits | ||
output_fits_filename = /data/masters/20230927/kpf_20230927_master_flat_L1_QC.fits | ||
|
||
[MODULE_CONFIGS] | ||
quality_control = modules/quality_control/configs/default.cfg | ||
|
||
|
||
|
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
Oops, something went wrong.