AuxTel Elevation Out of range#
Overview#
This procedure should be used when the AuxTel auxtel/correct_pointing.py
script fails with the error
Rejected: elevation out-of-range.
Error diagnosis#
The
auxtel/correct_pointing.py
script fails with the following error traceback:lsst.ts.salobj.base.AckError: msg='Command failed', ackcmd=(ackcmd private_seqNum=942292490, ack=<SalRetCode.CMD_FAILED: -302>, error=6611, result='Rejected : elevation out of range')
This occurs when the target search in the
auxtel/correct_pointing.py
script is not successful in the specified location in the sky within themag_limit
,mag_range
, andradius
.
Procedure Steps#
To resolve this error while running the auxtel/correct_pointing.py
script, follow these steps:
Try widening the target search.
Run
auxtel/correct_pointing.py
with a configuration that represents a larger search area. The script defaults are:az: 90.0 el: 60.0 mag_limit: 6.0 mag_range: 4.0 radius: 5
You can adjust the above parameters to:
Decrease the
mag_limit
to target brighter sources.Increase the search magnitude range (
mag_range
).Increase the search
radius
in degrees.Or a combination of the above.
- If the script works, the pointing correction will center the target in the detector.
If the problem persists, proceed to steps 2.a - 2.b:
Find a target using the standard script
auxtel/track_target.py
with the following configuration:find_target: az: 90.0 el: 60:0 mag_limit: 8.0
Run the external script
auxtel/correct_pointing.py
on the same area of the sky using the configuration. Modifyaz
andel
accordingly:az: 90.0 el: 60.0
Fill out the script failure information in the ticket OBS-186 for record-keeping.
Verify that the AuxTel is functioning correctly and the targets are centered in the detector.
Post-Condition#
AuxTel is properly pointed, with targets centered in the detector.
System is ready for further observations.
Contingency#
If the procedure was not successful, report the issue in the #summit-auxtel channel.
If the pointing is still not accurate, open a ticket to keep a record of the loss of pointing accuracy.