-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extreme values in wavelength solution of single order #978
Comments
Script to produce the plots above:
|
A quick initial function for a QC check that checks that start and ends of the orders increase monotonically from order to order:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seeing some files where the wavelength solution appears to be going to fairly extreme values. Two plots attached showing that this sometimes is seen in all traces but sometimes just a single trace
The second one above does not pass L1 QC to check that the WLS is monotonic, so it is already flagged there. The first file is also flagged for being non-monotonic (since wavelength should decrease with increasing pixel number). The underlying issue that causes this is not something I'm set up to diagnose or fix, but I will aim to make the plots above part of the QLP for diagnostic purposes there. I also have some simple bare bones code as the start of a QC check for testing that the start and end values of each order are monotonic from order to order. I'm going to work on getting more set up with the pipeline to try to get the QLP plot and QC function implemented
The text was updated successfully, but these errors were encountered: