-
Notifications
You must be signed in to change notification settings - Fork 23
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
Pipeline call autocalib_fiberflat with --solve-gradient option for selected nights #2189
Comments
Further details -- I think this would look like an override_NIGHT.yaml entry like
which would propagate into Currently the override files are handled in PR #2187 desi_proc_night at the pipelining level. I think this is the first case where we need to be passing an option down into the algorithmic level. |
As noted in Issue #2174, these 33 nights are now covered by override files specifying that we should set
|
Add hooks and override files to the pipeline to call
desi_autocalib_fiberflat
with the--solve-gradient
option for a list of nights with known gradients (likely due to calib screen misalignment with the telescope). From @rongpu and @sybenzvi in #2172 these nights are:20230925, 20231001, 20231002, 20231003, 20231004, 20231005, 20231006, 20231007, 20231008, 20231009, 20231010, 20231011, 20231012, 20231013, 20231014, 20231015, 20231203, 20231204, 20231205, 20231207, 20231214, 20231216, 20231217, 20231218, 20231219, 20231220, 20231221, 20231228, 20231229, 20231230, 20231231, 20240101, 20240102
Do this after PR #2187 is merged.
The text was updated successfully, but these errors were encountered: