You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When both special treatments have to be used (flatfield heuristic identification and passing through the command line the filter wheels 52), osa tries the first 3 times adding to the command the --flatfield-heuristic but without using the filters 52 via command line. It is only on the 4th try when both arguments are passed and the command runs without problems. In the process, the sequence is vetoed because of the many trials.
This should be fixed to avoid so many unsuccessful repetitions.
I think we tried not using the bare Except here, but somehow it was the easiest thing given the Exception in lstchain onsite calibration script (?). To be revised.
The text was updated successfully, but these errors were encountered:
When both special treatments have to be used (flatfield heuristic identification and passing through the command line the filter wheels 52), osa tries the first 3 times adding to the command the
--flatfield-heuristic
but without using the filters 52 via command line. It is only on the 4th try when both arguments are passed and the command runs without problems. In the process, the sequence is vetoed because of the many trials.This should be fixed to avoid so many unsuccessful repetitions.
lstosa/osa/scripts/calibration_pipeline.py
Lines 165 to 175 in 6a06d7c
I think we tried not using the bare Except here, but somehow it was the easiest thing given the Exception in lstchain onsite calibration script (?). To be revised.
The text was updated successfully, but these errors were encountered: