Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions kcwidrp/configs/kcwi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ skipsky = False
radial_velocity_correction = "heliocentric"
# Correct to vacuum wavelengths?
air_to_vacuum = True
# Differential Atmospheric Refraction (DAR) correction model
# Options are ["Filippenko1982", "slalib", "ERFA"]
dar_correction_model = "ERFA"
# Plotting and interaction parameters
# Enable BOKEH to see plots
enable_bokeh = True
Expand Down
Loading